reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/API/SBExecutionContext.cpp
  141   LLDB_REGISTER_CONSTRUCTOR(SBExecutionContext, ());
  142   LLDB_REGISTER_CONSTRUCTOR(SBExecutionContext,
  144   LLDB_REGISTER_CONSTRUCTOR(SBExecutionContext,
  146   LLDB_REGISTER_CONSTRUCTOR(SBExecutionContext, (const lldb::SBTarget &));
  147   LLDB_REGISTER_CONSTRUCTOR(SBExecutionContext, (const lldb::SBProcess &));
  148   LLDB_REGISTER_CONSTRUCTOR(SBExecutionContext, (lldb::SBThread));
  149   LLDB_REGISTER_CONSTRUCTOR(SBExecutionContext, (const lldb::SBFrame &));
  150   LLDB_REGISTER_METHOD(
  153   LLDB_REGISTER_METHOD_CONST(lldb::SBTarget, SBExecutionContext, GetTarget,
  155   LLDB_REGISTER_METHOD_CONST(lldb::SBProcess, SBExecutionContext, GetProcess,
  157   LLDB_REGISTER_METHOD_CONST(lldb::SBThread, SBExecutionContext, GetThread,
  159   LLDB_REGISTER_METHOD_CONST(lldb::SBFrame, SBExecutionContext, GetFrame, ());