aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-10/+10
2021-09-30gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi1-3/+4
2021-08-18gdb/solib: Refactor scan_dyntagAaron Merey1-0/+104
2021-06-11libthread_db initialization changes related to upcoming glibc-2.34Kevin Buettner1-2/+7
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi1-7/+8
2021-05-27gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi1-3/+4
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-2/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
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