diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-18 18:48:06 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-18 18:48:06 +0000 |
commit | 7f3b047364374db2dddbade072311052349202b3 (patch) | |
tree | 7046598508ef6a74ce1f60b32f70e037e06afbe0 /gdb/ChangeLog | |
parent | b30bf9ee99a2fd704f3a335d185041e7432f3105 (diff) | |
download | gdb-7f3b047364374db2dddbade072311052349202b3.zip gdb-7f3b047364374db2dddbade072311052349202b3.tar.gz gdb-7f3b047364374db2dddbade072311052349202b3.tar.bz2 |
* breakpoint.c (breakpoint_1): Restructure. Compute the
nr_printable_breakpoints. Move the header output to before the
main print breakpoints loop.
(user_settable_breakpoint): New function.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a0614d7..c135e03 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2001-06-16 Andrew Cagney <ac131313@redhat.com> + + * breakpoint.c (breakpoint_1): Restructure. Compute the + nr_printable_breakpoints. Move the header output to before the + main print breakpoints loop. + (user_settable_breakpoint): New function. + 2001-06-18 Andrew Cagney <ac131313@redhat.com> * infrun.c, breakpoint.c: Use strncmp as the "mi" test. Allow, |