summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectWatchpoint.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-161-1/+0
* Run clang-format on lldb/source/Commands (NFC)Adrian Prantl2019-10-301-1/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-7/+6
* Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath2015-09-021-4/+2
* Use the "last created watchpoint" rather than asserting on watchpoint command...Jim Ingham2013-07-021-1/+1
* Chnage VerifyWatchpointIDs() from a static function to a class function to be...Johnny Chen2012-06-191-0/+4
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-279/+0
* After discussions with Jim and Greg, modify the 'watchpoint set' command to b...Johnny Chen2012-02-081-29/+43
* Refine the 'watchpoint set' command to now require either the '-v' option (fo...Johnny Chen2012-02-081-0/+31
* Add "watch set" command as a more general interface in conjunction with "fram...Johnny Chen2012-01-301-0/+26
* Add a commnad to set a condition for a watchpoint. Example:Johnny Chen2011-10-171-0/+52
* Add capability to set ignore count for watchpoint on the command line:Johnny Chen2011-10-051-0/+50
* Add initial implementation of watchpoint commands for list, enable, disable, ...Johnny Chen2011-09-221-0/+145
OpenPOWER on IntegriCloud