Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/tea/win/
H A Dnmakehlp.c245 ok = CreateProcess( in CheckForCompilerFeature()
373 ok = CreateProcess( in CheckForLinkerFeature()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp285 process_sp = target->CreateProcess( in Attach()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp291 target->CreateProcess(launch_info.GetListener(), "gdb-remote", nullptr); in DebugProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp499 process_sp = target->CreateProcess(launch_info.GetListener(), in DebugProcess()
585 process_sp = target->CreateProcess( in Attach()
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dpex-win32.c584 if (!CreateProcess (full_executable, cmdline, in win32_spawn()
H A DChangeLog77 (win32_spawn): Assemble environment block and pass to CreateProcess.
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp231 ProcessSP process_sp(target_sp->CreateProcess( in LoadCore()
555 target_sp->CreateProcess(listener.m_opaque_sp, plugin_name, NULL); in ConnectRemote()
557 process_sp = target_sp->CreateProcess( in ConnectRemote()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DProgram.inc516 // The documented max length of the command line passed to CreateProcess.
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h538 const lldb::ProcessSP &CreateProcess(lldb::ListenerSP listener_sp,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp194 const lldb::ProcessSP &Target::CreateProcess(ListenerSP listener_sp, in CreateProcess() function in Target
2878 CreateProcess(launch_info.GetListener(), plugin_name, nullptr); in Launch()
3017 CreateProcess(attach_info.GetListenerForProcess(GetDebugger()), in Attach()
H A DPlatform.cpp1847 target->CreateProcess(debugger.GetListener(), plugin_name, nullptr); in ConnectProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp839 target->CreateProcess(attach_info.GetListenerForProcess(debugger), in Attach()
/freebsd-12.1/contrib/gdb/gdb/
H A Dwin32-nat.c1835 ret = CreateProcess (0, in child_create_inferior()
/freebsd-12.1/crypto/heimdal/
H A Dltmain.sh4947 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12.1/contrib/file/
H A Dltmain.sh4954 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12.1/contrib/ldns/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12.1/contrib/unbound/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12.1/contrib/sqlite3/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12.1/contrib/openpam/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12.1/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12.1/contrib/libevent/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12.1/contrib/openbsm/config/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp417 ProcessSP process_sp(target_sp->CreateProcess( in DoExecute()
/freebsd-12.1/contrib/googletest/googletest/docs/
H A Dadvanced.md838 * On Windows, the child is spawned using the `CreateProcess()` API, and
/freebsd-12.1/contrib/binutils/libiberty/
H A DChangeLog275 (win32_spawn): Assemble environment block and pass to CreateProcess.