Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/python/
H A Dlldb_module_utils.py12 command_name = "dump-line-tables" variable in DumpLineTables
97 command_name = "dump-files" variable in DumpFiles
H A Dcrashlog.py1075 command_name, argument
/llvm-project-15.0.7/lldb/source/Target/
H A DStructuredDataPlugin.cpp56 auto command_name = "structured-data"; in InitializeBasePluginForDebugger() local
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectHelp.cpp102 auto command_name = command[0].ref(); in DoExecute() local
H A DCommandObjectCommands.cpp663 auto command_name = args[0].ref(); in DoExecute() local
753 auto command_name = args[0].ref(); in DoExecute() local
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandAlias.cpp142 llvm::StringRef command_name = m_underlying_command_sp->GetCommandName(); in GetAliasExpansion() local
H A DCommandInterpreter.cpp1942 llvm::StringRef command_name = cmd_obj ? cmd_obj->GetCommandName() : "<not found>"; in HandleCommand() local
2878 llvm::StringRef command_name = pair.first; in FindCommandsForApropos() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp522 const char *command_name, lldb::CommandOverrideCallback callback, in SetCommandOverrideCallback()
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp733 const char *command_name = GetCommandAsCString(command); in DumpPacket() local
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1356 auto command_name = "darwin-log"; in DebuggerInitialize() local