aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-aix.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-11gdb: convert solib-aix to new-style debug macrosSimon Marchi1-12/+11
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-13/+13
2020-10-29Remove symfile_objfile macroTom Tromey1-4/+5
2020-05-20PR25993, read of freed memoryAlan Modra1-4/+4
2020-05-20Use bfd_get_filename throughout gdbAlan Modra1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-08Change section_offsets to a std::vectorTom Tromey1-13/+9
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-17/+14
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-09-11Introduce bfd_set_filenameTom Tromey1-4/+4
2019-09-06bfd_get_filenameAlan Modra1-2/+2
2019-07-10Change solib-aix.c to use type-safe registryTom Tromey1-97/+48
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-03-06Remove last cleanup solib-aix.cTom Tromey1-4/+6
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-18Use unique_xmalloc_ptr in solib-aix.cTom Tromey1-7/+5
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-04-07Make target_read_alloc & al return vectorsSimon Marchi1-4/+4
2018-03-19Convert observers to C++Tom Tromey1-2/+2
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