Lines Matching refs:sb_process

179   SBProcess sb_process;  in GetProcess()  local
184 sb_process.SetSP(process_sp); in GetProcess()
187 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
264 SBProcess sb_process; in LoadCore() local
274 sb_process.SetSP(process_sp); in LoadCore()
281 return LLDB_RECORD_RESULT(sb_process); in LoadCore()
335 SBProcess sb_process; in Launch() local
358 return LLDB_RECORD_RESULT(sb_process); in Launch()
369 return LLDB_RECORD_RESULT(sb_process); in Launch()
402 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
407 return LLDB_RECORD_RESULT(sb_process); in Launch()
416 SBProcess sb_process; in Launch() local
432 return LLDB_RECORD_RESULT(sb_process); in Launch()
451 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
456 return LLDB_RECORD_RESULT(sb_process); in Launch()
464 SBProcess sb_process; in Attach() local
480 return LLDB_RECORD_RESULT(sb_process); in Attach()
486 sb_process.SetSP(target_sp->GetProcessSP()); in Attach()
491 return LLDB_RECORD_RESULT(sb_process); in Attach()
503 SBProcess sb_process; in AttachToProcessWithID() local
518 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithID()
522 return LLDB_RECORD_RESULT(sb_process); in AttachToProcessWithID()
535 SBProcess sb_process; in AttachToProcessWithName() local
547 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithName()
551 return LLDB_RECORD_RESULT(sb_process); in AttachToProcessWithName()
562 SBProcess sb_process; in ConnectRemote() local
577 sb_process.SetSP(process_sp); in ConnectRemote()
586 return LLDB_RECORD_RESULT(sb_process); in ConnectRemote()