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

/openbsd-current/gnu/llvm/lldb/include/lldb/Host/windows/
H A Dwindows.h20 #undef CreateProcess macro
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp219 ProcessSP process_sp = target.CreateProcess(
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp473 // argument to CreateProcess() that you're going to debug the process. So we
496 target.CreateProcess(launch_info.GetListener(),
537 process_sp = target->CreateProcess(
/openbsd-current/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp106 ProcessSP process_sp = target_sp->CreateProcess(
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp393 target->CreateProcess(attach_info.GetListenerForProcess(debugger),
449 process_sp = target.CreateProcess(launch_info.GetListener(), "gdb-remote",
453 error.SetErrorString("CreateProcess() failed for gdb-remote process");
/openbsd-current/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp421 process_sp = target.CreateProcess(launch_info.GetListener(),
510 target->CreateProcess(attach_info.GetListenerForProcess(debugger),
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp247 ProcessSP process_sp(target_sp->CreateProcess(
531 target_sp->CreateProcess(listener.m_opaque_sp, plugin_name, nullptr,
534 process_sp = target_sp->CreateProcess(
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h607 const lldb::ProcessSP &CreateProcess(lldb::ListenerSP listener_sp,
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DTarget.cpp206 const lldb::ProcessSP &Target::CreateProcess(ListenerSP listener_sp, function in class:Target
3185 CreateProcess(launch_info.GetListener(), plugin_name, nullptr, false);
3346 CreateProcess(attach_info.GetListenerForProcess(GetDebugger()),
H A DPlatform.cpp1792 target->CreateProcess(debugger.GetListener(), plugin_name, nullptr, true);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dwin32-nat.c1767 /* Prepare the environment vars for CreateProcess. */
1772 We need to handle PATH because we're about to call CreateProcess and
1783 /* CreateProcess takes the environment list as a null terminated set of
1861 ret = CreateProcess (0,
/openbsd-current/gnu/usr.bin/perl/cpan/Win32/
H A DWin32.xs1196 if (CreateProcess(
/openbsd-current/usr.sbin/unbound/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/openbsd-current/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp412 ProcessSP process_sp(target_sp->CreateProcess(
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32.c3588 To avoid that we just feed the handles to CreateProcess() so
3595 /* CreateProcess() requires inheritable handles */
3621 /* let CreateProcess() try to find it instead */
4440 * environment and the current directory to CreateProcess
4611 if (!CreateProcess(cname, /* search PATH to find executable */
4622 /* initial NULL argument to CreateProcess() does a PATH
/openbsd-current/gnu/usr.bin/perl/cpan/Win32API-File/
H A DFile.pm2444 [that is, processes created by calls to the Win32 C<CreateProcess> API
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3178 ProcessSP process_sp(target_sp->CreateProcess(

Completed in 238 milliseconds