Searched refs:exe_ctx_ref (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DStoppointCallbackContext.cpp14 : event(nullptr), exe_ctx_ref(), is_synchronous(false) {}
18 : event(e), exe_ctx_ref(exe_ctx), is_synchronous(synchronously) {}
22 exe_ctx_ref.Clear();
H A DBreakpointOptions.cpp630 ExecutionContext exe_ctx(context->exe_ctx_ref);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointCallbackContext.h43 exe_ctx_ref; // This tells us where we have stopped, what thread. member in class:lldb_private::StoppointCallbackContext
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DExecutionContext.h313 ExecutionContext(const ExecutionContextRef &exe_ctx_ref);
314 ExecutionContext(const ExecutionContextRef *exe_ctx_ref,
319 ExecutionContext(const ExecutionContextRef &exe_ctx_ref,
321 ExecutionContext(const ExecutionContextRef *exe_ctx_ref,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.h62 StructuredData::ObjectSP RetrieveReportData(ExecutionContextRef exe_ctx_ref);
H A DMainThreadCheckerRuntime.cpp74 MainThreadCheckerRuntime::RetrieveReportData(ExecutionContextRef exe_ctx_ref) { argument
79 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP();
162 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP();
164 process_sp != context->exe_ctx_ref.GetProcessSP())
171 instance->RetrieveReportData(context->exe_ctx_ref);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.h63 StructuredData::ObjectSP RetrieveReportData(ExecutionContextRef exe_ctx_ref);
H A DUBSanRuntime.cpp114 ExecutionContextRef exe_ctx_ref) {
119 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP();
216 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP();
218 process_sp != context->exe_ctx_ref.GetProcessSP())
225 instance->RetrieveReportData(context->exe_ctx_ref);
113 RetrieveReportData( ExecutionContextRef exe_ctx_ref) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.h62 StructuredData::ObjectSP RetrieveReportData(ExecutionContextRef exe_ctx_ref);
H A DTSanRuntime.cpp303 ThreadSanitizerRuntime::RetrieveReportData(ExecutionContextRef exe_ctx_ref) { argument
308 ThreadSP thread_sp = exe_ctx_ref.GetThreadSP();
810 instance->RetrieveReportData(context->exe_ctx_ref);
858 if (process_sp && process_sp == context->exe_ctx_ref.GetProcessSP()) {
859 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp54 ExecutionContext exe_ctx(ctx->exe_ctx_ref);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DExecutionContext.cpp109 ExecutionContext::ExecutionContext(const ExecutionContextRef &exe_ctx_ref) argument
110 : m_target_sp(exe_ctx_ref.GetTargetSP()),
111 m_process_sp(exe_ctx_ref.GetProcessSP()),
112 m_thread_sp(exe_ctx_ref.GetThreadSP()),
113 m_frame_sp(exe_ctx_ref.GetFrameSP()) {}
144 ExecutionContext::ExecutionContext(const ExecutionContextRef &exe_ctx_ref, argument
146 : m_target_sp(exe_ctx_ref.GetTargetSP()), m_process_sp(), m_thread_sp(),
151 m_process_sp = exe_ctx_ref.GetProcessSP();
152 m_thread_sp = exe_ctx_ref.GetThreadSP();
153 m_frame_sp = exe_ctx_ref
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectVariable.cpp226 const ExecutionContextRef &exe_ctx_ref = GetExecutionContextRef(); local
227 if (exe_ctx_ref.HasFrameRef()) {
228 ExecutionContext exe_ctx(exe_ctx_ref);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp259 if (process_sp && process_sp == context->exe_ctx_ref.GetProcessSP()) {
260 ThreadSP thread_sp = context->exe_ctx_ref.GetThreadSP();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp282 ExecutionContext exe_ctx(context->exe_ctx_ref);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1507 auto process_sp = context->exe_ctx_ref.GetProcessSP();
1572 auto thread_sp = context->exe_ctx_ref.GetThreadSP();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp520 ExecutionContext exe_ctx(context->exe_ctx_ref);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2274 ExecutionContext exe_ctx(context->exe_ctx_ref);
2340 ExecutionContext exe_ctx(context->exe_ctx_ref);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1098 ExecutionContext exe_ctx(ctx->exe_ctx_ref);
3665 ExecutionContext context(ctx->exe_ctx_ref);

Completed in 283 milliseconds