Age | Commit message (Expand) | Author | Files | Lines |
2020-05-20 | PR25993, read of freed memory | Alan Modra | 1 | -4/+4 |
2020-05-20 | Use bfd_get_filename throughout gdb | Alan Modra | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-08 | Change section_offsets to a std::vector | Tom Tromey | 1 | -13/+9 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -17/+14 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-09-11 | Introduce bfd_set_filename | Tom Tromey | 1 | -4/+4 |
2019-09-06 | bfd_get_filename | Alan Modra | 1 | -2/+2 |
2019-07-10 | Change solib-aix.c to use type-safe registry | Tom Tromey | 1 | -97/+48 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-03-06 | Remove last cleanup solib-aix.c | Tom Tromey | 1 | -4/+6 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-06-18 | Use unique_xmalloc_ptr in solib-aix.c | Tom Tromey | 1 | -7/+5 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -1/+1 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -1/+1 |
2018-04-07 | Make target_read_alloc & al return vectors | Simon Marchi | 1 | -4/+4 |
2018-03-19 | Convert observers to C++ | Tom Tromey | 1 | -2/+2 |
2018-02-14 | Constify target_so_ops::bfd_open | Tom Tromey | 1 | -2/+2 |
2018-02-14 | Return unique_xmalloc_ptr from some solib.c functions | Tom Tromey | 1 | -3/+4 |
2018-01-07 | Replace VEC(gdb_xml_value_s) with std::vector | Simon Marchi | 1 | -9/+11 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-16 | Return unique_xmalloc_ptr from target_read_stralloc | Tom Tromey | 1 | -10/+5 |
2017-10-10 | Eliminate catch_errors | Pedro Alves | 1 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-04-28 | Class-ify lm_info_aix | Simon Marchi | 1 | -41/+21 |
2017-04-28 | Make various lm_info implementations inherit from a base class | Simon Marchi | 1 | -31/+31 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -41/+24 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-21 | Delete target_so_ops->special_symbol_handling hook | Philipp Rudo | 1 | -10/+0 |
2016-10-14 | Fix set sysroot command on AIX | Ulrich Weigand | 1 | -6/+15 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -6/+7 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-01-13 | replace XCALLOC with XCNEWVEC or XCNEW | Tom Tromey | 1 | -1/+1 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -3/+3 |
2014-01-07 | Remove gdb_bfd_stash_filename to fix crash with fix of binutils/11983 | Hui Zhu | 1 | -6/+2 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-12-15 | Revert "Do not overwrite so_list's so_name in solib_map_sections" | Joel Brobecker | 1 | -0/+11 |
2013-09-24 | Code cleanup: Add objfile_name accessor | Jan Kratochvil | 1 | -1/+1 |
2013-07-17 | * nto-tdep.c (nto_relocate_section_addresses): Update, | Doug Evans | 1 | -1/+1 |
2013-05-30 | fix in solib-aix.c | Tom Tromey | 1 | -2/+2 |
2013-05-10 | Remove FIXME in solib-aix.c:solib_aix_relocate_section_addresses | Joel Brobecker | 1 | -10/+0 |
2013-05-10 | AIX: wrong address for shared object's .bss section | Joel Brobecker | 1 | -1/+15 |
2013-05-08 | Dummy implementation of solib_aix_free_library_list if libexpat missing. | Joel Brobecker | 1 | -0/+7 |
2013-05-07 | AIX: Change XML to use library-list-aix instead of library-list. | Joel Brobecker | 1 | -3/+3 |
2013-05-07 | Rename TARGET_OBJECT_AIX_LIBRARIES to TARGET_OBJECT_LIBRARIES_AIX | Joel Brobecker | 1 | -3/+3 |
2013-05-06 | Reimplement shared library support on ppc-aix... | Joel Brobecker | 1 | -0/+830 |