This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb/gdbtk ChangeLog generic/gdbtk-bp.c gen ...
- From: kseitz at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 13 May 2011 00:36:26 -0000
- Subject: src/gdb/gdbtk ChangeLog generic/gdbtk-bp.c gen ...
CVSROOT: /cvs/src
Module name: src
Changes by: kseitz@sourceware.org 2011-05-13 00:36:26
Modified files:
gdb/gdbtk : ChangeLog
gdb/gdbtk/generic: gdbtk-bp.c gdbtk-hooks.c
Log message:
* generic/gdbtk-hooks.c (gdbtk_create_breakpoint): Change
parameter from `int' to `struct breakpoint *'.
(gdbtk_delete_breakpoint): Likewise.
(gdbtk_modify_breakpoint): Likewise.
* generic/gdbtk-bp.c (ALL_BREAKPOINTS): Define.
(breakpoint_list): Remove.
(breakpoint_list_size): Remove.
(Gdbtk_Breakpoint_Init): Remove initialization of breakpoint_list.
(gdb_find_bp_at_addr): Rewrite using ALL_BREAKPOINTS.
(gdb_find_bp_at_line): Likewise.
(gdb_get_breakpoint_info): Likewise.
(gdb_get_breakpoint_list): Likewise.
(gdbtk_create_breakpoint): Change parameter from `int' to
`struct breakpoint *' and update function.
(gdbtk_delete_breakpoint): Likewise.
(gdbtk_modify_breakpoint): Likewise.
(breakpoint_notify): Rewrite using ALL_BREAKPOINTS.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/ChangeLog.diff?cvsroot=src&r1=1.456&r2=1.457
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-bp.c.diff?cvsroot=src&r1=1.40&r2=1.41
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbtk/generic/gdbtk-hooks.c.diff?cvsroot=src&r1=1.51&r2=1.52