aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-08Remove ALL_SO_LIBS and so_list_headTom Tromey1-32/+18
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-12Make the objfile destructor privateTom Tromey1-2/+2
2019-11-25Replace int with bool in solib.cChristian Biesinger1-45/+39
2019-11-06Remove some includes of readline.hTom Tromey1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-1/+2
2019-09-20Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_orderChristian Biesinger1-15/+0
2019-09-20bfd macro conversion to inline functionsAlan Modra1-3/+3
2019-09-06bfd_get_filenameAlan Modra1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-05-14Add file name styling to "info sharedlibrary"Tom Tromey1-1/+1
2019-04-08Rename gdb exception typesTom Tromey1-4/+4
2019-04-08Rewrite TRY/CATCHTom Tromey1-12/+8
2019-03-24Remove null_block_symbolTom Tromey1-1/+1
2019-03-15Change minimal_symbol inheritanceTom Tromey1-2/+1
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-17Replace "the the" with "the"Tom Tromey1-1/+1
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-4/+8
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-03Remove ptid_equalTom Tromey1-1/+1
2018-05-29Change program_space::added_solibs to a std::vectorTom Tromey1-1/+1
2018-05-25Remove interp_ui_outTom Tromey1-1/+1
2018-03-19Convert observers to C++Tom Tromey1-5/+5
2018-03-18Remove some cleanups from solib.cTom Tromey1-6/+4
2018-03-16Remove make_cleanup_free_section_addr_infoTom Tromey1-7/+5
2018-03-02Make program_space::deleted_solibs a vector of std::stringSimon Marchi1-2/+1
2018-02-14Constify target_so_ops::bfd_openTom Tromey1-1/+1
2018-02-14Change openp et al to use a unique_xmalloc_ptrTom Tromey1-32/+24
2018-02-14Move some declarations to source.hTom Tromey1-0/+1
2018-02-14Return unique_xmalloc_ptr from some solib.c functionsTom Tromey1-29/+23
2018-02-08Remove cleanups from solib.cTom Tromey1-8/+6
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-2/+2
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-11-07Constify add_comTom Tromey1-2/+2
2017-10-13Change objfile to use new/deleteTom Tromey1-2/+2
2017-10-10Eliminate catch_errorsPedro Alves1-3/+13
2017-09-20Remove make_cleanup_restore_target_terminalTom Tromey1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-05Use gdb::unique_xmalloc_ptr when calling tilde_expandTom Tromey1-17/+7
2017-08-03Introduce and use ui_out_emit_tableTom Tromey1-48/+45
2017-06-20C++ify gdb/common/environ.cSergio Durigan Junior1-4/+3
2017-04-22Use ui_out_emit_tupleTom Tromey1-5/+1
2017-03-20Add -file-list-shared-libraries MI commandMarc-Andre Laperle1-19/+2
2017-03-20Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle1-18/+10
2017-01-10Use class to manage BFD reference countsTom Tromey1-27/+21
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1