For SVR4 targets, enable gdb to set breakpoints in shared
authorPeter Schauer <Peter.Schauer@mytum.de>
Fri, 1 Apr 1994 08:50:03 +0000 (08:50 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Fri, 1 Apr 1994 08:50:03 +0000 (08:50 +0000)
commit38b90473602f5c7295242ec0cce8f804d171bcbf
tree9e835890af03c6a3c8c8cc2205180734280ad1a3
parent01f8d30971233e0c259278adf41cc870837e3aed
For SVR4 targets, enable gdb to set breakpoints in shared
library functions before the executable is run.
* elfread.c (elf_symtab_read):  Handle symbols for shared library
functions.
* sparc-tdep.c (in_solib_trampoline):  Renamed to in_plt_section
and moved to objfiles.c.
* objfiles.c (in_plt_section):  Moved to here from sparc-tdep.
* config/tm-sysv4.h (IN_SOLIB_TRAMPOLINE):  Use new in_plt_section.
* config/sparc/tm-sun4sol2.h (IN_SOLIB_TRAMPOLINE):  Removed,
the new generic definition from tm-sysv4.h works for Solaris.
gdb/ChangeLog
gdb/elfread.c
gdb/objfiles.c
This page took 0.024601 seconds and 4 git commands to generate.