summaryrefslogtreecommitdiff
path: root/gdb/solib-svr4.c
Commit message (Expand)AuthorAgeFilesLines
* Use function_view in gdb_bfd_lookup_symbolTom Tromey2023-03-281-11/+9
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-091-2/+2
* gdb/solib-svr4: don't disable probes interface if probe not foundSimon Marchi2023-02-021-5/+10
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: add some debug statements to solib-svr4.cSimon Marchi2022-12-021-1/+13
* gdb: relax requirement for the map_failed stap probe to be presentAndrew Burgess2022-11-281-7/+26
* gdb, solib-svr4: support namespaces in DSO iterationMarkus Metzger2022-10-181-2/+76
* gdb, gdbserver: extend RSP to support namespacesMarkus Metzger2022-10-181-3/+35
* gdb, gdbserver: support dlmopen()Markus Metzger2022-10-181-91/+294
* gdb, solib-svr4: remove locate_base()Markus Metzger2022-10-181-51/+11
* [gdb] Fix heap-buffer-overflow in find_program_interpreterTom de Vries2022-10-141-3/+5
* gdb: fix auxv cachingSimon Marchi2022-10-111-10/+5
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-2/+2
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-3/+3
* Constify some target_so_ops instancesTom Tromey2022-09-201-16/+18
* Move solib_ops into gdbarchTom Tromey2022-09-201-1/+1
* Use registry in gdbarchTom Tromey2022-08-041-20/+12
* Use gdb_bfd_ref_ptr in objfileTom Tromey2022-08-031-2/+2
* Rewrite registry.hTom Tromey2022-07-281-1/+1
* gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi2022-05-051-8/+7
* gdb: remove symbol value macrosSimon Marchi2022-04-111-5/+5
* Handle TLS variable lookups when using separate debug files.John Baldwin2022-04-041-5/+0
* Unify gdb printf functionsTom Tromey2022-03-291-8/+8
* Remove some uses of printf_unfilteredTom Tromey2022-03-291-8/+8
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/solib: Refactor scan_dyntagAaron Merey2021-08-181-109/+9
* gdb: remove iterate_over_breakpoints functionSimon Marchi2021-05-271-1/+2
* gdb: add breakpoint::locations methodSimon Marchi2021-05-271-3/+1
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-1/+2
* gdb: remove current_top_target functionSimon Marchi2021-03-241-15/+19
* gdb: make the target_sections table private within program_spaceAndrew Burgess2021-02-241-1/+1
* gdb: spread a little 'const' through the target_section_table codeAndrew Burgess2021-02-241-1/+2
* Change target_bfd_reopen to take a gdb_bfd_ref_ptrTom Tromey2021-02-221-3/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-31/+31
* Remove symfile_objfile macroTom Tromey2020-10-291-9/+12
* Remove the exec_bfd macroTom Tromey2020-10-291-28/+47
* Remove current_target_sections macroTom Tromey2020-10-291-1/+1
* Change target_section_table to std::vector aliasTom Tromey2020-10-121-1/+1
* Use a std::vector in target_section_tableTom Tromey2020-10-121-9/+9
* Remove target_has_execution macroTom Tromey2020-09-281-1/+1
* Change target_read_string APITom Tromey2020-06-151-14/+8
* Remove ALL_SO_LIBS and so_list_headTom Tromey2020-05-081-6/+2
* gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi2020-01-231-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Multi-target supportPedro Alves2020-01-101-1/+2
* Change section_offsets to a std::vectorTom Tromey2020-01-081-11/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Fix disabling of solib probes when LD_AUDITingGeorge Barrett2019-12-211-1/+21
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-1/+1