Home
last modified time | relevance | path

Searched defs:command_name (Results 1 – 10 of 10) sorted by relevance

/llvm-project/lldb/examples/python/
H A Dlldb_module_utils.py11 command_name = "dump-line-tables" variable in DumpLineTables
99 command_name = "dump-files" variable in DumpFiles
H A Dcrashlog.py1586 command_name, description, add_interactive_options argument
/llvm-project/lldb/source/Target/
H A DStructuredDataPlugin.cpp56 auto command_name = "structured-data"; in InitializeBasePluginForDebugger() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp91 auto command_name = command[0].ref(); in DoExecute() local
H A DCommandObjectCommands.cpp631 auto command_name = args[0].ref(); DoExecute() local
708 auto command_name = args[0].ref(); DoExecute() local
/llvm-project/lldb/source/Interpreter/
H A DCommandAlias.cpp144 llvm::StringRef command_name = m_underlying_command_sp->GetCommandName(); in GetAliasExpansion() local
H A DCommandInterpreter.cpp1977 llvm::StringRef command_name = cmd_obj ? cmd_obj->GetCommandName() : "<not found>"; HandleCommand() local
2943 llvm::StringRef command_name = pair.first; FindCommandsForApropos() local
/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp545 const char *command_name, lldb::CommandOverrideCallback callback, in SetCommandOverrideCallback()
/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp733 const char *command_name = GetCommandAsCString(command); in DumpPacket() local
/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1351 auto command_name = "darwin-log"; DebuggerInitialize() local