Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/sqlite3/tea/win/
HDnmakehlp.c245 ok = CreateProcess( in CheckForCompilerFeature()
373 ok = CreateProcess( in CheckForLinkerFeature()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
HDPlatformFreeBSD.cpp281 process_sp = target->CreateProcess( in Attach()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
HDPlatformNetBSD.cpp287 target->CreateProcess(launch_info.GetListener(), "gdb-remote", nullptr); in DebugProcess()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp485 process_sp = target->CreateProcess(launch_info.GetListener(), in DebugProcess()
572 target->CreateProcess(attach_info.GetListenerForProcess(debugger), in Attach()
/freebsd-11-stable/contrib/gcclibs/libiberty/
HDpex-win32.c584 if (!CreateProcess (full_executable, cmdline, in win32_spawn()
HDChangeLog77 (win32_spawn): Assemble environment block and pass to CreateProcess.
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBTarget.cpp268 ProcessSP process_sp(target_sp->CreateProcess( in LoadCore()
552 target_sp->CreateProcess(listener.m_opaque_sp, plugin_name, nullptr); in ConnectRemote()
554 process_sp = target_sp->CreateProcess( in ConnectRemote()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDProgram.inc515 // The documented max length of the command line passed to CreateProcess.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp533 target->CreateProcess(attach_info.GetListenerForProcess(debugger), in Attach()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h545 const lldb::ProcessSP &CreateProcess(lldb::ListenerSP listener_sp,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp193 const lldb::ProcessSP &Target::CreateProcess(ListenerSP listener_sp, in CreateProcess() function in Target
2895 CreateProcess(launch_info.GetListener(), plugin_name, nullptr); in Launch()
3028 CreateProcess(attach_info.GetListenerForProcess(GetDebugger()), in Attach()
HDPlatform.cpp1795 target->CreateProcess(debugger.GetListener(), plugin_name, nullptr); in ConnectProcess()
/freebsd-11-stable/contrib/gdb/gdb/
HDwin32-nat.c1835 ret = CreateProcess (0, in child_create_inferior()
/freebsd-11-stable/contrib/ldns/
HDltmain.sh4953 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-11-stable/crypto/heimdal/
HDltmain.sh4947 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-11-stable/contrib/openbsm/config/
HDltmain.sh4986 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-11-stable/contrib/sqlite3/
HDltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
HDltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-11-stable/contrib/openpam/
HDltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-11-stable/contrib/unbound/
HDltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-11-stable/contrib/file/
HDltmain.sh6334 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp418 ProcessSP process_sp(target_sp->CreateProcess( in DoExecute()
/freebsd-11-stable/contrib/binutils/libiberty/
HDChangeLog275 (win32_spawn): Assemble environment block and pass to CreateProcess.