summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2009-05-19 00:26:48 +0000
committerPedro Alves <pedro@codesourcery.com>2009-05-19 00:26:48 +0000
commitb33baafdbc0140d537006be1e9e5f3719faaafcd (patch)
tree83775ef98b26042934a4d2be03378bbf112398db
parentdd5b39744afe2ae814488804379699b19ad809b3 (diff)
downloadgdb-b33baafdbc0140d537006be1e9e5f3719faaafcd.tar.gz
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.
-rw-r--r--gdb/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b75d9080752..300c3af90bd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,21 @@
+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.
+
2009-05-18 Paul Pluzhnikov <ppluzhnikov@google.com>
* objc-lang.c (find_methods): Plug a small memory leak.