1. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  2. ed2b62a Turns out there are 8 bits in a byte. by Jim Ingham · 12 years ago
  3. 9e37662 Watchpoints remember the type of the expression or variable they were set with, and use by Jim Ingham · 12 years ago
  4. 258db3a Cope with the case where the user-supplied callbacks want the watchpoint itself to be disabled! by Johnny Chen · 12 years ago
  5. f84e566 Fix test failures in TestWatchpointIter.py due to http://llvm.org/viewvc/llvm-project?rev=162322&view=rev. by Johnny Chen · 12 years ago
  6. bd446f1 rdar://problem/12144930 by Johnny Chen · 12 years ago
  7. 519274f A little bit of refactoring. by Johnny Chen · 12 years ago
  8. 0b09366 When trying to take snapshots of a watched variable, if the frame is unable to evaluate the variable expression, by Johnny Chen · 12 years ago
  9. c9c2a9b Simplify the "Watchpoint ... hit" printout, make it more terse. by Johnny Chen · 12 years ago
  10. 9e98559 rdar://problem/12007576 by Johnny Chen · 12 years ago
  11. f3ec461 rdar://problem/11457143 [ER] need "watchpoint command ..." by Johnny Chen · 12 years ago
  12. 14f17cf Jeeze... Remove two unneeded #include's of ThreadPlanTestCondition.h, and replace them with by Jim Ingham · 12 years ago
  13. 116a5cd Make the Watchpoint IDs unique per target, not across targets as before. by Johnny Chen · 12 years ago
  14. a4a1587 Make a nested if .. if .. else block nesting more explicit with some curly braces. by Jason Molenda · 12 years ago
  15. 55a2d5a Add "watch set" command as a more general interface in conjunction with "frame var -w". by Johnny Chen · 12 years ago
  16. 1c2d941 Minor comment change. Plus use member function instead of directly accessing member field. by Johnny Chen · 13 years ago
  17. 51b7c5f Tiny refactoring to use member functions instead of directly accessing member fields. by Johnny Chen · 13 years ago
  18. daa6efe The "desired result type" code in the expression by Sean Callanan · 13 years ago
  19. bae39c5 Fixed some extra warnings that show up with the new clang. by Greg Clayton · 13 years ago
  20. 5b658cc Added a language parameter to the expression parser, by Sean Callanan · 13 years ago
  21. 712a628 Add a commnad to set a condition for a watchpoint. Example: by Johnny Chen · 13 years ago
  22. 41a55ef Add SBWatchpoint::GetError() API, which is not currently populated as yet. by Johnny Chen · 13 years ago
  23. ecd4feb SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 13 years ago[Renamed (73%) from source/Breakpoint/WatchpointLocation.cpp]
  24. b238517 Simplify the verbose output of WatchpointLocation::DumpWithLevel(). by Johnny Chen · 13 years ago
  25. 092bd15 Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) by Johnny Chen · 13 years ago
  26. 096c293 Add SB API class SBWatchpointLocation and some extra methods to the SBTarget class to by Johnny Chen · 13 years ago
  27. 01acfa7 Add initial implementation of watchpoint commands for list, enable, disable, and delete. by Johnny Chen · 13 years ago
  28. 043f8c2 StopInfoWatchpoint should override the StopInfo::ShouldStop() virtual method and delegate to by Johnny Chen · 13 years ago
  29. da5a802 Add some watchpoint maintenance methods to the Target class. by Johnny Chen · 13 years ago
  30. 10b12b3 Add a declaraion info member field to the WatchpointLocation class. by Johnny Chen · 13 years ago
  31. 5b2fc57 Add logging to Target::CreateWatchpointLocation() and fix some bug of using the wrong variable. by Johnny Chen · 13 years ago
  32. 69b6ec8 Watchpoint WIP: by Johnny Chen · 13 years ago
  33. 95f41b8 Add trivial implementation for GetDescription(). by Johnny Chen · 13 years ago
  34. 34bbf85 Watchpoint WIP: by Johnny Chen · 13 years ago
  35. 21900fb Fill out implementation of Enable/DisableWatchpoint() for ProcessGDBRemote class (Not Tested Yet). by Johnny Chen · 13 years ago
  36. edda23f Change the signature of WatchpointLocation ctor so that the second param becomes by Johnny Chen · 13 years ago
  37. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  38. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  39. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago