diff options
author | Pedro Alves <palves@redhat.com> | 2007-03-27 23:01:00 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2007-03-27 23:01:00 +0000 |
commit | 8671a17bde87f6c694c718771d3ef17f3287a41b (patch) | |
tree | d360739d7a1ad716ecbe1f5de6f921f4e8159a90 /gdb/ChangeLog | |
parent | bce7165daae97585d93ac28361576feebcc80721 (diff) | |
download | gdb-8671a17bde87f6c694c718771d3ef17f3287a41b.zip gdb-8671a17bde87f6c694c718771d3ef17f3287a41b.tar.gz gdb-8671a17bde87f6c694c718771d3ef17f3287a41b.tar.bz2 |
* breakpoint.c (bpstat_num): Add int *num parameter.
* breakpoint.h (bpstat_num): Likewise.
* infcmd.c (continue_command): Adjust to new bpstat_num
interface.
(program_info): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index adafb65..503e681 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2007-03-27 Pedro Alves <pedro_alves@portugalmail.pt> + + * breakpoint.c (bpstat_num): Add int *num parameter. + * breakpoint.h (bpstat_num): Likewise. + * infcmd.c (continue_command): Adjust to new bpstat_num + interface. + (program_info): Likewise. + 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com> * config/sh/tm-sh.h: Remove file. |