Lines Matching refs:sb_process
166 SBProcess sb_process; in GetProcess() local
171 sb_process.SetSP(process_sp); in GetProcess()
174 return sb_process; in GetProcess()
250 SBProcess sb_process; in LoadCore() local
260 sb_process.SetSP(process_sp); in LoadCore()
267 return sb_process; in LoadCore()
316 SBProcess sb_process; in Launch() local
339 return sb_process; in Launch()
350 return sb_process; in Launch()
383 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
388 return sb_process; in Launch()
394 SBProcess sb_process; in Launch() local
410 return sb_process; in Launch()
429 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
434 return sb_process; in Launch()
440 SBProcess sb_process; in Attach() local
457 return sb_process; in Attach()
463 sb_process.SetSP(target_sp->GetProcessSP()); in Attach()
468 return sb_process; in Attach()
478 SBProcess sb_process; in AttachToProcessWithID() local
493 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithID()
497 return sb_process; in AttachToProcessWithID()
508 SBProcess sb_process; in AttachToProcessWithName() local
520 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithName()
524 return sb_process; in AttachToProcessWithName()
532 SBProcess sb_process; in ConnectRemote() local
547 sb_process.SetSP(process_sp); in ConnectRemote()
556 return sb_process; in ConnectRemote()