Age | Commit message (Expand) | Author | Files | Lines |
2024-09-13 | gdb/solib: use owning_intrusive_list for solib list | Simon Marchi | 1 | -7/+6 |
2024-09-07 | gdb: improve shared library build-id check for core-files | Andrew Burgess | 1 | -0/+5 |
2024-08-12 | gdb: add program_space parameter to lookup_minimal_symbol | Simon Marchi | 1 | -1/+1 |
2024-08-12 | gdb: make lookup_minimal_symbol objf and sfile parameters optional | Simon Marchi | 1 | -1/+1 |
2024-08-12 | gdb: drop struct keyword when using bound_minimal_symbol | Simon Marchi | 1 | -3/+3 |
2024-05-16 | gdb: move lm_info to solib in dsbt_current_sos | Simon Marchi | 1 | -0/+1 |
2024-04-22 | gdb: move store/extract integer functions to extract-store-integer.{c,h} | Simon Marchi | 1 | -0/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
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 | -1/+1 |
2024-02-05 | gdb: rename struct shobj -> struct solib | Simon Marchi | 1 | -6/+6 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 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 | -6/+6 |
2023-10-19 | gdb: link so_list using intrusive_list | Simon Marchi | 1 | -8/+4 |
2023-10-19 | gdb: make so_list::{so_original_name,so_name} std::strings | Simon Marchi | 1 | -3/+2 |
2023-10-19 | gdb: make so_list::lm_info a unique_ptr | Simon Marchi | 1 | -3/+4 |
2023-10-19 | gdb: use gdb::checked_static_cast when casting lm_info | Simon Marchi | 1 | -1/+1 |
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 | -20/+14 |
2023-10-10 | gdb: remove target_gdbarch | Simon Marchi | 1 | -12/+14 |
2023-09-28 | gdb: remove unused imports in solib*.[ch] | Simon Marchi | 1 | -3/+2 |
2023-06-05 | [gdb] Fix grammar in comments and docs | Tom de Vries | 1 | -1/+1 |
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 | -10/+7 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-09-20 | Constify some target_so_ops instances | Tom Tromey | 1 | -10/+13 |
2022-07-28 | Rewrite registry.h | Tom Tromey | 1 | -1/+1 |
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 |