Searched defs:ExecutionContextRef (Results 1 - 2 of 2) 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/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...]

Completed in 140 milliseconds