Lines Matching refs:SBProcess
162 SBProcess SBTarget::GetProcess() { in GetProcess()
165 SBProcess sb_process; in GetProcess()
232 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore()
239 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore()
242 SBProcess sb_process; in LoadCore()
262 SBProcess SBTarget::LaunchSimple(char const **argv, char const **envp, in LaunchSimple()
268 return SBProcess(); in LaunchSimple()
298 SBProcess SBTarget::Launch(SBListener &listener, char const **argv, in Launch()
308 SBProcess sb_process; in Launch()
383 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch()
386 SBProcess sb_process; in Launch()
429 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { in Attach()
432 SBProcess sb_process; in Attach()
462 lldb::SBProcess SBTarget::AttachToProcessWithID( in AttachToProcessWithID()
469 SBProcess sb_process; in AttachToProcessWithID()
491 lldb::SBProcess SBTarget::AttachToProcessWithName( in AttachToProcessWithName()
499 SBProcess sb_process; in AttachToProcessWithName()
518 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, in ConnectRemote()
523 SBProcess sb_process; in ConnectRemote()