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()
243 SBProcess sb_process; in LoadCore() local
253 sb_process.SetSP(process_sp); in LoadCore()
260 return sb_process; in LoadCore()
309 SBProcess sb_process; in Launch() local
332 return sb_process; in Launch()
343 return sb_process; in Launch()
376 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
381 return sb_process; in Launch()
387 SBProcess sb_process; in Launch() local
403 return sb_process; in Launch()
422 sb_process.SetSP(target_sp->GetProcessSP()); in Launch()
427 return sb_process; in Launch()
433 SBProcess sb_process; in Attach() local
450 return sb_process; in Attach()
456 sb_process.SetSP(target_sp->GetProcessSP()); in Attach()
461 return sb_process; in Attach()
471 SBProcess sb_process; in AttachToProcessWithID() local
486 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithID()
490 return sb_process; in AttachToProcessWithID()
501 SBProcess sb_process; in AttachToProcessWithName() local
513 sb_process.SetSP(target_sp->GetProcessSP()); in AttachToProcessWithName()
517 return sb_process; in AttachToProcessWithName()
525 SBProcess sb_process; in ConnectRemote() local
540 sb_process.SetSP(process_sp); in ConnectRemote()
549 return sb_process; in ConnectRemote()