OSDN Git Service

* breakpoint.c (insert_breakpoints, breakpoint_init_inferior)
authorPedro Alves <pedro@codesourcery.com>
Tue, 19 May 2009 00:23:49 +0000 (00:23 +0000)
committerPedro Alves <pedro@codesourcery.com>
Tue, 19 May 2009 00:23:49 +0000 (00:23 +0000)
commitdd5b39744afe2ae814488804379699b19ad809b3
tree8cbdd4e0d614f53b276c081afcd152dee4e7d221
parent4ecd8c725ac1da53920e6430c601bd58af223908
* 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