summaryrefslogtreecommitdiff
path: root/gdb/solib-frv.c
AgeCommit message (Expand)Author
2022-08-03Use gdb_bfd_ref_ptr in objfileTom 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-06-28gdb: convert obj_section macros to methodsSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-29Remove symfile_objfile macroTom Tromey
2020-10-29Remove the exec_bfd macroTom Tromey
2020-06-15Change target_read_string APITom Tromey
2020-05-08Remove ALL_SO_LIBS and so_list_headTom 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-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger
2019-09-19bfd_section_* macrosAlan Modra
2019-04-08Rename gdb exception typesTom Tromey
2019-04-08Rewrite TRY/CATCHTom 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-03-30Change target_read_string to use unique_xmalloc_ptrTom Tromey
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-10Eliminate catch_errorsPedro Alves
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-04-28Class-ify lm_info_frvSimon Marchi
2017-04-28Fix indentation of lm_info_frvSimon Marchi
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi
2017-03-20Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-21Delete target_so_ops->special_symbol_handling hookPhilipp Rudo
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-10-13Constify arguments of gdb_bfd_lookup_symbol and related functionsSimon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil
2015-07-15Validate symbol file using build-idJan Kratochvil
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-02-26start change to progspace independenceTom Tromey
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey
2014-02-26change minsym representationTom Tromey
2014-01-15change solib-frv to use entry_point_address_queryTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-06-24 * objfiles.h (pc_in_section): New prototype.Maciej W. Rozycki
2013-05-06Reimplement shared library support on ppc-aix...Joel Brobecker