summaryrefslogtreecommitdiff
path: root/gdb/solib-dsbt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove ALL_OBJFILE_OSECTIONSTom Tromey2023-05-071-2/+1
* Rename objfile::sectionsTom Tromey2023-05-071-1/+1
* Use function_view in gdb_bfd_lookup_symbolTom Tromey2023-03-281-10/+7
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Constify some target_so_ops instancesTom Tromey2022-09-201-10/+13
* Rewrite registry.hTom Tromey2022-07-281-1/+1
* ODR warning for struct ext_link_mapTom Tromey2022-06-021-2/+2
* gdb: remove symbol value macrosSimon Marchi2022-04-111-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-40/+40
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/solib: Refactor scan_dyntagAaron Merey2021-08-181-101/+3
* gdb: convert obj_section macros to methodsSimon Marchi2021-06-281-1/+1
* gdb: remove current_top_target functionSimon Marchi2021-03-241-2/+4
* gdb: make the target_sections table private within program_spaceAndrew Burgess2021-02-241-1/+1
* gdb: spread a little 'const' through the target_section_table codeAndrew Burgess2021-02-241-1/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove symfile_objfile macroTom Tromey2020-10-291-8/+9
* Remove the exec_bfd macroTom Tromey2020-10-291-5/+6
* Remove current_target_sections macroTom Tromey2020-10-291-1/+1
* Change target_section_table to std::vector aliasTom Tromey2020-10-121-1/+1
* Use a std::vector in target_section_tableTom Tromey2020-10-121-9/+9
* Remove target_has_execution macroTom Tromey2020-09-281-1/+1
* Change target_read_string APITom Tromey2020-06-151-7/+4
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-6/+5
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-12/+8
* Change solib-dsbt.c to use type-safe registryTom Tromey2019-07-101-28/+12
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Replace "the the" with "the"Tom Tromey2019-01-171-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Use unique_xmalloc_ptr in two solib functionsTom Tromey2018-06-181-8/+3
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-2/+2
* Convert struct target_ops to C++Pedro Alves2018-05-031-2/+2
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-10/+9
* Change target_read_string to use unique_xmalloc_ptrTom Tromey2018-03-301-4/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Eliminate catch_errorsPedro Alves2017-10-101-8/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Class-ify lm_info_dsbtSimon Marchi2017-04-281-12/+13
* Make various lm_info implementations inherit from a base classSimon Marchi2017-04-281-10/+12
* Use class to manage BFD reference countsTom Tromey2017-01-101-12/+11
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Delete target_so_ops->special_symbol_handling hookPhilipp Rudo2016-10-211-10/+0
* remove trivialy unused variablesTrevor Saunders2016-05-071-2/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Constify arguments of gdb_bfd_lookup_symbol and related functionsSimon Marchi2015-10-131-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-1/+2
* Add casts to memory allocation related callsSimon Marchi2015-09-251-7/+7