diff options
Diffstat (limited to 'tools/lldb-mi/MICmdCmdGdbSet.h')
-rw-r--r-- | tools/lldb-mi/MICmdCmdGdbSet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lldb-mi/MICmdCmdGdbSet.h b/tools/lldb-mi/MICmdCmdGdbSet.h index 730754f7f82a..7cca20c3348d 100644 --- a/tools/lldb-mi/MICmdCmdGdbSet.h +++ b/tools/lldb-mi/MICmdCmdGdbSet.h @@ -80,6 +80,7 @@ private: bool OptionFnSolibSearchPath(const CMIUtilString::VecString_t &vrWords); bool OptionFnOutputRadix(const CMIUtilString::VecString_t &vrWords); bool OptionFnDisassemblyFlavor(const CMIUtilString::VecString_t &vrWords); + bool OptionFnBreakpoint(const CMIUtilString::VecString_t &vrWords); bool OptionFnFallback(const CMIUtilString::VecString_t &vrWords); // Attributes: |