OSDN Git Service

Forgot to check in the ChangeLog entry for the previous change. Here goes...
authorpalves <palves>
Tue, 19 May 2009 00:26:48 +0000 (00:26 +0000)
committerpalves <palves>
Tue, 19 May 2009 00:26:48 +0000 (00:26 +0000)
commitcd72ceb0b531dead8ab8e274176a1cb4c0e2a9ee
tree39ba8fb06f9dd2858e9c3626333b1c8c38cfc105
parentbcf2eea1adb7f4e79b5ca48dee0685e451f02409
Forgot to check in the ChangeLog entry for the previous change.  Here goes...

2009-05-19  Pedro Alves  <pedro@codesourcery.com>

* 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/ChangeLog