summaryrefslogtreecommitdiff
path: root/gdb/solib-dsbt.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six
2023-10-19gdb: rename struct so_list to shobjSimon Marchi
2023-10-19gdb: link so_list using intrusive_listSimon Marchi
2023-10-19gdb: make so_list::{so_original_name,so_name} std::stringsSimon Marchi
2023-10-19gdb: make so_list::lm_info a unique_ptrSimon Marchi
2023-10-19gdb: use gdb::checked_static_cast when casting lm_infoSimon Marchi
2023-10-19gdb: remove target_so_ops::free_soSimon Marchi
2023-10-19gdb: rename lm_info_base to lm_infoSimon Marchi
2023-10-19gdb: allocate so_list with new, deallocate with deleteSimon Marchi
2023-10-19gdb: replace some so_list parameters to use referencesSimon Marchi
2023-10-19gdb: add program_space parameter to target_so_ops::clear_solibSimon Marchi
2023-10-10gdb: remove target_gdbarchSimon Marchi
2023-09-28gdb: remove unused imports in solib*.[ch]Simon Marchi
2023-06-05[gdb] Fix grammar in comments and docsTom de Vries
2023-05-07Remove ALL_OBJFILE_OSECTIONSTom Tromey
2023-05-07Rename objfile::sectionsTom Tromey
2023-03-28Use function_view in gdb_bfd_lookup_symbolTom Tromey
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-09-20Constify some target_so_ops instancesTom Tromey
2022-07-28Rewrite registry.hTom Tromey
2022-06-02ODR warning for struct ext_link_mapTom Tromey
2022-04-11gdb: remove symbol value macrosSimon Marchi
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-08-18gdb/solib: Refactor scan_dyntagAaron Merey
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi
2021-03-24gdb: remove current_top_target functionSimon Marchi
2021-02-24gdb: make the target_sections table private within program_spaceAndrew Burgess
2021-02-24gdb: spread a little 'const' through the target_section_table codeAndrew Burgess
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-10-29Remove symfile_objfile macroTom Tromey
2020-10-29Remove the exec_bfd macroTom Tromey
2020-10-29Remove current_target_sections macroTom Tromey
2020-10-12Change target_section_table to std::vector aliasTom Tromey
2020-10-12Use a std::vector in target_section_tableTom Tromey
2020-09-28Remove target_has_execution macroTom Tromey
2020-06-15Change target_read_string APITom Tromey
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-08Change section_offsets to a std::vectorTom Tromey
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-09-19bfd_section_* macrosAlan Modra
2019-07-10Change solib-dsbt.c to use type-safe registryTom Tromey
2019-04-08Rename gdb exception typesTom Tromey
2019-04-08Rewrite TRY/CATCHTom Tromey
2019-01-17Replace "the the" with "the"Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-06-18Use unique_xmalloc_ptr in two solib functionsTom Tromey
2018-06-07target_stack -> current_top_target() throughoutPedro Alves