Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp125 const char *REPL::IOHandlerGetCommandPrefix() { return ":"; } in IOHandlerGetCommandPrefix() function in REPL
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h284 virtual const char *IOHandlerGetCommandPrefix() { return nullptr; } in IOHandlerGetCommandPrefix() function