aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-30gdb: add interp::on_solib_unloaded methodSimon Marchi1-2/+11
2023-05-30gdb: add interp::on_solib_loaded methodSimon Marchi1-1/+10
2023-04-17gdb: pass execing and following inferior to inferior_execd observersSimon Marchi1-1/+2
2023-03-28Rename "raw" to "unrelocated"Tom Tromey1-1/+1
2023-03-28Use unrelocated_addr in minimal symbolsTom Tromey1-1/+1
2023-03-28Use function_view in gdb_bfd_lookup_symbolTom Tromey1-18/+13
2023-03-09gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi1-1/+1
2023-02-27Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner1-1/+1
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-6/+10
2022-09-20Move solib_ops into gdbarchTom Tromey1-36/+12
2022-09-20Remove current_target_so_opsTom Tromey1-6/+3
2022-08-08Fix regression from gdbarch registry changeTom Tromey1-1/+7
2022-08-04Use registry in gdbarchTom Tromey1-21/+5
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-1/+3
2022-07-28Rewrite registry.hTom Tromey1-1/+2
2022-06-07Constify solib_name_from_addressTom Tromey1-1/+1
2022-04-11gdb: remove symbol value macrosSimon Marchi1-2/+2
2022-03-29Unify gdb printf functionsTom Tromey1-12/+12
2022-03-29Remove some uses of printf_unfilteredTom Tromey1-7/+7
2022-03-21PR gdb/27570: missing support for debuginfod in core_target::build_file_mappingsAaron Merey1-0/+32
2022-03-21gdb: Add soname to build-id mapping for core filesAaron Merey1-0/+87
2022-03-11Avoid crash with cross-linux core fileTom Tromey1-4/+4
2022-01-18Move gdb_regex to gdbsupportTom Tromey1-1/+1
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