/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | CommandObjectMultiword.cpp | 54 CommandObject::CommandMap::iterator pos; in GetSubcommandSP() 75 CommandObject * 167 this->CommandObject::GenerateHelpText(result); in Execute() 224 CommandObject::GenerateHelpText(output_stream); in GenerateHelpText() 295 CommandObject *sub_command_object = in GetRepeatCommand() 313 return CommandObject::GetOptions(); in GetOptions() 320 return CommandObject::GetHelp(); in GetHelp() 327 return CommandObject::GetSyntax(); in GetSyntax() 334 return CommandObject::GetHelpLong(); in GetHelpLong() 338 const CommandObject *proxy_command = in IsRemovable() [all …]
|
H A D | CommandObjectHelp.cpp | 78 CommandObject::CommandMap::iterator pos; in DoExecute() 79 CommandObject *cmd_obj; in DoExecute() 108 CommandObject *sub_cmd_obj = cmd_obj; in DoExecute() 122 CommandObject *found_cmd; in DoExecute() 186 CommandObject::LookupArgumentName(command_name); in DoExecute() 189 CommandObject::GetArgumentHelp(output_strm, arg_type, m_interpreter); in DoExecute() 210 CommandObject *cmd_obj = in HandleCompletion()
|
H A D | CommandObjectTrace.h | 39 CommandObject *GetProxyCommandObject() override;
|
H A D | CommandObjectWatchpoint.cpp | 155 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointList() 280 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointEnable() 356 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointDisable() 437 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointDelete() 560 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointIgnore() 685 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointModify()
|
H A D | CommandObjectCommands.cpp | 458 CommandObject *cmd_obj = in DoExecute() 481 CommandObject &cmd_obj, in HandleAliasingRawCommand() 559 CommandObject *cmd_obj = command_obj_sp.get(); in HandleAliasingNormalCommand() 560 CommandObject *sub_cmd_obj = nullptr; in HandleAliasingNormalCommand() 658 CommandObject::CommandMap::iterator pos; in DoExecute() 659 CommandObject *cmd_obj; in DoExecute() 747 CommandObject::CommandMap::iterator pos; in DoExecute()
|
/openbsd/gnu/llvm/lldb/source/Interpreter/ |
H A D | CommandObject.cpp | 43 CommandObject::CommandObject(CommandInterpreter &interpreter, in CommandObject() function in CommandObject 59 llvm::StringRef CommandObject::GetSyntax() { in GetSyntax() 100 Options *CommandObject::GetOptions() { in GetOptions() 269 void CommandObject::Cleanup() { in Cleanup() 360 CommandObject::CommandArgumentEntry * 368 const CommandObject::ArgumentTableEntry * 450 static CommandObject::CommandArgumentEntry 453 CommandObject::CommandArgumentEntry ret_val; in OptSetFiltered() 680 Target &CommandObject::GetDummyTarget() { in GetDummyTarget() 688 Target &CommandObject::GetSelectedTarget() { in GetSelectedTarget() [all …]
|
H A D | CommandAlias.cpp | 82 : CommandObject(interpreter, name, help, syntax, flags), in CommandAlias() 226 this->CommandObject::SetHelp(str); in SetHelp() 231 this->CommandObject::SetHelpLong(str); in SetHelpLong()
|
H A D | CommandInterpreter.cpp | 1228 CommandObject * 1232 CommandObject *command_obj = in GetCommandObject() 1270 return (CommandObject *)nullptr; in GetUserCommandObject() 1279 return (CommandObject *)nullptr; in GetUserCommandObject() 1485 CommandObject *cmd_obj = nullptr; in GetCommandObjectForCommand() 1505 CommandObject *sub_cmd_obj = in GetCommandObjectForCommand() 2063 CommandObject *cmd_obj = in HandleCompletionMatches() 2085 CommandObject *command_object = in HandleCompletionMatches() 3373 CommandObject * 3378 CommandObject *cmd_obj = nullptr; in ResolveCommandImpl() [all …]
|
H A D | CMakeLists.txt | 13 CommandObject.cpp
|
H A D | Options.cpp | 380 strm.Printf(" <%s>", CommandObject::GetArgumentName(opt_def.argument_type)); in PrintOption() 385 CommandObject::GetArgumentName(opt_def.argument_type)); in PrintOption() 395 void Options::GenerateOptionUsage(Stream &strm, CommandObject &cmd, in GenerateOptionUsage() 709 const CommandObject::ArgumentTableEntry *arg_entry = in HandleOptionArgumentCompletion() 710 CommandObject::FindArgumentDataByType( in HandleOptionArgumentCompletion()
|
/openbsd/gnu/llvm/lldb/include/lldb/Interpreter/ |
H A D | CommandObjectMultiword.h | 20 class CommandObjectMultiword : public CommandObject { 52 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd, 69 CommandObject::CommandMap &GetSubcommandDictionary() { in GetSubcommandDictionary() 73 CommandObject::CommandMap m_subcommand_dict; 77 class CommandObjectProxy : public CommandObject { 87 virtual CommandObject *GetProxyCommandObject() = 0; 106 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
|
H A D | CommandInterpreter.h | 276 CommandObject *GetCommandObject(llvm::StringRef cmd, 280 CommandObject *GetUserCommandObject(llvm::StringRef cmd, 345 CommandObject *BuildAliasResult(llvm::StringRef alias_name, 474 void BuildAliasCommandArgs(CommandObject *alias_cmd_obj, 579 const CommandObject::CommandMap &GetUserCommands() const { in GetUserCommands() 583 const CommandObject::CommandMap &GetUserMultiwordCommands() const { in GetUserMultiwordCommands() 587 const CommandObject::CommandMap &GetCommands() const { in GetCommands() 676 CommandObject *ResolveCommandImpl(std::string &command_line, 717 CommandObject::CommandMap 719 CommandObject::CommandMap m_user_dict; // Stores user-defined commands [all …]
|
H A D | CommandObject.h | 69 class CommandObject : public std::enable_shared_from_this<CommandObject> { 112 CommandObject(CommandInterpreter &interpreter, llvm::StringRef name, 116 virtual ~CommandObject() = default; 170 virtual CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd, 391 class CommandObjectParsed : public CommandObject { 396 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObject() function 408 class CommandObjectRaw : public CommandObject { 413 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObject() function
|
H A D | CommandAlias.h | 20 class CommandAlias : public CommandObject {
|
H A D | CommandOptionArgumentTable.h | 163 static constexpr CommandObject::ArgumentTableEntry g_argument_table[] = { 264 sizeof(CommandObject::ArgumentTableEntry)) ==
|
H A D | Options.h | 89 void GenerateOptionUsage(Stream &strm, CommandObject &cmd,
|
/openbsd/gnu/usr.bin/clang/liblldbInterpreter/ |
H A D | Makefile | 12 CommandObject.cpp \
|
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/ |
H A D | BUILD.gn | 34 "CommandObject.cpp",
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.h | 52 CommandObject *GetPluginCommandObject() override;
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBCommandInterpreter.cpp | 504 return CommandObject::GetArgumentTypeAsCString(arg_type); in GetArgumentTypeAsCString() 511 return CommandObject::GetArgumentDescriptionAsCString(arg_type); in GetArgumentDescriptionAsCString() 529 CommandObject *cmd_obj = in SetCommandOverrideCallback()
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | LanguageRuntime.h | 66 static void InitializeCommands(CommandObject *parent);
|
/openbsd/gnu/llvm/lldb/examples/summaries/ |
H A D | lldb | 10 type summary add -w lldb lldb_private::CommandObject -s "Command name: ${…
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
H A D | ProcessKDP.h | 56 lldb_private::CommandObject *GetPluginCommandObject() override;
|
/openbsd/gnu/llvm/lldb/docs/design/ |
H A D | overview.rst | 59 Every command is backed by a ``lldb_private::CommandObject`` or 65 ``lldb_private::CommandObject`` command line commands are the objects that
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | LanguageRuntime.cpp | 280 void LanguageRuntime::InitializeCommands(CommandObject *parent) { in InitializeCommands()
|