| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectMultiword.cpp | 28 : CommandObject(interpreter, name, help, syntax, flags), in CommandObjectMultiword() 36 CommandObject::CommandMap::iterator pos; in GetSubcommandSP() 66 CommandObject * 95 this->CommandObject::GenerateHelpText(result); in Execute() 104 this->CommandObject::GenerateHelpText(result); in Execute() 157 CommandObject::GenerateHelpText(output_stream); in GenerateHelpText() 236 CommandObject *sub_command_object = in GetRepeatCommand() 247 CommandObject::CommandMap::const_iterator pos; in AproposAllSubCommands() 251 CommandObject *sub_cmd_obj = pos->second.get(); in AproposAllSubCommands() 276 CommandObject *proxy_command = GetProxyCommandObject(); in GetHelpLong() [all …]
|
| H A D | CommandObjectHelp.cpp | 84 CommandObject::CommandMap::iterator pos; in DoExecute() 85 CommandObject *cmd_obj; in DoExecute() 112 CommandObject *sub_cmd_obj = cmd_obj; in DoExecute() 126 CommandObject *found_cmd; in DoExecute() 192 CommandObject::LookupArgumentName(command_name); in DoExecute() 195 CommandObject::GetArgumentHelp(output_strm, arg_type, m_interpreter); in DoExecute() 216 CommandObject *cmd_obj = in HandleCompletion()
|
| H A D | CommandObjectWatchpoint.cpp | 173 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointList() 312 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointEnable() 384 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointDisable() 458 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointDelete() 541 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointIgnore() 669 CommandObject::AddIDsArgumentData(arg, eArgTypeWatchpointID, in CommandObjectWatchpointModify()
|
| H A D | CommandObjectCommands.cpp | 610 CommandObject *cmd_obj = in DoExecute() 634 CommandObject &cmd_obj, in HandleAliasingRawCommand() 706 CommandObject *cmd_obj = command_obj_sp.get(); in HandleAliasingNormalCommand() 707 CommandObject *sub_cmd_obj = nullptr; in HandleAliasingNormalCommand() 799 CommandObject::CommandMap::iterator pos; in DoExecute() 800 CommandObject *cmd_obj; in DoExecute() 882 CommandObject::CommandMap::iterator pos; in DoExecute()
|
| H A D | CommandObjectBreakpoint.cpp | 983 CommandObject::AddIDsArgumentData(arg, eArgTypeBreakpointID, in CommandObjectBreakpointModify() 1062 CommandObject::AddIDsArgumentData(arg, eArgTypeBreakpointID, in CommandObjectBreakpointEnable() 1177 CommandObject::AddIDsArgumentData(arg, eArgTypeBreakpointID, in CommandObjectBreakpointDisable() 1602 CommandObject::AddIDsArgumentData(arg, eArgTypeBreakpointID, in CommandObjectBreakpointDelete() 2297 CommandObject::AddIDsArgumentData(arg, eArgTypeBreakpointID, in CommandObjectBreakpointRead() 2428 CommandObject::AddIDsArgumentData(arg, eArgTypeBreakpointID, in CommandObjectBreakpointWrite()
|
| H A D | CommandObjectProcess.cpp | 934 CommandObject *GetProxyCommandObject() override { in GetProxyCommandObject()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandObject.cpp | 43 CommandObject::CommandObject(CommandInterpreter &interpreter, llvm::StringRef name, in CommandObject() function in CommandObject 53 CommandObject::~CommandObject() {} in ~CommandObject() 59 llvm::StringRef CommandObject::GetSyntax() { in GetSyntax() 92 Options *CommandObject::GetOptions() { in GetOptions() 257 void CommandObject::Cleanup() { in Cleanup() 345 CommandObject::CommandArgumentEntry * 353 const CommandObject::ArgumentTableEntry * 420 static CommandObject::CommandArgumentEntry 923 Target *CommandObject::GetDummyTarget() { in GetDummyTarget() 1016 CommandObject::ArgumentTableEntry CommandObject::g_arguments_data[] = { [all …]
|
| H A D | CommandAlias.cpp | 80 : CommandObject(interpreter, name, help, syntax, flags), in CommandAlias() 223 this->CommandObject::SetHelp(str); in SetHelp() 228 this->CommandObject::SetHelpLong(str); in SetHelpLong()
|
| H A D | CommandInterpreter.cpp | 1052 CommandObject * 1056 CommandObject *command_obj = in GetCommandObject() 1185 CommandObject::CommandMap::const_iterator pos; in GetHelp() 1243 CommandObject *cmd_obj = nullptr; in GetCommandObjectForCommand() 1262 CommandObject *sub_cmd_obj = in GetCommandObjectForCommand() 1381 CommandObject *alias_cmd_obj = nullptr; in BuildAliasResult() 1789 CommandObject *cmd_obj = in HandleCompletionMatches() 1817 CommandObject *command_object = in HandleCompletionMatches() 3010 CommandObject * 3015 CommandObject *cmd_obj = nullptr; in ResolveCommandImpl() [all …]
|
| H A D | Options.cpp | 381 strm.Printf(" <%s>", CommandObject::GetArgumentName(opt_def.argument_type)); in PrintOption() 386 CommandObject::GetArgumentName(opt_def.argument_type)); in PrintOption() 396 void Options::GenerateOptionUsage(Stream &strm, CommandObject *cmd, in GenerateOptionUsage() 582 arg_name_str.Printf("<%s>", CommandObject::GetArgumentName(arg_type)); in GenerateOptionUsage() 801 const CommandObject::ArgumentTableEntry *arg_entry = in HandleOptionArgumentCompletion() 802 CommandObject::FindArgumentDataByType( in HandleOptionArgumentCompletion()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandObjectMultiword.h | 22 class CommandObjectMultiword : public CommandObject { 46 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd, 68 CommandObject::CommandMap &GetSubcommandDictionary() { in GetSubcommandDictionary() 72 CommandObject::CommandMap m_subcommand_dict; 76 class CommandObjectProxy : public CommandObject { 86 virtual CommandObject *GetProxyCommandObject() = 0; 101 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
|
| H A D | CommandObject.h | 68 class CommandObject { 112 CommandObject(CommandInterpreter &interpreter, llvm::StringRef name, 116 virtual ~CommandObject(); 161 virtual CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd, 406 class CommandObjectParsed : public CommandObject { 411 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObject() function 423 class CommandObjectRaw : public CommandObject { 428 : CommandObject(interpreter, name, help, syntax, flags) {} in CommandObject() function
|
| H A D | CommandInterpreter.h | 218 CommandObject *GetCommandObject(llvm::StringRef cmd, 245 CommandObject *BuildAliasResult(llvm::StringRef alias_name, 304 CommandObject *GetCommandObjectForCommand(llvm::StringRef &command_line); 392 void BuildAliasCommandArgs(CommandObject *alias_cmd_obj, 551 CommandObject *ResolveCommandImpl(std::string &command_line, 556 CommandObject::CommandMap &command_map); 587 CommandObject::CommandMap m_command_dict; // Stores basic built-in commands 590 CommandObject::CommandMap 592 CommandObject::CommandMap m_user_dict; // Stores user-defined commands
|
| H A D | CommandAlias.h | 21 class CommandAlias : public CommandObject {
|
| H A D | Options.h | 99 void GenerateOptionUsage(Stream &strm, CommandObject *cmd,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.h | 52 CommandObject *GetPluginCommandObject() override;
|
| H A D | ProcessMinidump.cpp | 646 CommandObject *ProcessMinidump::GetPluginCommandObject() { in GetPluginCommandObject()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 514 return CommandObject::GetArgumentTypeAsCString(arg_type); in GetArgumentTypeAsCString() 519 return CommandObject::GetArgumentDescriptionAsCString(arg_type); in GetArgumentDescriptionAsCString() 533 CommandObject *cmd_obj = in SetCommandOverrideCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | LanguageRuntime.h | 68 static void InitializeCommands(CommandObject *parent);
|
| H A D | Process.h | 786 virtual CommandObject *GetPluginCommandObject() { return nullptr; } in GetPluginCommandObject()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | LanguageRuntime.cpp | 266 void LanguageRuntime::InitializeCommands(CommandObject *parent) { in InitializeCommands()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/ |
| H A D | lldb-forward.h | 63 class CommandObject; variable 333 typedef std::shared_ptr<lldb_private::CommandObject> CommandObjectSP;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.h | 77 CommandObject *GetPluginCommandObject() override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | REPL.cpp | 547 CommandObject *cmd_obj = in RunLoop()
|
| /freebsd-12.1/lib/clang/liblldb/ |
| H A D | Makefile | 253 SRCS+= Interpreter/CommandObject.cpp
|