diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectBreakpointCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpointCommand.h b/lldb/source/Commands/CommandObjectBreakpointCommand.h index 5cfa848e4c2..38f958b6ceb 100644 --- a/lldb/source/Commands/CommandObjectBreakpointCommand.h +++ b/lldb/source/Commands/CommandObjectBreakpointCommand.h @@ -101,10 +101,10 @@ public: ~CommandOptions (); virtual Error - SetOptionValue (int option_idx, const char *option_arg); + SetOptionValue (uint32_t option_idx, const char *option_arg); void - ResetOptionValues (); + OptionParsingStarting (); const OptionDefinition* GetDefinitions (); |