HomeSort by relevance Sort by last modified time
    Searched defs:exe_ctx_ref (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Breakpoint/
StoppointCallbackContext.h 51 ExecutionContextRef exe_ctx_ref; // This tells us where we have stopped, what thread. member in class:lldb_private::StoppointCallbackContext
  /external/lldb/source/Core/
ValueObjectVariable.cpp 258 const ExecutionContextRef &exe_ctx_ref = GetExecutionContextRef(); local
259 if (exe_ctx_ref.HasFrameRef())
261 ExecutionContext exe_ctx (exe_ctx_ref);

Completed in 68 milliseconds