Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp20 CommandObjectMultiword::CommandObjectMultiword(CommandInterpreter &interpreter, in CommandObjectMultiword() function in CommandObjectMultiword
28 CommandObjectMultiword::~CommandObjectMultiword() = default;
31 CommandObjectMultiword::GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact()
42 CommandObjectSP CommandObjectMultiword::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP()
76 CommandObjectMultiword::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject()
81 bool CommandObjectMultiword::LoadSubCommand(llvm::StringRef name, in LoadSubCommand()
99 llvm::Error CommandObjectMultiword::LoadUserSubcommand( in LoadUserSubcommand()
133 llvm::Error CommandObjectMultiword::RemoveUserSubcommand(llvm::StringRef cmd_name, in RemoveUserSubcommand()
162 void CommandObjectMultiword::Execute(const char *args_string, in Execute()
219 void CommandObjectMultiword::GenerateHelpText(Stream &output_stream) { in GenerateHelpText()
[all …]
H A DCommandObjectSession.h16 class CommandObjectSession : public CommandObjectMultiword {
H A DCommandObjectLanguage.cpp19 : CommandObjectMultiword( in CommandObjectLanguage()
H A DCommandObjectSource.h16 class CommandObjectMultiwordSource : public CommandObjectMultiword {
H A DCommandObjectThread.h16 class CommandObjectMultiwordThread : public CommandObjectMultiword {
H A DCommandObjectMemoryTag.h16 class CommandObjectMemoryTag : public CommandObjectMultiword {
H A DCommandObjectType.h16 class CommandObjectType : public CommandObjectMultiword {
H A DCommandObjectBreakpointCommand.h18 class CommandObjectBreakpointCommand : public CommandObjectMultiword {
H A DCommandObjectPlugin.h16 class CommandObjectPlugin : public CommandObjectMultiword {
H A DCommandObjectStats.h15 class CommandObjectStats : public CommandObjectMultiword {
H A DCommandObjectFrame.h18 class CommandObjectMultiwordFrame : public CommandObjectMultiword {
H A DCommandObjectCommands.h19 class CommandObjectMultiwordCommands : public CommandObjectMultiword {
H A DCommandObjectTarget.h18 class CommandObjectMultiwordTarget : public CommandObjectMultiword {
H A DCommandObjectMemory.h16 class CommandObjectMemory : public CommandObjectMultiword {
H A DCommandObjectSettings.h18 class CommandObjectMultiwordSettings : public CommandObjectMultiword {
H A DCommandObjectWatchpointCommand.h18 class CommandObjectWatchpointCommand : public CommandObjectMultiword {
H A DCommandObjectProcess.h18 class CommandObjectMultiwordProcess : public CommandObjectMultiword {
H A DCommandObjectLanguage.h15 class CommandObjectLanguage : public CommandObjectMultiword {
H A DCommandObjectRegister.h18 class CommandObjectRegister : public CommandObjectMultiword {
H A DCommandObjectLog.h18 class CommandObjectLog : public CommandObjectMultiword {
H A DCommandObjectPlatform.h18 class CommandObjectPlatform : public CommandObjectMultiword {
H A DCommandObjectDiagnostics.h16 class CommandObjectDiagnostics : public CommandObjectMultiword {
H A DCommandObjectWatchpoint.h19 class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword {
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h20 class CommandObjectMultiword : public CommandObject {
26 CommandObjectMultiword(CommandInterpreter &interpreter, const char *name,
30 ~CommandObjectMultiword() override;
34 CommandObjectMultiword *GetAsMultiwordCommand() override { return this; } in GetAsMultiwordCommand()
99 CommandObjectMultiword *GetAsMultiwordCommand() override;
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DStructuredDataPlugin.cpp19 class CommandStructuredData : public CommandObjectMultiword {
22 : CommandObjectMultiword(interpreter, "structured-data", in CommandStructuredData()

123