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

Overrides

tools/lldb/source/Interpreter/CommandObject.cpp
   50 CommandObject::~CommandObject() {}

Overridden By

tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
 1996   ~CommandObjectBreakpointName() override = default;
 2275 CommandObjectMultiwordBreakpoint::~CommandObjectMultiwordBreakpoint() = default;
tools/lldb/source/Commands/CommandObjectBreakpointCommand.cpp
  725 CommandObjectBreakpointCommand::~CommandObjectBreakpointCommand() = default;
tools/lldb/source/Commands/CommandObjectCommands.cpp
 1843   ~CommandObjectMultiwordCommandsScript() override = default;
 1872 CommandObjectMultiwordCommands::~CommandObjectMultiwordCommands() = default;
tools/lldb/source/Commands/CommandObjectFrame.cpp
 1087   ~CommandObjectFrameRecognizer() override = default;
 1115 CommandObjectMultiwordFrame::~CommandObjectMultiwordFrame() = default;
tools/lldb/source/Commands/CommandObjectLanguage.cpp
   30 CommandObjectLanguage::~CommandObjectLanguage() {}
tools/lldb/source/Commands/CommandObjectLog.cpp
  390 CommandObjectLog::~CommandObjectLog() = default;
tools/lldb/source/Commands/CommandObjectMemory.cpp
 1786 CommandObjectMemory::~CommandObjectMemory() = default;
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  760   ~CommandObjectPlatformFile() override = default;
 1544   ~CommandObjectPlatformProcess() override = default;
 1751 CommandObjectPlatform::~CommandObjectPlatform() = default;
tools/lldb/source/Commands/CommandObjectPlugin.cpp
   82 CommandObjectPlugin::~CommandObjectPlugin() = default;
tools/lldb/source/Commands/CommandObjectProcess.cpp
 1514 CommandObjectMultiwordProcess::~CommandObjectMultiwordProcess() = default;
tools/lldb/source/Commands/CommandObjectRegister.cpp
  396 CommandObjectRegister::~CommandObjectRegister() = default;
tools/lldb/source/Commands/CommandObjectReproducer.cpp
  385 CommandObjectReproducer::~CommandObjectReproducer() = default;
tools/lldb/source/Commands/CommandObjectSettings.cpp
 1145 CommandObjectMultiwordSettings::~CommandObjectMultiwordSettings() = default;
tools/lldb/source/Commands/CommandObjectSource.cpp
 1279 CommandObjectMultiwordSource::~CommandObjectMultiwordSource() = default;
tools/lldb/source/Commands/CommandObjectStats.cpp
  106 CommandObjectStats::~CommandObjectStats() = default;
tools/lldb/source/Commands/CommandObjectTarget.cpp
 2448   ~CommandObjectTargetModulesDump() override = default;
 3951   ~CommandObjectTargetModulesImageSearchPaths() override = default;
 3986   ~CommandObjectTargetModules() override = default;
 4394   ~CommandObjectTargetSymbols() override = default;
 4871   ~CommandObjectMultiwordTargetStopHooks() override = default;
 4902 CommandObjectMultiwordTarget::~CommandObjectMultiwordTarget() = default;
tools/lldb/source/Commands/CommandObjectThread.cpp
 2004   ~CommandObjectMultiwordThreadPlan() override = default;
 2084 CommandObjectMultiwordThread::~CommandObjectMultiwordThread() = default;
tools/lldb/source/Commands/CommandObjectType.cpp
 2923   ~CommandObjectTypeFormat() override = default;
 2952   ~CommandObjectTypeSynth() override = default;
 2973   ~CommandObjectTypeFilter() override = default;
 2998   ~CommandObjectTypeCategory() override = default;
 3024   ~CommandObjectTypeSummary() override = default;
 3049 CommandObjectType::~CommandObjectType() = default;
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
 1102   ~CommandObjectWatchpointSet() override = default;
 1149 CommandObjectMultiwordWatchpoint::~CommandObjectMultiwordWatchpoint() = default;
tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  662 CommandObjectWatchpointCommand::~CommandObjectWatchpointCommand() = default;
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  394   ~CommandObjectMultiwordItaniumABI() override = default;
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  765   ~CommandObjectMultiwordObjC_ClassTable() override = default;
  781   ~CommandObjectMultiwordObjC_TaggedPointer() override = default;
  799   ~CommandObjectMultiwordObjC() override = default;
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 4027   ~CommandObjectRenderScriptRuntimeModule() override = default;
 4380   ~CommandObjectRenderScriptRuntimeReductionBreakpoint() override = default;
 4435   ~CommandObjectRenderScriptRuntimeKernelBreakpoint() override = default;
 4457   ~CommandObjectRenderScriptRuntimeKernel() override = default;
 4497   ~CommandObjectRenderScriptRuntimeContext() override = default;
 4853   ~CommandObjectRenderScriptRuntimeAllocation() override = default;
 4889   ~CommandObjectRenderScriptRuntimeReduction() override = default;
 4923   ~CommandObjectRenderScriptRuntime() override = default;
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.cpp
   89   ~CommandObjectRenderScriptScriptGroupBreakpoint() override = default;
  154   ~CommandObjectRenderScriptScriptGroup() override = default;
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 5386   ~CommandObjectProcessGDBRemotePacket() override {}
 5401   ~CommandObjectMultiwordProcessGDBRemote() override {}
tools/lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
  883   ~CommandObjectMultiwordProcessMinidump() override {}
tools/lldb/source/Target/StructuredDataPlugin.cpp
   26   ~CommandStructuredData() override {}

Declarations

tools/lldb/include/lldb/Interpreter/CommandObjectMultiword.h
   29   ~CommandObjectMultiword() override;