Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp139 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()
145 m_interpreter.GetCommandPrefix(), sub_command.c_str()); in DoExecute()
183 m_interpreter.GetCommandPrefix(), in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h114 virtual const char *GetCommandPrefix() { return nullptr; } in GetCommandPrefix() function
373 const char *GetCommandPrefix() override { in GetCommandPrefix() function
530 return ((m_top != nullptr) ? m_top->GetCommandPrefix() : nullptr); in GetTopIOHandlerCommandPrefix()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h577 const char *GetCommandPrefix();
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1532 GetCommandPrefix()); in GetHelp()
1570 GetCommandPrefix()); in GetHelp()
2625 const char *CommandInterpreter::GetCommandPrefix() { in GetCommandPrefix() function in CommandInterpreter