Home
last modified time | relevance | path

Searched refs:CommandObject (Results 1 – 25 of 36) sorted by relevance

12

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMultiword.cpp54 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 DCommandObjectHelp.cpp78 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 DCommandObjectTrace.h39 CommandObject *GetProxyCommandObject() override;
H A DCommandObjectWatchpoint.cpp155 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 DCommandObjectCommands.cpp458 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 DCommandObject.cpp43 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 DCommandAlias.cpp82 : CommandObject(interpreter, name, help, syntax, flags), in CommandAlias()
226 this->CommandObject::SetHelp(str); in SetHelp()
231 this->CommandObject::SetHelpLong(str); in SetHelpLong()
H A DCommandInterpreter.cpp1228 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 DCMakeLists.txt13 CommandObject.cpp
H A DOptions.cpp380 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 DCommandObjectMultiword.h20 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 DCommandInterpreter.h276 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 DCommandObject.h69 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 DCommandAlias.h20 class CommandAlias : public CommandObject {
H A DCommandOptionArgumentTable.h163 static constexpr CommandObject::ArgumentTableEntry g_argument_table[] = {
264 sizeof(CommandObject::ArgumentTableEntry)) ==
H A DOptions.h89 void GenerateOptionUsage(Stream &strm, CommandObject &cmd,
/openbsd/gnu/usr.bin/clang/liblldbInterpreter/
H A DMakefile12 CommandObject.cpp \
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Interpreter/
H A DBUILD.gn34 "CommandObject.cpp",
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h52 CommandObject *GetPluginCommandObject() override;
/openbsd/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp504 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 DLanguageRuntime.h66 static void InitializeCommands(CommandObject *parent);
/openbsd/gnu/llvm/lldb/examples/summaries/
H A Dlldb10 type summary add -w lldb lldb_private::CommandObject -s "Command name: ${…
/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.h56 lldb_private::CommandObject *GetPluginCommandObject() override;
/openbsd/gnu/llvm/lldb/docs/design/
H A Doverview.rst59 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 DLanguageRuntime.cpp280 void LanguageRuntime::InitializeCommands(CommandObject *parent) { in InitializeCommands()

12