This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb gdbarch.sh gdbarch.h gdbarch.c breakpo ...
- From: palves at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 19 May 2009 00:23:50 -0000
- Subject: src/gdb gdbarch.sh gdbarch.h gdbarch.c breakpo ...
CVSROOT: /cvs/src
Module name: src
Changes by: palves@sourceware.org 2009-05-19 00:23:50
Modified files:
gdb : gdbarch.sh gdbarch.h gdbarch.c breakpoint.c
dicos-tdep.c infcmd.c remote.c target.c
Log message:
* breakpoint.c (insert_breakpoints, breakpoint_init_inferior)
(update_global_location_list): Use gdbarch_has_global_breakpoints
instead of gdbarch_has_global_solist and
target_supports_multi_process.
* dicos-tdep.c (dicos_init_abi): Set
gdbarch_has_global_breakpoints.
* gdbarch.sh (has_global_solist): Update comment.
(has_global_breakpoints): New.
* remote.c (remote_start_remote): Use
gdbarch_has_global_breakpoints instead of
gdbarch_has_global_solist.
* target.c (target_detach): Use gdbarch_has_global_breakpoints
instead of gdbarch_has_global_solist.
* infcmd.c (attach_command): Use gdbarch_has_global_solist instead
of target_supports_multi_process.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.sh.diff?cvsroot=src&r1=1.488&r2=1.489
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.h.diff?cvsroot=src&r1=1.396&r2=1.397
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbarch.c.diff?cvsroot=src&r1=1.445&r2=1.446
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.396&r2=1.397
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/dicos-tdep.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/infcmd.c.diff?cvsroot=src&r1=1.240&r2=1.241
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/remote.c.diff?cvsroot=src&r1=1.354&r2=1.355
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/target.c.diff?cvsroot=src&r1=1.207&r2=1.208