1. ca4c37b Fixed several problems with watchpoint expressions. by Sean Callanan · 11 years ago
  2. be2f909 We were getting an assert because somebody was making a watchpoint that was by Jim Ingham · 11 years ago
  3. 6475c42 <rdar://problem/12798131> by Greg Clayton · 12 years ago
  4. 1e0e73a Give more explicit error messages when watchpoint creation command (watchpoint set) fails, by Johnny Chen · 12 years ago
  5. 08af598 Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead. by Johnny Chen · 12 years ago
  6. 42404d2 After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command by Johnny Chen · 12 years ago
  7. 6183fcc Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or by Johnny Chen · 12 years ago
  8. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  9. e5696bd Remove stale comment. by Johnny Chen · 13 years ago
  10. 5a5c4a8 Modify the help text for watching a variable or its pointee. by Johnny Chen · 13 years ago
  11. 61aca5d Re-organized the contents of RangeMap.h to be more concise and also allow for a Range, RangeArray, RangeData (range + data), or a RangeDataArray. We have many range implementations in LLDB and I will be converting over to using the classes in RangeMap.h so we can have one set of code that does ranges and searching of ranges. by Greg Clayton · 13 years ago
  12. 1b45252 Add an accompanying option to the 'frame variable -w' command to, instead of watching the variable, by Johnny Chen · 13 years ago
  13. 34bbf85 Watchpoint WIP: by Johnny Chen · 13 years ago
  14. 3066b25 Fix a bug in OptionGroupWatchpoint.cpp where the '-w' option arg parsing result was not checked by Johnny Chen · 13 years ago
  15. 439d033 A little bit of cleanup; set watch_mode to eWatchInvalid at the OptionParsingStarting() lifecycle point. by Johnny Chen · 13 years ago
  16. 4003f57 Refactoring: replace a bunch of static array size computation or hardcoded constant by Johnny Chen · 13 years ago
  17. 58dba3c Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint to the 'frame variable' comand. by Johnny Chen · 13 years ago