Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/
H A Dwindows.h20 #undef CreateProcess
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp496 target.CreateProcess(launch_info.GetListener(), in DebugProcess()
537 process_sp = target->CreateProcess( in Attach()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp219 ProcessSP process_sp = target.CreateProcess( in DebugProcess()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp421 process_sp = target.CreateProcess(launch_info.GetListener(), in DebugProcess()
510 target->CreateProcess(attach_info.GetListenerForProcess(debugger), in Attach()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp393 target->CreateProcess(attach_info.GetListenerForProcess(debugger), in Attach()
449 process_sp = target.CreateProcess(launch_info.GetListener(), "gdb-remote", in DebugProcess()
/openbsd-src/gnu/usr.bin/cvs/windows-NT/
H A Drun.c484 status = CreateProcess ((LPCTSTR) NULL, in start_child()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp106 ProcessSP process_sp = target_sp->CreateProcess( in CreateEmptyProcess()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp247 ProcessSP process_sp(target_sp->CreateProcess( in LoadCore()
531 target_sp->CreateProcess(listener.m_opaque_sp, plugin_name, nullptr, in ConnectRemote()
534 process_sp = target_sp->CreateProcess( in ConnectRemote()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h607 const lldb::ProcessSP &CreateProcess(lldb::ListenerSP listener_sp,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp206 const lldb::ProcessSP &Target::CreateProcess(ListenerSP listener_sp, in CreateProcess() function in Target
3185 CreateProcess(launch_info.GetListener(), plugin_name, nullptr, false); in Launch()
3346 CreateProcess(attach_info.GetListenerForProcess(GetDebugger()), in Attach()
H A DPlatform.cpp1792 target->CreateProcess(debugger.GetListener(), plugin_name, nullptr, true); in DoConnectProcess()
/openbsd-src/gnu/usr.bin/perl/cpan/Win32/
H A DWin32.xs1196 if (CreateProcess(
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dwin32-nat.c1861 ret = CreateProcess (0, in child_create_inferior()
H A DChangeLog-19964606 * win32-nat.c (child_create_inferior): Call CreateProcess
/openbsd-src/usr.sbin/unbound/
H A Dltmain.sh6581 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlport.pod1651 CreateProcess() accepts a simple string rather than an array of
1973 emulated since the Win32 API CreateProcess() accepts a simple string
2148 CreateProcess() accepts a simple string rather than an array of
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32.c3586 To avoid that we just feed the handles to CreateProcess() so in do_popen()
3593 /* CreateProcess() requires inheritable handles */ in do_popen()
3619 /* let CreateProcess() try to find it instead */ in do_popen()
4452 * environment and the current directory to CreateProcess in win32_free_childenv()
4624 if (!CreateProcess(cname, /* search PATH to find executable */ in do_spawnvp_handles()
4635 /* initial NULL argument to CreateProcess() does a PATH in do_spawnvp_handles()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp412 ProcessSP process_sp(target_sp->CreateProcess( in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3178 ProcessSP process_sp(target_sp->CreateProcess( in SetCoreFile()