aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-6/+7
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* replace XCALLOC with XCNEWVEC or XCNEWTom Tromey2014-01-131-1/+1
* replace XZALLOC with XCNEWTom Tromey2014-01-131-3/+3
* Remove gdb_bfd_stash_filename to fix crash with fix of binutils/11983Hui Zhu2014-01-071-6/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Revert "Do not overwrite so_list's so_name in solib_map_sections"Joel Brobecker2013-12-151-0/+11
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-1/+1
* * nto-tdep.c (nto_relocate_section_addresses): Update,Doug Evans2013-07-171-1/+1
* fix in solib-aix.cTom Tromey2013-05-301-2/+2
* Remove FIXME in solib-aix.c:solib_aix_relocate_section_addressesJoel Brobecker2013-05-101-10/+0
* AIX: wrong address for shared object's .bss sectionJoel Brobecker2013-05-101-1/+15
* Dummy implementation of solib_aix_free_library_list if libexpat missing.Joel Brobecker2013-05-081-0/+7
* AIX: Change XML to use library-list-aix instead of library-list.Joel Brobecker2013-05-071-3/+3
* Rename TARGET_OBJECT_AIX_LIBRARIES to TARGET_OBJECT_LIBRARIES_AIXJoel Brobecker2013-05-071-3/+3
* Reimplement shared library support on ppc-aix...Joel Brobecker2013-05-061-0/+830