Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DIOHandler.h112 virtual const char *GetCommandPrefix() { return nullptr; } in GetCommandPrefix() function
380 const char *GetCommandPrefix() override { in GetCommandPrefix() function
530 return ((m_top != nullptr) ? m_top->GetCommandPrefix() : nullptr); in GetTopIOHandlerCommandPrefix()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h552 const char *GetCommandPrefix();
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1438 GetCommandPrefix()); in GetHelp()
1476 GetCommandPrefix()); in GetHelp()
2456 const char *CommandInterpreter::GetCommandPrefix() { in GetCommandPrefix() function in CommandInterpreter