Lines Matching refs:sb_process
165 SBProcess sb_process; in GetProcess() local
170 sb_process.SetSP(process_sp); in GetProcess()
173 return sb_process; in GetProcess()
242 SBProcess sb_process; in LoadCore() local
252 sb_process.SetSP(process_sp); in LoadCore()
259 return sb_process; in LoadCore()
308 SBProcess sb_process; in Launch() local
331 return sb_process; in Launch()
342 return sb_process; in Launch()
375 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
380 return sb_process; in Launch()
386 SBProcess sb_process; in Launch() local
402 return sb_process; in Launch()
421 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
426 return sb_process; in Launch()
432 SBProcess sb_process; in Attach() local
448 return sb_process; in Attach()
454 sb_process.SetSP(target_sp->GetProcessSP()); in Attach()
459 return sb_process; in Attach()
469 SBProcess sb_process; in AttachToProcessWithID() local
484 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithID()
488 return sb_process; in AttachToProcessWithID()
499 SBProcess sb_process; in AttachToProcessWithName() local
511 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithName()
515 return sb_process; in AttachToProcessWithName()
523 SBProcess sb_process; in ConnectRemote() local
538 sb_process.SetSP(process_sp); in ConnectRemote()
547 return sb_process; in ConnectRemote()