diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2006-11-22 10:43:34 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2006-11-22 10:43:34 +0000 |
commit | 765dc01564a52c8e8ef896ec4acef04a38d60377 (patch) | |
tree | 674bdf203ea1fe68db5d117564e93ed5cb944843 /gdb/ChangeLog | |
parent | 221ca4668b01b2fe675f7734fbb4279c2c9fd0b9 (diff) | |
download | gdb-765dc01564a52c8e8ef896ec4acef04a38d60377.zip gdb-765dc01564a52c8e8ef896ec4acef04a38d60377.tar.gz gdb-765dc01564a52c8e8ef896ec4acef04a38d60377.tar.bz2 |
2006-11-22 Vladimir Prus <vladimir@codesourcery.com>
* breakpoint.c: Include "memattr.h".
(automatic_hardware_breakpoints): New.
(show_automatic_hardware_breakpoints): New.
(insert_bp_location): Automatically use
hardware breakpoints.
(_initialize_breakpoint): Register the "auto-hw"
variable.
* Makefile.in (breakpoint.o): Update dependencies.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2f6ef8d..6171628 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2006-11-22 Vladimir Prus <vladimir@codesourcery.com> + + * breakpoint.c: Include "memattr.h". + (automatic_hardware_breakpoints): New. + (show_automatic_hardware_breakpoints): New. + (insert_bp_location): Automatically use + hardware breakpoints. + (_initialize_breakpoint): Register the "auto-hw" + variable. + * Makefile.in (breakpoint.o): Update dependencies. + 2006-11-21 Vladimir Prus <vladimir@codesourcery.com> * memattr.h (enum mem_access_mode): New value |