Searched refs:ExecutionContextRef (Results 1 - 10 of 10) sorted by relevance

/external/lldb/include/lldb/Target/
H A DExecutionContext.h20 /// contexts: ExecutionContextRef and ExecutionContext. Both of these
45 /// @class ExecutionContextRef ExecutionContext.h "lldb/Target/ExecutionContext.h"
48 /// ExecutionContextRef objects are designed to hold onto an execution
50 /// to refer to a stack frame, it should hold onto an ExecutionContextRef
58 /// ExecutionContextRef object that refers to that frame will not be able
61 /// ExecutionContextRef objects can also be used as objects in classes
67 /// refer to execution contexts should use ExecutionContextRef objcts.
75 class ExecutionContextRef class in namespace:lldb_private
81 ExecutionContextRef();
86 ExecutionContextRef (cons
[all...]
/external/lldb/include/lldb/Breakpoint/
H A DStoppointCallbackContext.h51 ExecutionContextRef exe_ctx_ref; // This tells us where we have stopped, what thread.
/external/lldb/source/Target/
H A DExecutionContext.cpp149 ExecutionContext::ExecutionContext (const ExecutionContextRef &exe_ctx_ref) :
157 ExecutionContext::ExecutionContext (const ExecutionContextRef *exe_ctx_ref_ptr) :
172 ExecutionContext::ExecutionContext (const ExecutionContextRef *exe_ctx_ref_ptr, Mutex::Locker &locker) :
191 ExecutionContext::ExecutionContext (const ExecutionContextRef &exe_ctx_ref, Mutex::Locker &locker) :
523 ExecutionContextRef::ExecutionContextRef() : function in class:ExecutionContextRef
532 ExecutionContextRef::ExecutionContextRef (const ExecutionContext *exe_ctx) : function in class:ExecutionContextRef
543 ExecutionContextRef::ExecutionContextRef (cons function in class:ExecutionContextRef
554 ExecutionContextRef::ExecutionContextRef (Target *target, bool adopt_selected) : function in class:ExecutionContextRef
567 ExecutionContextRef::ExecutionContextRef (const ExecutionContextRef &rhs) : function in class:ExecutionContextRef
[all...]
/external/lldb/include/lldb/DataFormatters/
H A DCXXFormatterFunctions.h218 ExecutionContextRef m_exe_ctx_ref;
249 ExecutionContextRef m_exe_ctx_ref;
325 ExecutionContextRef m_exe_ctx_ref;
383 ExecutionContextRef m_exe_ctx_ref;
459 ExecutionContextRef m_exe_ctx_ref;
539 ExecutionContextRef m_exe_ctx_ref;
595 ExecutionContextRef m_exe_ctx_ref;
629 ExecutionContextRef m_exe_ctx_ref;
660 ExecutionContextRef m_exe_ctx_ref;
721 ExecutionContextRef m_exe_ctx_re
[all...]
/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h465 ExecutionContextRef m_exe_ctx_ref; // The current execution context to use when handling commands
/external/lldb/source/Core/
H A DValueObjectVariable.cpp258 const ExecutionContextRef &exe_ctx_ref = GetExecutionContextRef();
/external/lldb/include/lldb/
H A Dlldb-forward.h90 class ExecutionContextRef;
287 typedef std::shared_ptr<lldb_private::ExecutionContextRef> ExecutionContextRefSP;
/external/lldb/include/lldb/Core/
H A DValueObject.h456 const ExecutionContextRef &
547 ExecutionContextRef m_exe_ctx_ref;
564 const ExecutionContextRef &
/external/lldb/source/API/
H A DSBThread.cpp56 m_opaque_sp (new ExecutionContextRef())
61 m_opaque_sp (new ExecutionContextRef(lldb_object_sp))
66 m_opaque_sp (new ExecutionContextRef(*rhs.m_opaque_sp))
H A DSBFrame.cpp53 m_opaque_sp (new ExecutionContextRef())
58 m_opaque_sp (new ExecutionContextRef (lldb_object_sp))
73 m_opaque_sp (new ExecutionContextRef (*rhs.m_opaque_sp))

Completed in 664 milliseconds