]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/infcmd.c
* breakpoint.c (insert_breakpoints, breakpoint_init_inferior)
authorPedro Alves <palves@redhat.com>
Tue, 19 May 2009 00:23:49 +0000 (00:23 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 19 May 2009 00:23:49 +0000 (00:23 +0000)
commit2567c7d9ccb27053278c7bca0c911a817ab21b47
tree225747d5d6ad2a1c4983155875dcc6437bb527e9
parent7b6175f9c6195432011dc348479a3b05859bad2b
* 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.
gdb/breakpoint.c
gdb/dicos-tdep.c
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/infcmd.c
gdb/remote.c
gdb/target.c