Searched refs:sb_process (Results 1 – 7 of 7) sorted by relevance
63 SBProcess sb_process(process->shared_from_this()); in PrivateBreakpointHitCallback() local72 return data->callback(data->callback_baton, sb_process, sb_thread, in PrivateBreakpointHitCallback()
101 SBProcess sb_process; in GetProcess() local105 sb_process.SetSP(process_sp); in GetProcess()107 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
179 SBProcess sb_process; in GetProcess() local184 sb_process.SetSP(process_sp); in GetProcess()187 return LLDB_RECORD_RESULT(sb_process); in GetProcess()264 SBProcess sb_process; in LoadCore() local274 sb_process.SetSP(process_sp); in LoadCore()281 return LLDB_RECORD_RESULT(sb_process); in LoadCore()335 SBProcess sb_process; in Launch() local358 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()[all …]
373 SBProcess sb_process; in GetProcess() local380 sb_process.SetSP(process_sp); in GetProcess()384 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
1090 SBProcess sb_process; in GetProcess() local1097 sb_process.SetSP(exe_ctx.GetProcessSP()); in GetProcess()1100 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
1045 SBProcess sb_process; in GetProcess() local1049 sb_process.SetSP(process_sp); in GetProcess()1052 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
257 import sb_process258 sb_process.fuzz_obj(obj)