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

Overridden By

tools/lldb/include/lldb/Target/ThreadPlanStepRange.h
   30   void GetDescription(Stream *s, lldb::DescriptionLevel level) override = 0;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
   87 void AppleThreadPlanStepThroughObjCTrampoline::GetDescription(
tools/lldb/source/Target/ThreadPlan.cpp
  168 void ThreadPlanNull::GetDescription(Stream *s, lldb::DescriptionLevel level) {
tools/lldb/source/Target/ThreadPlanBase.cpp
   48 void ThreadPlanBase::GetDescription(Stream *s, lldb::DescriptionLevel level) {
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  215 void ThreadPlanCallFunction::GetDescription(Stream *s, DescriptionLevel level) {
tools/lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp
   47 void ThreadPlanCallFunctionUsingABI::GetDescription(Stream *s,
tools/lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp
   45 void ThreadPlanCallOnFunctionExit::GetDescription(
tools/lldb/source/Target/ThreadPlanCallUserExpression.cpp
   48 void ThreadPlanCallUserExpression::GetDescription(
tools/lldb/source/Target/ThreadPlanPython.cpp
  183 void ThreadPlanPython::GetDescription(Stream *s, lldb::DescriptionLevel level) {
tools/lldb/source/Target/ThreadPlanRunToAddress.cpp
   86 void ThreadPlanRunToAddress::GetDescription(Stream *s,
tools/lldb/source/Target/ThreadPlanStepInRange.cpp
  106 void ThreadPlanStepInRange::GetDescription(Stream *s,
tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
   51 void ThreadPlanStepInstruction::GetDescription(Stream *s,
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  183 void ThreadPlanStepOut::GetDescription(Stream *s,
tools/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
   41 void ThreadPlanStepOverBreakpoint::GetDescription(
tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
   45 void ThreadPlanStepOverRange::GetDescription(Stream *s,
tools/lldb/source/Target/ThreadPlanStepThrough.cpp
  116 void ThreadPlanStepThrough::GetDescription(Stream *s,
tools/lldb/source/Target/ThreadPlanStepUntil.cpp
   99 void ThreadPlanStepUntil::GetDescription(Stream *s,

References

tools/lldb/source/API/SBThreadPlan.cpp
  153     m_opaque_sp->GetDescription(description.get(), eDescriptionLevelFull);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
 1133         ret_plan_sp->GetDescription(&s, eDescriptionLevelFull);
tools/lldb/source/Target/Process.cpp
 4783       thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose);
tools/lldb/source/Target/StopInfo.cpp
 1036       m_plan_sp->GetDescription(&strm, eDescriptionLevelBrief);
tools/lldb/source/Target/Thread.cpp
 1029       thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelFull);
 1511   plan->GetDescription(s, desc_level);
tools/lldb/source/Target/ThreadPlanStepThrough.cpp
  105       m_sub_plan_sp->GetDescription(&s, lldb::eDescriptionLevelFull);