Lines Matching refs:SBProcess
149 SBProcess SBTarget::GetProcess() { in GetProcess()
150 SBProcess sb_process; in GetProcess()
220 SBProcess SBTarget::LoadCore(const char *core_file) { in LoadCore()
225 SBProcess SBTarget::LoadCore(const char *core_file, lldb::SBError &error) { in LoadCore()
226 SBProcess sb_process; in LoadCore()
246 SBProcess SBTarget::LaunchSimple(char const **argv, char const **envp, in LaunchSimple()
269 SBProcess SBTarget::Launch(SBListener &listener, char const **argv, in Launch()
277 SBProcess sb_process; in Launch()
361 SBProcess SBTarget::Launch(SBLaunchInfo &sb_launch_info, SBError &error) { in Launch()
364 SBProcess sb_process; in Launch()
417 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { in Attach()
420 SBProcess sb_process; in Attach()
464 lldb::SBProcess SBTarget::AttachToProcessWithID( in AttachToProcessWithID()
471 SBProcess sb_process; in AttachToProcessWithID()
501 lldb::SBProcess SBTarget::AttachToProcessWithName( in AttachToProcessWithName()
509 SBProcess sb_process; in AttachToProcessWithName()
537 lldb::SBProcess SBTarget::ConnectRemote(SBListener &listener, const char *url, in ConnectRemote()
542 SBProcess sb_process; in ConnectRemote()