aboutsummaryrefslogtreecommitdiff
path: root/gdb/solist.h
AgeCommit message (Collapse)AuthorFilesLines
2005-01-142005-01-13 Michael Snyder <msnyder@redhat.com>Michael Snyder1-2/+2
* solist.h: Whitespace tweaks.
2004-03-11 * solist.h (master_so_list): New function.Kevin Buettner1-0/+4
* solib.c (master_so_list): Likewise. * solib-svr4.c (enable_break): Iterate over so_list entries obtained from master list instead of entries obtained directly via svr4_current_sos().
2003-02-24added target specific solib find hookKris Warkentin1-0/+8
2001-10-21Update makefile.in dependencies. Add header wrappers.Andrew Cagney1-0/+5
2001-05-25 * solist.h (struct so_list): Document the requirement thatNicholas Duffek1-1/+3
current_sos initialize some fields to 0.
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2001-02-22Made changes to shared library support and added more of the support neededKevin Buettner1-0/+6
for AIX/IA-64.
2000-11-212000-11-20 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder1-0/+3
* solist.h: Declare new function solib_open. * solib.c (solib_open): New function. Abstracts some of the code from solib_map_sections, for finding the binary solib file. (solib_map_sections): Call solib_open. * solib-svr4.c (enable_break): Call solib_open.
2000-10-30solib.c relocation improvementsKevin Buettner1-3/+21
2000-10-24Reorganize solib.c.Kevin Buettner1-0/+91