Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/tea/win/
H A Dnmakehlp.c260 ok = CreateProcess( in CheckForCompilerFeature()
394 ok = CreateProcess( in CheckForLinkerFeature()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp223 ProcessSP process_sp = target.CreateProcess( in DebugProcess()
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp108 ProcessSP process_sp = target_sp->CreateProcess( in CreateEmptyProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp248 ProcessSP process_sp(target_sp->CreateProcess( in LoadCore()
533 target_sp->CreateProcess(listener.m_opaque_sp, plugin_name, nullptr, in ConnectRemote()
536 process_sp = target_sp->CreateProcess( in ConnectRemote()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h628 const lldb::ProcessSP &CreateProcess(lldb::ListenerSP listener_sp,
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp208 const lldb::ProcessSP &Target::CreateProcess(ListenerSP listener_sp, in CreateProcess() function in Target
3297 CreateProcess(launch_info.GetListener(), in Launch()
3461 CreateProcess(attach_info.GetListenerForProcess(GetDebugger()), in Attach()
H A DPlatform.cpp1949 target->CreateProcess(debugger.GetListener(), plugin_name, nullptr, true); in DoConnectProcess()
/freebsd-14.2/contrib/googletest/docs/reference/
H A Dassertions.md540 * On Windows, the child is spawned using the `CreateProcess()` API, and
/freebsd-14.2/crypto/heimdal/
H A Dltmain.sh4947 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-14.2/contrib/file/
H A Dltmain.sh6334 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-14.2/contrib/unbound/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-14.2/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-14.2/contrib/sqlite3/
H A Dltmain.sh6423 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-14.2/contrib/openpam/
H A Dltmain.sh6588 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-14.2/contrib/libevent/build-aux/
H A Dltmain.sh6546 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-14.2/contrib/openbsm/config/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-14.2/contrib/ldns/
H A Dltmain.sh6423 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp432 ProcessSP process_sp(target_sp->CreateProcess( in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3177 ProcessSP process_sp(target_sp->CreateProcess( in SetCoreFile()