Lines Matching refs:sb_process

150   SBProcess sb_process;  in GetProcess()  local
155 sb_process.SetSP(process_sp); in GetProcess()
164 return sb_process; in GetProcess()
226 SBProcess sb_process; in LoadCore() local
236 sb_process.SetSP(process_sp); in LoadCore()
243 return sb_process; in LoadCore()
277 SBProcess sb_process; in Launch() local
311 return sb_process; in Launch()
322 return sb_process; in Launch()
346 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
355 static_cast<void *>(sb_process.GetSP().get()), in Launch()
358 return sb_process; in Launch()
364 SBProcess sb_process; in Launch() local
384 return sb_process; in Launch()
403 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
412 static_cast<void *>(sb_process.GetSP().get())); in Launch()
414 return sb_process; in Launch()
420 SBProcess sb_process; in Attach() local
445 return sb_process; in Attach()
451 sb_process.SetSP(target_sp->GetProcessSP()); in Attach()
459 static_cast<void *>(sb_process.GetSP().get())); in Attach()
461 return sb_process; in Attach()
471 SBProcess sb_process; in AttachToProcessWithID() local
490 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithID()
497 static_cast<void *>(sb_process.GetSP().get())); in AttachToProcessWithID()
498 return sb_process; in AttachToProcessWithID()
509 SBProcess sb_process; in AttachToProcessWithName() local
526 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithName()
533 static_cast<void *>(sb_process.GetSP().get())); in AttachToProcessWithName()
534 return sb_process; in AttachToProcessWithName()
542 SBProcess sb_process; in ConnectRemote() local
561 sb_process.SetSP(process_sp); in ConnectRemote()
574 return sb_process; in ConnectRemote()