Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
835140a4277e8f0ab6b7436a04c23f1c3a7b51c4
/
lldb
/
source
/
Commands
/
CommandObjectWatchpoint.h
ceff664
Remove header grouping comments.
by Jonas Devlieghere
· 7 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
1fb7e20
Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards
by Pavel Labath
· 10 years ago
b0b4513
Use the "last created watchpoint" rather than asserting on watchpoint commands passing no watchpoint ID.
by Jim Ingham
· 12 years ago
1773a89
Chnage VerifyWatchpointIDs() from a static function to a class function to be called from other source files.
by Johnny Chen
· 13 years ago
5a98841
Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an
by Jim Ingham
· 13 years ago
2ffa754
After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command
by Johnny Chen
· 14 years ago
34ddc8d
Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or
by Johnny Chen
· 14 years ago
dedb67a
Add "watch set" command as a more general interface in conjunction with "frame var -w".
by Johnny Chen
· 14 years ago
16dcf71
Add a commnad to set a condition for a watchpoint. Example:
by Johnny Chen
· 14 years ago
6cc60e8
Add capability to set ignore count for watchpoint on the command line:
by Johnny Chen
· 14 years ago
f04ee93
Add initial implementation of watchpoint commands for list, enable, disable, and delete.
by Johnny Chen
· 14 years ago