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

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp570 ProcessSP process_sp (target_sp->CreateProcess(target_sp->GetDebugger().GetListener(),
830 process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), NULL, NULL);
954 process_sp = target_sp->CreateProcess (listener.ref(), NULL, NULL);
956 process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), NULL, NULL);
1052 process_sp = target_sp->CreateProcess (listener.ref(), NULL, NULL);
1054 process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), NULL, NULL);
1114 process_sp = target_sp->CreateProcess (listener.ref(), plugin_name, NULL);
1116 process_sp = target_sp->CreateProcess (target_sp->GetDebugger().GetListener(), plugin_name, NULL);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp461 process_sp = target->CreateProcess (listener, "gdb-remote", NULL);
549 process_sp = target->CreateProcess (listener, "gdb-remote", NULL);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp532 process_sp = target->CreateProcess (listener, "gdb-remote", NULL);
/freebsd-10.3-release/contrib/subversion/
H A Dwin-tests.py422 win32process.CreateProcess(self._quote(self.path), args,
851 win32process.CreateProcess(self._quote(self.path), args,
/freebsd-10.3-release/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-10.3-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h522 CreateProcess (Listener &listener,
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp514 process = target->CreateProcess (m_interpreter.GetDebugger().GetListener(), plugin_name, NULL).get();
1085 process = target_sp->CreateProcess (m_interpreter.GetDebugger().GetListener(), plugin_name, NULL).get();
H A DCommandObjectTarget.cpp356 ProcessSP process_sp (target_sp->CreateProcess (m_interpreter.GetDebugger().GetListener(), NULL, &core_file));
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp177 Target::CreateProcess (Listener &listener, const char *plugin_name, const FileSpec *crash_file) function in class:Target
2384 CreateProcess (listener, plugin_name, NULL);
/freebsd-10.3-release/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-10.3-release/contrib/openbsm/config/
H A Dltmain.sh4986 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/freebsd-10.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/freebsd-10.3-release/contrib/openpam/
H A Dltmain.sh4986 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/freebsd-10.3-release/contrib/sqlite3/
H A Dltmain.sh4953 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/freebsd-10.3-release/contrib/unbound/
H A Dltmain.sh4953 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/freebsd-10.3-release/crypto/heimdal/
H A Dltmain.sh4947 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/freebsd-10.3-release/contrib/file/
H A Dltmain.sh4954 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function
/freebsd-10.3-release/contrib/ldns/
H A Dltmain.sh6331 CreateProcess(). We must quote the arguments since Win32 CreateProcess() function

Completed in 267 milliseconds