Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMultiword.cpp19 CommandObjectMultiword::CommandObjectMultiword(CommandInterpreter &interpreter, in CommandObjectMultiword() function in CommandObjectMultiword
27 CommandObjectMultiword::~CommandObjectMultiword() = default;
30 CommandObjectMultiword::GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact()
75 CommandObjectMultiword::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject()
80 bool CommandObjectMultiword::LoadSubCommand(llvm::StringRef name, in LoadSubCommand()
98 llvm::Error CommandObjectMultiword::LoadUserSubcommand( in LoadUserSubcommand()
161 bool CommandObjectMultiword::Execute(const char *args_string, in Execute()
224 void CommandObjectMultiword::GenerateHelpText(Stream &output_stream) { in GenerateHelpText()
255 void CommandObjectMultiword::HandleCompletion(CompletionRequest &request) { in HandleCompletion()
294 CommandObjectMultiword::GetRepeatCommand(Args &current_command_args, in GetRepeatCommand()
[all …]
H A DCommandObjectLanguage.cpp19 : CommandObjectMultiword( in CommandObjectLanguage()
H A DCommandObjectSession.h16 class CommandObjectSession : public CommandObjectMultiword {
H A DCommandObjectCommands.h19 class CommandObjectMultiwordCommands : public CommandObjectMultiword {
H A DCommandObjectBreakpointCommand.h18 class CommandObjectBreakpointCommand : public CommandObjectMultiword {
H A DCommandObjectMemoryTag.h16 class CommandObjectMemoryTag : public CommandObjectMultiword {
H A DCommandObjectType.h16 class CommandObjectType : public CommandObjectMultiword {
H A DCommandObjectThread.h16 class CommandObjectMultiwordThread : public CommandObjectMultiword {
H A DCommandObjectStats.h15 class CommandObjectStats : public CommandObjectMultiword {
H A DCommandObjectTarget.h18 class CommandObjectMultiwordTarget : public CommandObjectMultiword {
H A DCommandObjectSettings.h18 class CommandObjectMultiwordSettings : public CommandObjectMultiword {
H A DCommandObjectSource.h19 class CommandObjectMultiwordSource : public CommandObjectMultiword {
H A DCommandObjectFrame.h18 class CommandObjectMultiwordFrame : public CommandObjectMultiword {
H A DCommandObjectMemory.h16 class CommandObjectMemory : public CommandObjectMultiword {
H A DCommandObjectReproducer.h18 class CommandObjectReproducer : public CommandObjectMultiword {
H A DCommandObjectProcess.h18 class CommandObjectMultiwordProcess : public CommandObjectMultiword {
H A DCommandObjectPlugin.h16 class CommandObjectPlugin : public CommandObjectMultiword {
H A DCommandObjectWatchpointCommand.h18 class CommandObjectWatchpointCommand : public CommandObjectMultiword {
H A DCommandObjectCommands.cpp1628 CommandObjectMultiword *m_container = nullptr;
1752 CommandObjectMultiword *container = in DoExecute()
1794 class CommandObjectMultiwordCommandsScript : public CommandObjectMultiword {
1797 : CommandObjectMultiword( in CommandObjectMultiwordCommandsScript()
1918 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( in DoExecute()
1935 CommandObjectMultiword *add_to_me = in DoExecute()
1946 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( in DoExecute()
2044 CommandObjectMultiword *container = in DoExecute()
2066 class CommandObjectCommandContainer : public CommandObjectMultiword {
2069 : CommandObjectMultiword( in CommandObjectCommandContainer()
[all …]
H A DCommandObjectLanguage.h15 class CommandObjectLanguage : public CommandObjectMultiword {
H A DCommandObjectPlatform.h18 class CommandObjectPlatform : public CommandObjectMultiword {
/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestCommandPaths.cpp61 class CommandObjectMultiwordSubDummy : public CommandObjectMultiword {
64 : CommandObjectMultiword(interpreter, "dummy subcommand", "Does nothing", in CommandObjectMultiwordSubDummy()
73 class CommandObjectMultiwordDummy : public CommandObjectMultiword {
76 : CommandObjectMultiword(interpreter, "dummy", "Does nothing", "dummy") { in CommandObjectMultiwordDummy()
91 CommandObjectMultiword *multi_word_cmd = nullptr; in RunTest()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h19 class CommandObjectMultiword : public CommandObject {
25 CommandObjectMultiword(CommandInterpreter &interpreter, const char *name,
29 ~CommandObjectMultiword() override;
33 CommandObjectMultiword *GetAsMultiwordCommand() override { return this; } in GetAsMultiwordCommand()
98 CommandObjectMultiword *GetAsMultiwordCommand() override;
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp76 : public CommandObjectMultiword {
80 : CommandObjectMultiword( in CommandObjectRenderScriptScriptGroupBreakpoint()
141 class CommandObjectRenderScriptScriptGroup : public CommandObjectMultiword {
144 : CommandObjectMultiword(interpreter, "renderscript scriptgroup", in CommandObjectRenderScriptScriptGroup()
/llvm-project-15.0.7/lldb/source/Target/
H A DStructuredDataPlugin.cpp19 class CommandStructuredData : public CommandObjectMultiword {
22 : CommandObjectMultiword(interpreter, "structured-data", in CommandStructuredData()

123