Searched defs:GetCommandPrefix (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/include/lldb/Core/ | ||
H A D | IOHandler.h | 111 virtual const char *GetCommandPrefix() { return nullptr; } GetCommandPrefix() function |
/llvm-project/lldb/source/Interpreter/ | ||
H A D | CommandInterpreter.cpp | 2472 const char *CommandInterpreter::GetCommandPrefix() { GetCommandPrefix() function in CommandInterpreter |