Home
last modified time | relevance | path

Searched defs:WantsRawCommandString (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h55 bool WantsRawCommandString() override { return false; } in WantsRawCommandString() function
H A DCommandObject.h405 bool WantsRawCommandString() override { return false; } in WantsRawCommandString() function
423 bool WantsRawCommandString() override { return true; } in WantsRawCommandString() function
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandAlias.cpp107 bool CommandAlias::WantsRawCommandString() { in WantsRawCommandString() function in CommandAlias
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMultiword.cpp392 bool CommandObjectProxy::WantsRawCommandString() { in WantsRawCommandString() function in CommandObjectProxy