aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-dsbt.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-17Replace "the the" with "the"Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-18Use unique_xmalloc_ptr in two solib functionsTom Tromey1-8/+3
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-2/+2
2018-05-03Convert struct target_ops to C++Pedro Alves1-2/+2
2018-04-07Make target_read_alloc & al return vectorsSimon Marchi1-10/+9
2018-03-30Change target_read_string to use unique_xmalloc_ptrTom Tromey1-4/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-10Eliminate catch_errorsPedro Alves1-8/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-04-28Class-ify lm_info_dsbtSimon Marchi1-12/+13
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi1-10/+12
2017-01-10Use class to manage BFD reference countsTom Tromey1-12/+11
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-21Delete target_so_ops->special_symbol_handling hookPhilipp Rudo1-10/+0
2016-05-07remove trivialy unused variablesTrevor Saunders1-2/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-13Constify arguments of gdb_bfd_lookup_symbol and related functionsSimon Marchi1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+2
2015-09-25Add casts to memory allocation related callsSimon Marchi1-7/+7
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-3/+3
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil1-1/+0
2015-07-15Validate symbol file using build-idJan Kratochvil1-0/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-2/+6