summaryrefslogtreecommitdiff
path: root/gdb/solib.h
Commit message (Collapse)AuthorAgeFilesLines
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+203
|
* Initial creation of sourceware repositoryStan Shebs1999-04-161-203/+0
|
* all remaining *.c *.h files from hp merge.David Taylor1998-12-311-0/+131
|
* Changes by Peter.Schauer to fix gdb/13521 -- gdb step command fails to stepDavid Taylor1998-01-301-1/+13
| | | | | from a function in one dynamically linked library into a function in another dynamically linked library.
* * solib.c (solib_address): Return the name of the containing solib.Fred Fish1995-11-191-2/+6
| | | | | | * solib.h (PC_SOLIB): New macro; define using solib_address. * stack.c (print_frame_info) [PC_SOLIB]: If no function name, try PC_SOLIB on the PC value.
* Update FSF address.Fred Fish1995-08-021-1/+1
|
* Add section table to objfile struct. Use it for find_pc_section.K. Richard Pixley1993-04-071-3/+0
| | | | | | | | | | | | | | | | | | | | * objfiles.c (add_to_objfile_sections, build_objfile_section_table, find_pc_section): new functions. (allocate_objfile): build section table. * objfiles.h (struct obj_section): new structure. (struct objfile): add section table. (find_pc_section): new prototype. * solib.[ch] (find_pc_section_from_so_list): removed. * sparc-tdep.c: include objfiles.h for find_pc_section. include symfile.h for objfiles.h. (in_solib_trampoline): adjusted for new find_pc_section prototype. Removed BAD_RICH_HACK ifdefs. * symfile.c (syms_from_objfile): offset objfile sections. (find_pc_section): removed. Also removed BAD_RICH_HACK ifdefs. * symfile.h (find_pc_section): prototype removed. Also fixed comment typo NUL -> NULL. * target.[ch] (find_pc_section_from_targets): removed. * config/sparc/tm-sun4sol2.h (BAD_RICHH_HACK): removed.
* Teach sparc solaris to next over shared library functions.K. Richard Pixley1993-03-311-0/+2
| | | | | | | | | | | * solib.[hc] (find_pc_section_from_so_list): new function and prototype. * sparc-tdep.c (in_solib_trampoline): new function. * symfile.[hc] (find_pc_section): new function and prototypes. * target.[hc] (find_pc_section_from_targets): new function and prototypes. * config/sparc/tm-sun4sol2.h (IN_SOLIB_TRAMPOLINE): redefine to in_solib_trampoline.
* * solib.h, infrun.c, tm-rs6000.h: Add a PID parameterPer Bothner1992-03-121-1/+1
| | | | to SOLIB_CREATE_INFERIOR_HOOK macro.
* * tm-sparc.h, tm-sysv4.h, solib.h: Move shared lib definitionsJohn Gilmore1992-02-211-0/+57
into solib.h. * sparc-pinsn.c, sparc-tdep.c, standalonec, sun3-xdep.c, sun386-xdep.c, symm-xdep.c, target.c, ultra3-xdep.c, utils.c, value.h: Prototypes for static functions; lint. * gdbtypes.h: Empty file to ease transition.