| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/ |
| H A D | windows.h | 20 #undef CreateProcess
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/ |
| H A D | PlatformWindows.cpp | 496 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 D | PlatformQemuUser.cpp | 219 ProcessSP process_sp = target.CreateProcess( in DebugProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 421 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 D | PlatformPOSIX.cpp | 393 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 D | run.c | 484 status = CreateProcess ((LPCTSTR) NULL, in start_child()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleLoader.cpp | 106 ProcessSP process_sp = target_sp->CreateProcess( in CreateEmptyProcess()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBTarget.cpp | 247 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 D | Target.h | 607 const lldb::ProcessSP &CreateProcess(lldb::ListenerSP listener_sp,
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 206 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 D | Platform.cpp | 1792 target->CreateProcess(debugger.GetListener(), plugin_name, nullptr, true); in DoConnectProcess()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Win32/ |
| H A D | Win32.xs | 1196 if (CreateProcess(
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | win32-nat.c | 1861 ret = CreateProcess (0, in child_create_inferior()
|
| H A D | ChangeLog-1996 | 4606 * win32-nat.c (child_create_inferior): Call CreateProcess
|
| /openbsd-src/usr.sbin/unbound/ |
| H A D | ltmain.sh | 6581 CreateProcess(). We must quote the arguments since Win32 CreateProcess()
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlport.pod | 1651 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 D | win32.c | 3586 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 D | CommandObjectTarget.cpp | 412 ProcessSP process_sp(target_sp->CreateProcess( in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 3178 ProcessSP process_sp(target_sp->CreateProcess( in SetCoreFile()
|