Home
last modified time | relevance | path

Searched refs:CommandObjectMultiword (Results 1 – 25 of 58) sorted by relevance

123

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp23 CommandObjectMultiword::CommandObjectMultiword(CommandInterpreter &interpreter, in CommandObjectMultiword() function in CommandObjectMultiword
31 CommandObjectMultiword::~CommandObjectMultiword() = default;
33 CommandObjectSP CommandObjectMultiword::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP()
67 CommandObjectMultiword::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject()
72 bool CommandObjectMultiword::LoadSubCommand(llvm::StringRef name, in LoadSubCommand()
90 bool CommandObjectMultiword::Execute(const char *args_string, in Execute()
153 void CommandObjectMultiword::GenerateHelpText(Stream &output_stream) { in GenerateHelpText()
185 int CommandObjectMultiword::HandleCompletion(CompletionRequest &request) { in HandleCompletion()
231 const char *CommandObjectMultiword::GetRepeatCommand(Args &current_command_args, in GetRepeatCommand()
243 void CommandObjectMultiword::AproposAllSubCommands(llvm::StringRef prefix, in AproposAllSubCommands()
[all …]
H A DCommandObjectLanguage.cpp24 : CommandObjectMultiword( in CommandObjectLanguage()
H A DCommandObjectPlugin.h20 class CommandObjectPlugin : public CommandObjectMultiword {
H A DCommandObjectProcess.h21 class CommandObjectMultiwordProcess : public CommandObjectMultiword {
H A DCommandObjectWatchpointCommand.h25 class CommandObjectWatchpointCommand : public CommandObjectMultiword {
H A DCommandObjectSettings.h23 class CommandObjectMultiwordSettings : public CommandObjectMultiword {
H A DCommandObjectStats.h17 class CommandObjectStats : public CommandObjectMultiword {
H A DCommandObjectThread.h17 class CommandObjectMultiwordThread : public CommandObjectMultiword {
H A DCommandObjectType.h21 class CommandObjectType : public CommandObjectMultiword {
H A DCommandObjectReproducer.h22 class CommandObjectReproducer : public CommandObjectMultiword {
H A DCommandObjectSource.h24 class CommandObjectMultiwordSource : public CommandObjectMultiword {
H A DCommandObjectTarget.h22 class CommandObjectMultiwordTarget : public CommandObjectMultiword {
H A DCommandObjectBugreport.h21 class CommandObjectMultiwordBugreport : public CommandObjectMultiword {
H A DCommandObjectMemory.h17 class CommandObjectMemory : public CommandObjectMultiword {
H A DCommandObjectBreakpointCommand.h27 class CommandObjectBreakpointCommand : public CommandObjectMultiword {
H A DCommandObjectCommands.h24 class CommandObjectMultiwordCommands : public CommandObjectMultiword {
H A DCommandObjectFrame.h22 class CommandObjectMultiwordFrame : public CommandObjectMultiword {
H A DCommandObjectPlatform.h22 class CommandObjectPlatform : public CommandObjectMultiword {
H A DCommandObjectRegister.h21 class CommandObjectRegister : public CommandObjectMultiword {
H A DCommandObjectLog.h24 class CommandObjectLog : public CommandObjectMultiword {
H A DCommandObjectLanguage.h19 class CommandObjectLanguage : public CommandObjectMultiword {
H A DCommandObjectWatchpoint.h24 class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword {
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h22 class CommandObjectMultiword : public CommandObject {
28 CommandObjectMultiword(CommandInterpreter &interpreter, const char *name,
32 ~CommandObjectMultiword() override;
36 CommandObjectMultiword *GetAsMultiwordCommand() override { return this; } in GetAsMultiwordCommand()
94 CommandObjectMultiword *GetAsMultiwordCommand() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp74 : public CommandObjectMultiword {
78 : CommandObjectMultiword( in CommandObjectRenderScriptScriptGroupBreakpoint()
139 class CommandObjectRenderScriptScriptGroup : public CommandObjectMultiword {
142 : CommandObjectMultiword(interpreter, "renderscript scriptgroup", in CommandObjectRenderScriptScriptGroup()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStructuredDataPlugin.cpp20 class CommandStructuredData : public CommandObjectMultiword {
23 : CommandObjectMultiword(interpreter, "structured-data", in CommandStructuredData()

123