summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectWatchpoint.h
AgeCommit message (Expand)Author
2024-07-31[lldb] Use Target references instead of pointers in CommandObject (NFC)Jonas Devlieghere
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann
2019-10-30Run clang-format on lldb/source/Commands (NFC)Adrian Prantl
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-09-02Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath
2013-07-02Use the "last created watchpoint" rather than asserting on watchpoint command...Jim Ingham
2012-06-19Chnage VerifyWatchpointIDs() from a static function to a class function to be...Johnny Chen
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham
2012-02-08After discussions with Jim and Greg, modify the 'watchpoint set' command to b...Johnny Chen
2012-02-08Refine the 'watchpoint set' command to now require either the '-v' option (fo...Johnny Chen
2012-01-30Add "watch set" command as a more general interface in conjunction with "fram...Johnny Chen
2011-10-17Add a commnad to set a condition for a watchpoint. Example:Johnny Chen
2011-10-05Add capability to set ignore count for watchpoint on the command line:Johnny Chen
2011-09-22Add initial implementation of watchpoint commands for list, enable, disable, ...Johnny Chen