summaryrefslogtreecommitdiffstats
path: root/lldb/source/Breakpoint/Watchpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Huge change to clean up types.Greg Clayton2013-07-111-2/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-181-4/+121
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Turns out there are 8 bits in a byte.Jim Ingham2012-10-231-1/+9
* Watchpoints remember the type of the expression or variable they were set wit...Jim Ingham2012-10-231-89/+43
* Cope with the case where the user-supplied callbacks want the watchpoint itse...Johnny Chen2012-08-231-0/+12
* Fix test failures in TestWatchpointIter.py due to http://llvm.org/viewvc/llvm...Johnny Chen2012-08-211-1/+19
* rdar://problem/12144930Johnny Chen2012-08-211-1/+3
* A little bit of refactoring.Johnny Chen2012-08-141-10/+13
* When trying to take snapshots of a watched variable, if the frame is unable t...Johnny Chen2012-08-141-0/+20
* Simplify the "Watchpoint ... hit" printout, make it more terse.Johnny Chen2012-08-131-6/+31
* rdar://problem/12007576Johnny Chen2012-08-131-3/+102
* rdar://problem/11457143 [ER] need "watchpoint command ..."Johnny Chen2012-08-091-35/+30
* Jeeze... Remove two unneeded #include's of ThreadPlanTestCondition.h, and re...Jim Ingham2012-05-021-1/+1
* Make the Watchpoint IDs unique per target, not across targets as before.Johnny Chen2012-02-251-10/+13
* Make a nested if .. if .. else block nesting more explicit with some curly br...Jason Molenda2012-02-231-0/+6
* Add "watch set" command as a more general interface in conjunction with "fram...Johnny Chen2012-01-301-1/+1
* Minor comment change. Plus use member function instead of directly accessing...Johnny Chen2012-01-241-1/+1
* Tiny refactoring to use member functions instead of directly accessing member...Johnny Chen2012-01-231-3/+4
* The "desired result type" code in the expressionSean Callanan2011-12-211-1/+1
* Fixed some extra warnings that show up with the new clang.Greg Clayton2011-12-031-1/+1
* Added a language parameter to the expression parser,Sean Callanan2011-11-071-1/+1
* Add a commnad to set a condition for a watchpoint. Example:Johnny Chen2011-10-171-12/+53
* Add SBWatchpoint::GetError() API, which is not currently populated as yet.Johnny Chen2011-10-141-1/+3
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-0/+184
OpenPOWER on IntegriCloud