Home
last modified time | relevance | path

Searched refs:GDBFormatHelpTextCallback (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Commands/
H A DCommandOptionArgumentTable.cpp99 llvm::StringRef GDBFormatHelpTextCallback() { in GDBFormatHelpTextCallback() function
/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandOptionArgumentTable.h207 llvm::StringRef GDBFormatHelpTextCallback();
243 { lldb::eArgTypeGDBFormat, "gdb-format", lldb::CompletionType::eNoCompletion, {}, { GDBFormatHelpTextCallback, true }, nullptr },