Home
last modified time | relevance | path

Searched refs:GetCommandObjectForCommand (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h422 CommandObject *GetCommandObjectForCommand(llvm::StringRef &command_line);
/freebsd-head/contrib/llvm-project/lldb/source/Expression/
HDREPL.cpp594 debugger.GetCommandInterpreter().GetCommandObjectForCommand( in RunLoop()
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp552 m_opaque_ptr->GetCommandObjectForCommand(command_name_str); in SetCommandOverrideCallback()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
HDStructuredDataDarwinLog.cpp1344 interpreter.GetCommandObjectForCommand(parent_command_text); in DebuggerInitialize()
/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectCommands.cpp438 m_interpreter.GetCommandObjectForCommand(raw_command_string); in DoExecute()
/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp1485 CommandObject *CommandInterpreter::GetCommandObjectForCommand( in GetCommandObjectForCommand() function in CommandInterpreter