|
LLDB mainline
|
#include "CommandObjectPlugin.h"#include "lldb/Core/PluginManager.h"#include "lldb/Host/OptionParser.h"#include "lldb/Interpreter/CommandInterpreter.h"#include "lldb/Interpreter/CommandOptionArgumentTable.h"#include "lldb/Interpreter/CommandReturnObject.h"#include "lldb/Interpreter/OptionArgParser.h"#include "CommandOptions.inc"Go to the source code of this file.
Classes | |
| class | CommandObjectPluginLoad |
| class | CommandObjectPluginList |
| class | PluginDomainOptions |
| class | CommandObjectPluginEnable |
| class | CommandObjectPluginDisable |
Macros | |
| #define | LLDB_OPTIONS_plugin_list |
| #define | LLDB_OPTIONS_plugin_enable |
| #define | LLDB_OPTIONS_plugin_disable |
Functions | |
| static void | DoPluginEnableDisable (Args &command, CommandReturnObject &result, bool enable, Debugger &requesting_debugger, PluginDomainKind domain) |
| #define LLDB_OPTIONS_plugin_disable |
Definition at line 376 of file CommandObjectPlugin.cpp.
| #define LLDB_OPTIONS_plugin_enable |
Definition at line 373 of file CommandObjectPlugin.cpp.
| #define LLDB_OPTIONS_plugin_list |
Definition at line 161 of file CommandObjectPlugin.cpp.
|
static |
Definition at line 347 of file CommandObjectPlugin.cpp.
References lldb_private::CommandReturnObject::AppendErrorWithFormat(), lldb::eReturnStatusSuccessFinishResult, lldb_private::Args::GetArgumentCount(), and lldb_private::CommandReturnObject::SetStatus().
Referenced by CommandObjectPluginDisable::DoExecute(), and CommandObjectPluginEnable::DoExecute().