Age | Commit message (Expand) | Author | Files | Lines |
2022-06-02 | ODR warning for struct ext_link_map | Tom Tromey | 1 | -2/+2 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -40/+40 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-08-18 | gdb/solib: Refactor scan_dyntag | Aaron Merey | 1 | -101/+3 |
2021-06-28 | gdb: convert obj_section macros to methods | Simon Marchi | 1 | -1/+1 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -2/+4 |
2021-02-24 | gdb: make the target_sections table private within program_space | Andrew Burgess | 1 | -1/+1 |
2021-02-24 | gdb: spread a little 'const' through the target_section_table code | Andrew Burgess | 1 | -1/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-10-29 | Remove symfile_objfile macro | Tom Tromey | 1 | -8/+9 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -5/+6 |
2020-10-29 | Remove current_target_sections macro | Tom Tromey | 1 | -1/+1 |
2020-10-12 | Change target_section_table to std::vector alias | Tom Tromey | 1 | -1/+1 |
2020-10-12 | Use a std::vector in target_section_table | Tom Tromey | 1 | -9/+9 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -1/+1 |
2020-06-15 | Change target_read_string API | Tom Tromey | 1 | -7/+4 |
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 | -6/+5 |
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 | -12/+8 |
2019-07-10 | Change solib-dsbt.c to use type-safe registry | Tom Tromey | 1 | -28/+12 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -3/+2 |
2019-01-17 | Replace "the the" with "the" | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-06-18 | Use unique_xmalloc_ptr in two solib functions | Tom Tromey | 1 | -8/+3 |
2018-06-07 | target_stack -> current_top_target() throughout | Pedro Alves | 1 | -2/+2 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -2/+2 |
2018-04-07 | Make target_read_alloc & al return vectors | Simon Marchi | 1 | -10/+9 |
2018-03-30 | Change target_read_string to use unique_xmalloc_ptr | Tom Tromey | 1 | -4/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-10 | Eliminate catch_errors | Pedro Alves | 1 | -8/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-04-28 | Class-ify lm_info_dsbt | Simon Marchi | 1 | -12/+13 |
2017-04-28 | Make various lm_info implementations inherit from a base class | Simon Marchi | 1 | -10/+12 |
2017-01-10 | Use class to manage BFD reference counts | Tom Tromey | 1 | -12/+11 |
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-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -2/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-13 | Constify arguments of gdb_bfd_lookup_symbol and related functions | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -1/+2 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -7/+7 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -3/+3 |
2015-07-15 | Revert the previous 7 commits of: Validate binary before use | Jan Kratochvil | 1 | -1/+0 |
2015-07-15 | Validate symbol file using build-id | Jan Kratochvil | 1 | -0/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -2/+6 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |