Home
last modified time | relevance | path

Searched refs:sb_process (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBExecutionContext.cpp101 SBProcess sb_process; in GetProcess() local
105 sb_process.SetSP(process_sp); in GetProcess()
107 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
DSBBreakpointOptionCommon.cpp63 SBProcess sb_process(process->shared_from_this()); in PrivateBreakpointHitCallback() local
72 return data->callback(data->callback_baton, sb_process, sb_thread, in PrivateBreakpointHitCallback()
DSBTarget.cpp179 SBProcess sb_process; in GetProcess() local
184 sb_process.SetSP(process_sp); in GetProcess()
187 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
264 SBProcess sb_process; in LoadCore() local
274 sb_process.SetSP(process_sp); in LoadCore()
281 return LLDB_RECORD_RESULT(sb_process); in LoadCore()
335 SBProcess sb_process; in Launch() local
358 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 …]
DSBCommandInterpreter.cpp373 SBProcess sb_process; in GetProcess() local
380 sb_process.SetSP(process_sp); in GetProcess()
384 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
DSBThread.cpp1090 SBProcess sb_process; in GetProcess() local
1097 sb_process.SetSP(exe_ctx.GetProcessSP()); in GetProcess()
1100 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
DSBValue.cpp1045 SBProcess sb_process; in GetProcess() local
1049 sb_process.SetSP(process_sp); in GetProcess()
1052 return LLDB_RECORD_RESULT(sb_process); in GetProcess()
/external/llvm-project/lldb/test/API/python_api/default-constructor/
DTestDefaultConstructorForAPIObjects.py257 import sb_process
258 sb_process.fuzz_obj(obj)