Lines Matching refs:SBProcess
163 SBProcess SBTarget::GetProcess() { in GetProcess()
166 SBProcess sb_process; in GetProcess()
233 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore()
240 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore()
243 SBProcess sb_process; in LoadCore()
263 SBProcess SBTarget::LaunchSimple(char const **argv, char const **envp, in LaunchSimple()
269 return SBProcess(); in LaunchSimple()
299 SBProcess SBTarget::Launch(SBListener &listener, char const **argv, in Launch()
309 SBProcess sb_process; in Launch()
384 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch()
387 SBProcess sb_process; in Launch()
430 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { in Attach()
433 SBProcess sb_process; in Attach()
464 lldb::SBProcess SBTarget::AttachToProcessWithID( in AttachToProcessWithID()
471 SBProcess sb_process; in AttachToProcessWithID()
493 lldb::SBProcess SBTarget::AttachToProcessWithName( in AttachToProcessWithName()
501 SBProcess sb_process; in AttachToProcessWithName()
520 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, in ConnectRemote()
525 SBProcess sb_process; in ConnectRemote()