aboutsummaryrefslogtreecommitdiff
path: root/gdb/solist.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-05gdb: rename target_so_ops to solib_opsSimon Marchi1-1/+1
2024-02-05gdb: rename struct shobj -> struct solibSimon Marchi1-7/+7
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-10-19gdb: rename struct so_list to shobjSimon Marchi1-7/+7
2023-10-19gdb: remove free_so functionSimon Marchi1-13/+1
2023-10-19gdb: link so_list using intrusive_listSimon Marchi1-6/+2
2023-10-19gdb: make so_list::{so_original_name,so_name} std::stringsSimon Marchi1-2/+2
2023-10-19gdb: make so_list::abfd a gdb_bfd_ref_ptrSimon Marchi1-1/+1
2023-10-19gdb: make so_list::sections not a pointerSimon Marchi1-1/+1
2023-10-19gdb: remove target_section_table typedefSimon Marchi1-1/+1
2023-10-19gdb: make clear_so a method of struct so_listSimon Marchi1-0/+10
2023-10-19gdb: make so_list::lm_info a unique_ptrSimon Marchi1-1/+3
2023-10-19gdb: remove target_so_ops::free_soSimon Marchi1-5/+4
2023-10-19gdb: rename lm_info_base to lm_infoSimon Marchi1-2/+2
2023-10-19gdb: allocate so_list with new, deallocate with deleteSimon Marchi1-9/+9
2023-10-19gdb: replace some so_list parameters to use referencesSimon Marchi1-7/+6
2023-10-19gdb: add program_space parameter to target_so_ops::clear_solibSimon Marchi1-3/+4
2023-10-02gdb: remove solib::pspace fieldSimon Marchi1-3/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-09-20Remove current_target_so_opsTom Tromey1-3/+0
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-07-06gdb: introduce iterator_range, remove next_adapterSimon Marchi1-0/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-12Use a std::vector in target_section_tableTom Tromey1-2/+2
2020-05-08Remove ALL_SO_LIBS and so_list_headTom Tromey1-8/+0
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-20Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_orderChristian Biesinger1-11/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-26Fix indentation in solist.hSimon Marchi1-135/+135
2018-02-14Constify target_so_ops::bfd_openTom Tromey1-2/+2
2018-02-14Change openp et al to use a unique_xmalloc_ptrTom Tromey1-1/+2
2018-02-14Return unique_xmalloc_ptr from some solib.c functionsTom Tromey1-3/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-10Eliminate catch_errorsPedro Alves1-5/+2
2017-08-03Remove make_cleanup_free_soTom Tromey1-0/+12
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi1-4/+6
2017-03-20Add -file-list-shared-libraries MI commandMarc-Andre Laperle1-1/+9
2017-01-10Use class to manage BFD reference countsTom Tromey1-3/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-20gdb: Constify solib_findPedro Alves1-3/+3
2016-10-21Delete target_so_ops->special_symbol_handling hookPhilipp Rudo1-6/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-6/+7
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil1-18/+0
2015-07-15Validate symbol file using build-idJan Kratochvil1-0/+18
2015-04-17Introduce exec_file_findGary Benson1-0/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-05Remove const from many struct objfile *Jan Kratochvil1-2/+2
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-07-16 * solist.h (target_so_ops.find_and_open_solib): Clarify usage ofDoug Evans1-2/+4