Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/llvm/lldb/source/Commands/
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 bool CommandObjectMultiword::Execute(const char *args_string, in Execute()
220 void CommandObjectMultiword::GenerateHelpText(Stream &output_stream) { in GenerateHelpText()
[all …]
DCommandObjectCommands.cpp1631 CommandObjectMultiword *m_container = nullptr;
1755 CommandObjectMultiword *container = in DoExecute()
1797 class CommandObjectMultiwordCommandsScript : public CommandObjectMultiword {
1800 : CommandObjectMultiword( in CommandObjectMultiwordCommandsScript()
1921 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( in DoExecute()
1938 CommandObjectMultiword *add_to_me = in DoExecute()
1949 auto cmd_sp = CommandObjectSP(new CommandObjectMultiword( in DoExecute()
2047 CommandObjectMultiword *container = in DoExecute()
2069 class CommandObjectCommandContainer : public CommandObjectMultiword {
2072 : CommandObjectMultiword( in CommandObjectCommandContainer()
[all …]
DCommandObjectLanguage.cpp19 : CommandObjectMultiword( in CommandObjectLanguage()
DCommandObjectSession.h16 class CommandObjectSession : public CommandObjectMultiword {
DCommandObjectTarget.h18 class CommandObjectMultiwordTarget : public CommandObjectMultiword {
DCommandObjectType.h16 class CommandObjectType : public CommandObjectMultiword {
DCommandObjectThread.h16 class CommandObjectMultiwordThread : public CommandObjectMultiword {
DCommandObjectSettings.h18 class CommandObjectMultiwordSettings : public CommandObjectMultiword {
DCommandObjectProcess.h18 class CommandObjectMultiwordProcess : public CommandObjectMultiword {
DCommandObjectBreakpointCommand.h18 class CommandObjectBreakpointCommand : public CommandObjectMultiword {
DCommandObjectWatchpointCommand.h18 class CommandObjectWatchpointCommand : public CommandObjectMultiword {
DCommandObjectMemoryTag.h16 class CommandObjectMemoryTag : public CommandObjectMultiword {
DCommandObjectFrame.h18 class CommandObjectMultiwordFrame : public CommandObjectMultiword {
DCommandObjectMemory.h16 class CommandObjectMemory : public CommandObjectMultiword {
DCommandObjectCommands.h19 class CommandObjectMultiwordCommands : public CommandObjectMultiword {
DCommandObjectPlugin.h16 class CommandObjectPlugin : public CommandObjectMultiword {
DCommandObjectSource.h19 class CommandObjectMultiwordSource : public CommandObjectMultiword {
DCommandObjectStats.h15 class CommandObjectStats : public CommandObjectMultiword {
DCommandObjectLanguage.h15 class CommandObjectLanguage : public CommandObjectMultiword {
DCommandObjectRegister.h18 class CommandObjectRegister : public CommandObjectMultiword {
DCommandObjectLog.h18 class CommandObjectLog : public CommandObjectMultiword {
DCommandObjectDiagnostics.h16 class CommandObjectDiagnostics : public CommandObjectMultiword {
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
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;
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptScriptGroup.cpp76 : public CommandObjectMultiword {
80 : CommandObjectMultiword( in CommandObjectRenderScriptScriptGroupBreakpoint()
141 class CommandObjectRenderScriptScriptGroup : public CommandObjectMultiword {
144 : CommandObjectMultiword(interpreter, "renderscript scriptgroup", in CommandObjectRenderScriptScriptGroup()
/openbsd/src/gnu/llvm/lldb/source/Target/
DStructuredDataPlugin.cpp19 class CommandStructuredData : public CommandObjectMultiword {
22 : CommandObjectMultiword(interpreter, "structured-data", in CommandStructuredData()

123