commit | 439d0337a6515cb1dfca8843ff7164bbd5f47df1 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Sat Sep 10 06:22:46 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Sat Sep 10 06:22:46 2011 +0000 |
tree | 81a9309e4ee097ba6464deaed6a5b06e57cae13a | |
parent | cfbf7fefda349bccf3eda8d56579cd261c9c8b89 [diff] [blame] |
A little bit of cleanup; set watch_mode to eWatchInvalid at the OptionParsingStarting() lifecycle point. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@139467 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Interpreter/OptionGroupWatchpoint.cpp b/source/Interpreter/OptionGroupWatchpoint.cpp index be1bf57..3616ccb 100644 --- a/source/Interpreter/OptionGroupWatchpoint.cpp +++ b/source/Interpreter/OptionGroupWatchpoint.cpp
@@ -72,7 +72,7 @@ OptionGroupWatchpoint::OptionParsingStarting (CommandInterpreter &interpreter) { watch_variable = false; - watch_mode = eWatchRead; + watch_mode = eWatchInvalid; }