LLDB mainline
Public Member Functions | List of all members
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 339 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 343 of file SBCommandInterpreter.h.


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