aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-04gdb: add inferior_execd observableSimon Marchi1-0/+4
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-25/+25
2020-10-29Change add_target_sections to method on program_spaceTom Tromey1-1/+1
2020-10-29Change remove_target_sections to method on program_spaceTom Tromey1-3/+3
2020-10-29Change clear_program_space_solib_cache to method on program_spaceTom Tromey1-1/+1
2020-10-29Remove symfile_objfile macroTom Tromey1-1/+2
2020-10-14[gdb] Fix segfault in solib_contains_address_pTom de Vries1-0/+3
2020-10-12Change target_section_table to std::vector aliasTom Tromey1-2/+2
2020-10-12build_section_table cannot failTom Tromey1-5/+1
2020-10-12Use a std::vector in target_section_tableTom Tromey1-19/+14
2020-09-28Remove target_has_execution macroTom Tromey1-2/+2
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