LLDB mainline
lldb::SBCommandPluginInterface Class Reference

#include <SBCommandInterpreter.h>

Public Member Functions

virtual ~SBCommandPluginInterface ()=default
virtual bool DoExecute (lldb::SBDebugger, char **, lldb::SBCommandReturnObject &)

Detailed Description

Definition at line 354 of file SBCommandInterpreter.h.

Constructor & Destructor Documentation

◆ ~SBCommandPluginInterface()

virtual lldb::SBCommandPluginInterface::~SBCommandPluginInterface ( )
virtualdefault

Member Function Documentation

◆ DoExecute()

virtual bool lldb::SBCommandPluginInterface::DoExecute ( lldb::SBDebugger ,
char ** ,
lldb::SBCommandReturnObject &  )
inlinevirtual

Definition at line 358 of file SBCommandInterpreter.h.


The documentation for this class was generated from the following file: