Home
last modified time | relevance | path

Searched refs:GetIOHandlerCommandPrefix (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DDebugger.h233 const char *GetIOHandlerCommandPrefix();
/openbsd/src/gnu/llvm/lldb/source/Core/
DDebugger.cpp1081 const char *Debugger::GetIOHandlerCommandPrefix() { in GetIOHandlerCommandPrefix() function in Debugger
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandInterpreter.cpp2457 const char *prefix = GetDebugger().GetIOHandlerCommandPrefix(); in GetCommandPrefix()