aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-aix.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-07Remove ALL_OBJFILE_OSECTIONSTom Tromey1-3/+1
2023-05-07Rename objfile::sectionsTom Tromey1-2/+2
2023-02-17Fix multi-threaded debugging under AIXAditya Vidyadhar Kamath1-0/+14
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-02gdb: merge solib-frv aix-solib debug options into "set/show debug solib"Simon Marchi1-33/+6
2022-09-20Constify some target_so_ops instancesTom Tromey1-14/+12
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-1/+1
2022-07-28Rewrite registry.hTom Tromey1-1/+2
2022-03-29Unify gdb printf functionsTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-08gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi1-1/+1
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi1-2/+1
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-1/+2
2021-03-24gdb: remove current_top_target functionSimon Marchi1-1/+2
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