Home
last modified time | relevance | path

Searched refs:GetCommandPrefix (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectHelp.cpp150 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()
156 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()
194 m_interpreter.GetCommandPrefix(), in DoExecute()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DIOHandler.h115 virtual const char *GetCommandPrefix() { return nullptr; } in GetCommandPrefix() function
386 const char *GetCommandPrefix() override { in GetCommandPrefix() function
536 return ((m_top != nullptr) ? m_top->GetCommandPrefix() : nullptr); in GetTopIOHandlerCommandPrefix()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h543 const char *GetCommandPrefix();
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1420 GetCommandPrefix()); in GetHelp()
1458 GetCommandPrefix()); in GetHelp()
2409 const char *CommandInterpreter::GetCommandPrefix() { in GetCommandPrefix() function in CommandInterpreter