Home
last modified time | relevance | path

Searched defs:GetCommandPrefix (Results 1 – 2 of 2) sorted by relevance

/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
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2409 const char *CommandInterpreter::GetCommandPrefix() { in GetCommandPrefix() function in CommandInterpreter