Home
last modified time | relevance | path

Searched defs:exe_ctx_ref (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Breakpoint/
DStoppointCallbackContext.h51 ExecutionContextRef exe_ctx_ref; // This tells us where we have stopped, what thread. variable
/external/lldb/source/Core/
DValueObjectVariable.cpp258 const ExecutionContextRef &exe_ctx_ref = GetExecutionContextRef(); in IsInScope() local
/external/lldb/source/Target/
DExecutionContext.cpp149 ExecutionContext::ExecutionContext (const ExecutionContextRef &exe_ctx_ref) : in ExecutionContext()
191 ExecutionContext::ExecutionContext (const ExecutionContextRef &exe_ctx_ref, Mutex::Locker &locker) : in ExecutionContext()