mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-10 22:46:27 +00:00
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.
This commit is contained in:
parent
2567c7d9cc
commit
2ea7b6479f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user