summaryrefslogtreecommitdiff
path: root/gdb/solib-aix.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ALL_OBJFILE_OSECTIONSTom Tromey2023-05-071-3/+1
* Rename objfile::sectionsTom Tromey2023-05-071-2/+2
* Fix multi-threaded debugging under AIXAditya Vidyadhar Kamath2023-02-171-0/+14
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: merge solib-frv aix-solib debug options into "set/show debug solib"Simon Marchi2022-12-021-33/+6
* Constify some target_so_ops instancesTom Tromey2022-09-201-14/+12
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-1/+1
* Rewrite registry.hTom Tromey2022-07-281-1/+2
* Unify gdb printf functionsTom Tromey2022-03-291-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: remove bpstat typedef, rename bpstats to bpstatSimon Marchi2021-11-081-1/+1
* gdb: convert obj_section macros to methodsSimon Marchi2021-06-281-2/+1
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-1/+2
* gdb: remove current_top_target functionSimon Marchi2021-03-241-1/+2
* gdb: convert solib-aix to new-style debug macrosSimon Marchi2021-01-111-12/+11
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-13/+13
* Remove symfile_objfile macroTom Tromey2020-10-291-4/+5
* PR25993, read of freed memoryAlan Modra2020-05-201-4/+4
* Use bfd_get_filename throughout gdbAlan Modra2020-05-201-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-13/+9
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-17/+14
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Introduce bfd_set_filenameTom Tromey2019-09-111-4/+4
* bfd_get_filenameAlan Modra2019-09-061-2/+2
* Change solib-aix.c to use type-safe registryTom Tromey2019-07-101-97/+48
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Remove last cleanup solib-aix.cTom Tromey2019-03-061-4/+6
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use unique_xmalloc_ptr in solib-aix.cTom Tromey2018-06-181-7/+5
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-4/+4
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Constify target_so_ops::bfd_openTom Tromey2018-02-141-2/+2
* Return unique_xmalloc_ptr from some solib.c functionsTom Tromey2018-02-141-3/+4
* Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi2018-01-071-9/+11
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Return unique_xmalloc_ptr from target_read_strallocTom Tromey2017-10-161-10/+5
* Eliminate catch_errorsPedro Alves2017-10-101-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Class-ify lm_info_aixSimon Marchi2017-04-281-41/+21
* Make various lm_info implementations inherit from a base classSimon Marchi2017-04-281-31/+31
* Use class to manage BFD reference countsTom Tromey2017-01-101-41/+24
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Delete target_so_ops->special_symbol_handling hookPhilipp Rudo2016-10-211-10/+0
* Fix set sysroot command on AIXUlrich Weigand2016-10-141-6/+15
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0