diff options
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdCmdGdbSet.h')
-rw-r--r-- | lldb/tools/lldb-mi/MICmdCmdGdbSet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdGdbSet.h b/lldb/tools/lldb-mi/MICmdCmdGdbSet.h index d9684bd9316..3aa3e396757 100644 --- a/lldb/tools/lldb-mi/MICmdCmdGdbSet.h +++ b/lldb/tools/lldb-mi/MICmdCmdGdbSet.h @@ -71,6 +71,7 @@ class CMICmdCmdGdbSet : public CMICmdBase bool GetOptionFn(const CMIUtilString &vrGdbOptionName, FnGdbOptionPtr &vrwpFn) const; bool OptionFnTargetAsync(const CMIUtilString::VecString_t &vrWords); bool OptionFnSolibSearchPath(const CMIUtilString::VecString_t &vrWords); + bool OptionFnOutputRadix(const CMIUtilString::VecString_t &vrWords); bool OptionFnFallback(const CMIUtilString::VecString_t &vrWords); // Attributes: |