Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/tea/win/
Dnmakehlp.c260 ok = CreateProcess( in CheckForCompilerFeature()
394 ok = CreateProcess( in CheckForLinkerFeature()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Trace/common/
DTraceSessionFileParser.cpp127 ProcessSP process_sp = target_sp->CreateProcess( in ParseProcess()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp504 process_sp = target->CreateProcess(launch_info.GetListener(), in DebugProcess()
589 target->CreateProcess(attach_info.GetListenerForProcess(debugger), in Attach()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp389 target->CreateProcess(attach_info.GetListenerForProcess(debugger), in Attach()
467 target->CreateProcess(launch_info.GetListener(), "gdb-remote", nullptr, in DebugProcess()
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dpex-win32.c584 if (!CreateProcess (full_executable, cmdline, in win32_spawn()
DChangeLog77 (win32_spawn): Assemble environment block and pass to CreateProcess.
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBTarget.cpp269 ProcessSP process_sp(target_sp->CreateProcess( in LoadCore()
570 target_sp->CreateProcess(listener.m_opaque_sp, plugin_name, nullptr, in ConnectRemote()
573 process_sp = target_sp->CreateProcess( in ConnectRemote()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DTarget.h582 const lldb::ProcessSP &CreateProcess(lldb::ListenerSP listener_sp,
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DTarget.cpp202 const lldb::ProcessSP &Target::CreateProcess(ListenerSP listener_sp, in CreateProcess() function in Target
3009 CreateProcess(launch_info.GetListener(), plugin_name, nullptr, false); in Launch()
3167 CreateProcess(attach_info.GetListenerForProcess(GetDebugger()), in Attach()
DPlatform.cpp1835 target->CreateProcess(debugger.GetListener(), plugin_name, nullptr, true); in DoConnectProcess()
/freebsd-12-stable/contrib/gdb/gdb/
Dwin32-nat.c1835 ret = CreateProcess (0, in child_create_inferior()
/freebsd-12-stable/crypto/heimdal/
Dltmain.sh4947 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12-stable/contrib/libevent/build-aux/
Dltmain.sh6546 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12-stable/contrib/sqlite3/
Dltmain.sh6423 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12-stable/contrib/openbsm/config/
Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/
Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12-stable/contrib/unbound/
Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12-stable/contrib/openpam/
Dltmain.sh6588 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12-stable/contrib/file/
Dltmain.sh6334 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12-stable/contrib/ldns/
Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp399 ProcessSP process_sp(target_sp->CreateProcess( in DoExecute()
/freebsd-12-stable/contrib/googletest/googletest/docs/
Dadvanced.md838 * On Windows, the child is spawned using the `CreateProcess()` API, and
/freebsd-12-stable/contrib/binutils/libiberty/
DChangeLog275 (win32_spawn): Assemble environment block and pass to CreateProcess.