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

Overridden By

tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
   32 const char *StopInfoMachException::GetDescription() {
tools/lldb/source/Target/InstrumentationRuntimeStopInfo.cpp
   26 const char *InstrumentationRuntimeStopInfo::GetDescription() {
tools/lldb/source/Target/StopInfo.cpp
  184   const char *GetDescription() override {
  630   const char *GetDescription() override {
  960   const char *GetDescription() override {
  989   const char *GetDescription() override {
 1011   const char *GetDescription() override {
 1033   const char *GetDescription() override {
 1080   const char *GetDescription() override { return "exec"; }

References

tools/lldb/source/API/SBThread.cpp
  328         const char *stop_desc = stop_info_sp->GetDescription();
tools/lldb/source/Core/FormatEntity.cpp
 1276           const char *cstr = stop_info_sp->GetDescription();
tools/lldb/source/Core/IOHandler.cpp
 4050               const char *stop_description = stop_info_sp->GetDescription();
 4197               const char *stop_description = stop_info_sp->GetDescription();
tools/lldb/source/Expression/LLVMUserExpression.cpp
  185             error_desc = real_stop_info_sp->GetDescription();
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1989               const char *stop_info_desc = stop_info_sp->GetDescription();
 2521                         stop_info_sp->GetDescription());
tools/lldb/source/Target/Process.cpp
 4584     LLDB_LOG(log, "stopped for breakpoint: {0}.", stop_info_sp->GetDescription());
 5296                 const char *stop_desc = stop_info_sp->GetDescription();
tools/lldb/source/Target/StopInfo.cpp
 1167   const char *description = stop_info_sp->GetDescription();
tools/lldb/source/Target/Thread.cpp
  480             stop_info_sp ? stop_info_sp->GetDescription() : "<NULL>",
tools/lldb/source/Target/ThreadPlanBase.cpp
  129           m_thread.GetID(), stop_info_sp->GetDescription());
  152             m_thread.GetID(), stop_info_sp->GetDescription());