aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-aix.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-14Constify target_so_ops::bfd_openTom Tromey1-2/+2
2018-02-14Return unique_xmalloc_ptr from some solib.c functionsTom Tromey1-3/+4
2018-01-07Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi1-9/+11
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey1-10/+5
2017-10-10Eliminate catch_errorsPedro Alves1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-04-28Class-ify lm_info_aixSimon Marchi1-41/+21
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi1-31/+31
2017-01-10Use class to manage BFD reference countsTom Tromey1-41/+24
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-21Delete target_so_ops->special_symbol_handling hookPhilipp Rudo1-10/+0
2016-10-14Fix set sysroot command on AIXUlrich Weigand1-6/+15
2016-05-07remove trivialy unused variablesTrevor Saunders1-1/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-6/+7
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey1-1/+1
2014-01-13replace XZALLOC with XCNEWTom Tromey1-3/+3
2014-01-07Remove gdb_bfd_stash_filename to fix crash with fix of binutils/11983Hui Zhu1-6/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-15Revert "Do not overwrite so_list's so_name in solib_map_sections"Joel Brobecker1-0/+11
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil1-1/+1
2013-07-17 * nto-tdep.c (nto_relocate_section_addresses): Update,Doug Evans1-1/+1
2013-05-30fix in solib-aix.cTom Tromey1-2/+2
2013-05-10Remove FIXME in solib-aix.c:solib_aix_relocate_section_addressesJoel Brobecker1-10/+0
2013-05-10AIX: wrong address for shared object's .bss sectionJoel Brobecker1-1/+15
2013-05-08Dummy implementation of solib_aix_free_library_list if libexpat missing.Joel Brobecker1-0/+7
2013-05-07AIX: Change XML to use library-list-aix instead of library-list.Joel Brobecker1-3/+3
2013-05-07Rename TARGET_OBJECT_AIX_LIBRARIES to TARGET_OBJECT_LIBRARIES_AIXJoel Brobecker1-3/+3
2013-05-06Reimplement shared library support on ppc-aix...Joel Brobecker1-0/+830