Lines Matching refs:SBProcess
163 SBProcess SBTarget::GetProcess() { in GetProcess()
166 SBProcess sb_process; in GetProcess()
240 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore()
247 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore()
250 SBProcess sb_process; in LoadCore()
270 SBProcess SBTarget::LaunchSimple(char const **argv, char const **envp, in LaunchSimple()
276 return SBProcess(); in LaunchSimple()
306 SBProcess SBTarget::Launch(SBListener &listener, char const **argv, in Launch()
316 SBProcess sb_process; in Launch()
391 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch()
394 SBProcess sb_process; in Launch()
437 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { in Attach()
440 SBProcess sb_process; in Attach()
471 lldb::SBProcess SBTarget::AttachToProcessWithID( in AttachToProcessWithID()
478 SBProcess sb_process; in AttachToProcessWithID()
500 lldb::SBProcess SBTarget::AttachToProcessWithName( in AttachToProcessWithName()
508 SBProcess sb_process; in AttachToProcessWithName()
527 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, in ConnectRemote()
532 SBProcess sb_process; in ConnectRemote()