diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-09-28 06:24:20 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-09-28 06:24:20 +0000 |
commit | fe6fbf8b6eff80d3df998ab8b0e14ac984e3e265 (patch) | |
tree | 3c81102618c9e535948b9e4b7b29ae513300f712 /gdb/ChangeLog | |
parent | dfbba8f432b3e651241e00d13a5284db46692791 (diff) | |
download | gdb-fe6fbf8b6eff80d3df998ab8b0e14ac984e3e265.zip gdb-fe6fbf8b6eff80d3df998ab8b0e14ac984e3e265.tar.gz gdb-fe6fbf8b6eff80d3df998ab8b0e14ac984e3e265.tar.bz2 |
* NEW: Mention pending breakpoint changes and
support for breakpoints at multiple locations.
* gdb.texinfo (Setting Breakpoints): Revise
documentation for pending breakpoints. Document
breakpoints with multiple locations.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e0ae426..526b88e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2007-09-28 Vladimir Prus <vladimir@codesourcery.com> + + * NEW: Mention pending breakpoint changes and + support for breakpoints at multiple locations. + 2007-09-27 Daniel Jacobowitz <dan@codesourcery.com> * arm-linux-tdep.c (arm_linux_software_single_step): New. |