Home
last modified time | relevance | path

Searched refs:LaunchForDebug (Results 1 – 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h49 pid_t LaunchForDebug (const char *path,
DMachProcess.cpp1646 MachProcess::LaunchForDebug in LaunchForDebug() function in MachProcess
/external/lldb/tools/debugserver/source/
DChangeLog366 (MachProcess::LaunchForDebug): Ditto.
459 (MachProcess::LaunchForDebug): Ditto.
678 (MachProcess::LaunchForDebug): Now has launch parameter that tells it how
827 (MachProcess::LaunchForDebug): Added posix_spawn support.
1002 * MachProcess.h: Ditto for *LaunchForDebug and
1004 * MachProcess.cpp (MachProcess::LaunchForDebug): Pass on envp.
DDNB.cpp222 pid_t pid = processSP->LaunchForDebug (path, in DNBProcessLaunch()