aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-dsbt.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-06gdb: remove core_bfd macroSimon Marchi1-1/+2
2024-02-05gdb: rename target_so_ops to solib_opsSimon Marchi1-1/+1
2024-02-05gdb: rename struct shobj -> struct solibSimon Marchi1-6/+6
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-1/+1
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six1-1/+1
2023-10-19gdb: rename struct so_list to shobjSimon Marchi1-6/+6
2023-10-19gdb: link so_list using intrusive_listSimon Marchi1-8/+4
2023-10-19gdb: make so_list::{so_original_name,so_name} std::stringsSimon Marchi1-3/+2
2023-10-19gdb: make so_list::lm_info a unique_ptrSimon Marchi1-3/+4
2023-10-19gdb: use gdb::checked_static_cast when casting lm_infoSimon Marchi1-1/+1
2023-10-19gdb: remove target_so_ops::free_soSimon Marchi1-10/+1
2023-10-19gdb: rename lm_info_base to lm_infoSimon Marchi1-1/+1
2023-10-19gdb: allocate so_list with new, deallocate with deleteSimon Marchi1-2/+1
2023-10-19gdb: replace some so_list parameters to use referencesSimon Marchi1-5/+4
2023-10-19gdb: add program_space parameter to target_so_ops::clear_solibSimon Marchi1-20/+14
2023-10-10gdb: remove target_gdbarchSimon Marchi1-12/+14
2023-09-28gdb: remove unused imports in solib*.[ch]Simon Marchi1-3/+2
2023-06-05[gdb] Fix grammar in comments and docsTom de Vries1-1/+1
2023-05-07Remove ALL_OBJFILE_OSECTIONSTom Tromey1-2/+1
2023-05-07Rename objfile::sectionsTom Tromey1-1/+1
2023-03-28Use function_view in gdb_bfd_lookup_symbolTom Tromey1-10/+7
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-20Constify some target_so_ops instancesTom Tromey1-10/+13
2022-07-28Rewrite registry.hTom Tromey1-1/+1
2022-06-02ODR warning for struct ext_link_mapTom Tromey1-2/+2
2022-04-11gdb: remove symbol value macrosSimon Marchi1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-40/+40
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-08-18gdb/solib: Refactor scan_dyntagAaron Merey1-101/+3
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi1-1/+1
2021-03-24gdb: remove current_top_target functionSimon Marchi1-2/+4
2021-02-24gdb: make the target_sections table private within program_spaceAndrew Burgess1-1/+1
2021-02-24gdb: spread a little 'const' through the target_section_table codeAndrew Burgess1-1/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-29Remove symfile_objfile macroTom Tromey1-8/+9
2020-10-29Remove the exec_bfd macroTom Tromey1-5/+6
2020-10-29Remove current_target_sections macroTom Tromey1-1/+1
2020-10-12Change target_section_table to std::vector aliasTom Tromey1-1/+1
2020-10-12Use a std::vector in target_section_tableTom Tromey1-9/+9
2020-09-28Remove target_has_execution macroTom Tromey1-1/+1
2020-06-15Change target_read_string APITom Tromey1-7/+4
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-08Change section_offsets to a std::vectorTom Tromey1-6/+5
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-12/+8
2019-07-10Change solib-dsbt.c to use type-safe registryTom Tromey1-28/+12
2019-04-08Rename gdb exception typesTom Tromey1-1/+1