Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DCommandObject.cpp522 if (entry->help_function) in GetArgumentHelp()
524 const char* help_text = entry->help_function(); in GetArgumentHelp()
525 if (!entry->help_function.self_formatting) in GetArgumentHelp()
/external/lldb/include/lldb/Interpreter/
DCommandObject.h57 ArgumentHelpCallback help_function; member