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/
H A DDebugger.h233 const char *GetIOHandlerCommandPrefix();
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1081 const char *Debugger::GetIOHandlerCommandPrefix() { in GetIOHandlerCommandPrefix() function in Debugger
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2457 const char *prefix = GetDebugger().GetIOHandlerCommandPrefix(); in GetCommandPrefix()