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

References

tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
   53                                          const SharedPtr &next_frame,
  608   RegisterContextLLDB::SharedPtr next_frame = GetNextFrame();
  610     RegisterContextLLDB::SharedPtr next_next_frame = next_frame->GetNextFrame();
 2086 RegisterContextLLDB::SharedPtr RegisterContextLLDB::GetNextFrame() const {
 2087   RegisterContextLLDB::SharedPtr regctx;
 2093 RegisterContextLLDB::SharedPtr RegisterContextLLDB::GetPrevFrame() const {
 2094   RegisterContextLLDB::SharedPtr regctx;
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
   30   RegisterContextLLDB(lldb_private::Thread &thread, const SharedPtr &next_frame,
   97   SharedPtr GetNextFrame() const;
   99   SharedPtr GetPrevFrame() const;