summaryrefslogtreecommitdiff
path: root/gdb/solib.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: pass execing and following inferior to inferior_execd observersSimon Marchi2023-04-171-1/+2
* Rename "raw" to "unrelocated"Tom Tromey2023-03-281-1/+1
* Use unrelocated_addr in minimal symbolsTom Tromey2023-03-281-1/+1
* Use function_view in gdb_bfd_lookup_symbolTom Tromey2023-03-281-18/+13
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-1/+1
* Catch gdb_exception_error instead of gdb_exception (in many places)Kevin Buettner2023-02-271-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: merge solib-frv aix-solib debug options into "set/show debug solib"Simon Marchi2022-12-021-6/+10
* Move solib_ops into gdbarchTom Tromey2022-09-201-36/+12
* Remove current_target_so_opsTom Tromey2022-09-201-6/+3
* Fix regression from gdbarch registry changeTom Tromey2022-08-081-1/+7
* Use registry in gdbarchTom Tromey2022-08-041-21/+5
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-1/+3
* Rewrite registry.hTom Tromey2022-07-281-1/+2
* Constify solib_name_from_addressTom Tromey2022-06-071-1/+1
* gdb: remove symbol value macrosSimon Marchi2022-04-111-2/+2
* Unify gdb printf functionsTom Tromey2022-03-291-12/+12
* Remove some uses of printf_unfilteredTom Tromey2022-03-291-7/+7
* PR gdb/27570: missing support for debuginfod in core_target::build_file_mappingsAaron Merey2022-03-211-0/+32
* gdb: Add soname to build-id mapping for core filesAaron Merey2022-03-211-0/+87
* Avoid crash with cross-linux core fileTom Tromey2022-03-111-4/+4
* Move gdb_regex to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-10/+10
* gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi2021-09-301-3/+4
* gdb/solib: Refactor scan_dyntagAaron Merey2021-08-181-0/+104
* libthread_db initialization changes related to upcoming glibc-2.34Kevin Buettner2021-06-111-2/+7
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-7/+8
* gdb: make add_info_alias accept target as a cmd_list_elementSimon Marchi2021-05-271-3/+4
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-2/+3
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: add inferior_execd observableSimon Marchi2020-12-041-0/+4
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-25/+25
* Change add_target_sections to method on program_spaceTom Tromey2020-10-291-1/+1
* Change remove_target_sections to method on program_spaceTom Tromey2020-10-291-3/+3
* Change clear_program_space_solib_cache to method on program_spaceTom Tromey2020-10-291-1/+1
* Remove symfile_objfile macroTom Tromey2020-10-291-1/+2
* [gdb] Fix segfault in solib_contains_address_pTom de Vries2020-10-141-0/+3
* Change target_section_table to std::vector aliasTom Tromey2020-10-121-2/+2
* build_section_table cannot failTom Tromey2020-10-121-5/+1
* Use a std::vector in target_section_tableTom Tromey2020-10-121-19/+14
* Remove target_has_execution macroTom Tromey2020-09-281-2/+2
* Remove ALL_SO_LIBS and so_list_headTom Tromey2020-05-081-32/+18
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Make the objfile destructor privateTom Tromey2019-12-121-2/+2
* Replace int with bool in solib.cChristian Biesinger2019-11-251-45/+39
* Remove some includes of readline.hTom Tromey2019-11-061-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Remove the ui_out_style_kind enumTom Tromey2019-10-011-1/+2