aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-frv.c
AgeCommit message (Expand)AuthorFilesLines
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-7/+7
2023-10-19gdb: link so_list using intrusive_listSimon Marchi1-17/+13
2023-10-19gdb: make so_list::{so_original_name,so_name} std::stringsSimon Marchi1-4/+2
2023-10-19gdb: make so_list::abfd a gdb_bfd_ref_ptrSimon Marchi1-1/+1
2023-10-19gdb: make so_list::lm_info a unique_ptrSimon Marchi1-6/+7
2023-10-19gdb: use gdb::checked_static_cast when casting lm_infoSimon Marchi1-4/+4
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-1/+1
2023-10-10gdb: remove target_gdbarchSimon Marchi1-9/+10
2023-09-28gdb: remove unused imports in solib*.[ch]Simon Marchi1-4/+0
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-9/+6
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-02gdb: merge solib-frv aix-solib debug options into "set/show debug solib"Simon Marchi1-72/+23
2022-09-20Constify some target_so_ops instancesTom Tromey1-10/+12
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-1/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-39/+39
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-06-28gdb: convert obj_section macros to methodsSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-45/+45
2020-10-29Remove symfile_objfile macroTom Tromey1-13/+15
2020-10-29Remove the exec_bfd macroTom Tromey1-4/+6
2020-06-15Change target_read_string APITom Tromey1-7/+4
2020-05-08Remove ALL_SO_LIBS and so_list_headTom Tromey1-15/+3
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-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-1/+1
2019-09-19bfd_section_* macrosAlan Modra1-9/+5
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
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-03-30Change target_read_string to use unique_xmalloc_ptrTom Tromey1-4/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-10Eliminate catch_errorsPedro Alves1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-04-28Class-ify lm_info_frvSimon Marchi1-23/+19
2017-04-28Fix indentation of lm_info_frvSimon Marchi1-23/+24
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi1-22/+27
2017-03-20Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle1-1/+1
2017-01-10Use class to manage BFD reference countsTom Tromey1-17/+11
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1