Age | Commit message (Expand) | Author | Files | Lines |
2024-02-06 | gdb: remove core_bfd macro | Simon Marchi | 1 | -1/+2 |
2024-02-05 | gdb: rename target_so_ops to solib_ops | Simon Marchi | 1 | -3/+3 |
2024-02-05 | gdb: rename struct shobj -> struct solib | Simon Marchi | 1 | -7/+7 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-21 | gdb: Use C++17's std::make_unique instead of gdb::make_unique | Lancelot Six | 1 | -1/+1 |
2023-10-19 | gdb: rename struct so_list to shobj | Simon Marchi | 1 | -7/+7 |
2023-10-19 | gdb: link so_list using intrusive_list | Simon Marchi | 1 | -17/+13 |
2023-10-19 | gdb: make so_list::{so_original_name,so_name} std::strings | Simon Marchi | 1 | -4/+2 |
2023-10-19 | gdb: make so_list::abfd a gdb_bfd_ref_ptr | Simon Marchi | 1 | -1/+1 |
2023-10-19 | gdb: make so_list::lm_info a unique_ptr | Simon Marchi | 1 | -6/+7 |
2023-10-19 | gdb: use gdb::checked_static_cast when casting lm_info | Simon Marchi | 1 | -4/+4 |
2023-10-19 | gdb: remove target_so_ops::free_so | Simon Marchi | 1 | -10/+1 |
2023-10-19 | gdb: rename lm_info_base to lm_info | Simon Marchi | 1 | -1/+1 |
2023-10-19 | gdb: allocate so_list with new, deallocate with delete | Simon Marchi | 1 | -2/+1 |
2023-10-19 | gdb: replace some so_list parameters to use references | Simon Marchi | 1 | -5/+4 |
2023-10-19 | gdb: add program_space parameter to target_so_ops::clear_solib | Simon Marchi | 1 | -1/+1 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -9/+10 |
2023-09-28 | gdb: remove unused imports in solib*.[ch] | Simon Marchi | 1 | -4/+0 |
2023-05-07 | Remove ALL_OBJFILE_OSECTIONS | Tom Tromey | 1 | -2/+1 |
2023-05-07 | Rename objfile::sections | Tom Tromey | 1 | -1/+1 |
2023-03-28 | Use function_view in gdb_bfd_lookup_symbol | Tom Tromey | 1 | -9/+6 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-02 | gdb: merge solib-frv aix-solib debug options into "set/show debug solib" | Simon Marchi | 1 | -72/+23 |
2022-09-20 | Constify some target_so_ops instances | Tom Tromey | 1 | -10/+12 |
2022-08-03 | Use gdb_bfd_ref_ptr in objfile | Tom Tromey | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -2/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -39/+39 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-06-28 | gdb: convert obj_section macros to methods | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -45/+45 |
2020-10-29 | Remove symfile_objfile macro | Tom Tromey | 1 | -13/+15 |
2020-10-29 | Remove the exec_bfd macro | Tom Tromey | 1 | -4/+6 |
2020-06-15 | Change target_read_string API | Tom Tromey | 1 | -7/+4 |
2020-05-08 | Remove ALL_SO_LIBS and so_list_head | Tom Tromey | 1 | -15/+3 |
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-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -1/+1 |
2019-09-19 | bfd_section_* macros | Alan Modra | 1 | -9/+5 |
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-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-03-30 | Change target_read_string to use unique_xmalloc_ptr | Tom Tromey | 1 | -4/+4 |
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 | -1/+1 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -3/+0 |
2017-04-28 | Class-ify lm_info_frv | Simon Marchi | 1 | -23/+19 |
2017-04-28 | Fix indentation of lm_info_frv | Simon Marchi | 1 | -23/+24 |