Searched refs:CreateProcess (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/tea/win/
H A Dnmakehlp.c247 ok = CreateProcess(
376 ok = CreateProcess(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp287 target->CreateProcess(launch_info.GetListener(), "gdb-remote", nullptr);
290 error.SetErrorString("CreateProcess() failed for gdb-remote process");
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp281 process_sp = target->CreateProcess(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp485 process_sp = target->CreateProcess(launch_info.GetListener(),
572 target->CreateProcess(attach_info.GetListenerForProcess(debugger),
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-win32.c69 that calls CreateProcess) *iff* the executable pathname (argv[0])
584 if (!CreateProcess (full_executable, cmdline,
788 *errmsg = "CreateProcess";
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp533 target->CreateProcess(attach_info.GetListenerForProcess(debugger),
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h545 const lldb::ProcessSP &CreateProcess(lldb::ListenerSP listener_sp,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp268 ProcessSP process_sp(target_sp->CreateProcess(
552 target_sp->CreateProcess(listener.m_opaque_sp, plugin_name, nullptr);
554 process_sp = target_sp->CreateProcess(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp193 const lldb::ProcessSP &Target::CreateProcess(ListenerSP listener_sp, function in class:Target
2895 CreateProcess(launch_info.GetListener(), plugin_name, nullptr);
3028 CreateProcess(attach_info.GetListenerForProcess(GetDebugger()),
H A DPlatform.cpp1795 target->CreateProcess(debugger.GetListener(), plugin_name, nullptr);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dwin32-nat.c1741 /* Prepare the environment vars for CreateProcess. */
1746 We need to handle PATH because we're about to call CreateProcess and
1757 /* CreateProcess takes the environment list as a null terminated set of
1835 ret = CreateProcess (0,
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh4953 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh4986 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh4947 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/freebsd-11-stable/contrib/file/
H A Dltmain.sh6334 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp418 ProcessSP process_sp(target_sp->CreateProcess(

Completed in 395 milliseconds