Home
last modified time | relevance | path

Searched refs:CreateProcess (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp223 ProcessSP process_sp = target.CreateProcess( in DebugProcess()
/freebsd/crypto/krb5/src/ccapi/lib/win/OldCC/
H A Dclient.cxx157 bRes = CreateProcess( szExe, // app name in find_server()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp393 target->CreateProcess(attach_info.GetListenerForProcess(debugger), in Attach()
450 process_sp = target.CreateProcess(launch_info.GetListener(), "gdb-remote", in DebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp427 process_sp = target.CreateProcess(launch_info.GetListener(), in DebugProcess()
517 target->CreateProcess(attach_info.GetListenerForProcess(debugger), in Attach()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp108 ProcessSP process_sp = target_sp->CreateProcess( in CreateEmptyProcess()
/freebsd/crypto/krb5/src/windows/kfwlogon/
H A Dkfwlogon.c597 if (CreateProcess( NULL, in LogonEventHandlerA()
/freebsd/crypto/krb5/src/windows/installer/wix/custom/
H A Dcustom.cpp604 if (!CreateProcess(pathUninstall,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp255 ProcessSP process_sp(target_sp->CreateProcess( in LoadCore()
540 target_sp->CreateProcess(listener.m_opaque_sp, plugin_name, nullptr, in ConnectRemote()
543 process_sp = target_sp->CreateProcess( in ConnectRemote()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h639 const lldb::ProcessSP &CreateProcess(lldb::ListenerSP listener_sp,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp209 const lldb::ProcessSP &Target::CreateProcess(ListenerSP listener_sp, in CreateProcess() function in Target
3285 CreateProcess(launch_info.GetListener(), in Launch()
3449 CreateProcess(attach_info.GetListenerForProcess(GetDebugger()), in Attach()
H A DPlatform.cpp1901 target->CreateProcess(debugger.GetListener(), plugin_name, nullptr, true); in DoConnectProcess()
/freebsd/contrib/googletest/docs/reference/
H A Dassertions.md540 * On Windows, the child is spawned using the `CreateProcess()` API, and
/freebsd/crypto/heimdal/
H A Dltmain.sh4947 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd/contrib/openbsm/config/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd/contrib/ntp/sntp/libevent/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd/contrib/libevent/build-aux/
H A Dltmain.sh6546 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd/contrib/ldns/
H A Dltmain.sh6423 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd/contrib/file/
H A Dltmain.sh6591 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd/contrib/openpam/
H A Dltmain.sh6736 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd/contrib/unbound/
H A Dltmain.sh6736 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp414 ProcessSP process_sp(target_sp->CreateProcess( in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3177 ProcessSP process_sp(target_sp->CreateProcess( in SetCoreFile()
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c6358 if (!CreateProcess(NULL, (char *)Jim_String(cmdLineObj), NULL, NULL, TRUE, in JimStartWinProcess()