* remote.c (remote_start_remote): If the solib list is global,
authorPedro Alves <palves@redhat.com>
Mon, 3 Nov 2008 14:01:27 +0000 (14:01 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 3 Nov 2008 14:01:27 +0000 (14:01 +0000)
commit50c71eaf0e6a7026633818a76f14b6ab4efec73c
treec557ce9f49f0b31ac7b45a3f6af8cac9dcf92bf4
parente03c1da340f2622b6fb1293fb0449f5ab85992c7
* remote.c (remote_start_remote): If the solib list is global,
fetch libraries and insert breakpoints after connecting.
* infcmd.c (post_create_inferior): If the solist is shared between
inferiors, no need to refetch it on every new inferior.
(detach_command): If the shared library list is shared between
inferiors, then don't clear it on every inferior detach.
* gdbarch.sh (has_global_solist): New.
* i386-dicos-tdep.c (i386_dicos_init_abi): Set
gdbarch_has_global_solist.
* target.c (target_pre_inferior): If the shared library list is
shared between inferiors, then don't clear it here, neither
invalidate the memory regions or clear the target description.
(target_detach): If the shared library list is shared between
inferiors, then don't remove breakpoints from the target here.
(target_disconnect): Comment.
* solib.c (update_solib_list): Check for null_ptid.
* breakpoint.c (insert_breakpoints, update_global_location_list):
If the shared library list is shared between inferiors, insert
breakpoints even if there's no execution.
(breakpoint_init_inferior): If the shared library list is shared
between inferiors, don't delete breakpoints or mark them
uninserted here.

* gdbarch.c, gdbarch.h: Regenerate.
gdb/ChangeLog
gdb/breakpoint.c
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/i386-dicos-tdep.c
gdb/infcmd.c
gdb/remote.c
gdb/solib.c
gdb/target.c
This page took 0.025934 seconds and 4 git commands to generate.