aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-svr4.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-02gdb: add some debug statements to solib-svr4.cSimon Marchi1-1/+13
2022-11-28gdb: relax requirement for the map_failed stap probe to be presentAndrew Burgess1-7/+26
2022-10-18gdb, solib-svr4: support namespaces in DSO iterationMarkus Metzger1-2/+76
2022-10-18gdb, gdbserver: extend RSP to support namespacesMarkus Metzger1-3/+35
2022-10-18gdb, gdbserver: support dlmopen()Markus Metzger1-91/+294
2022-10-18gdb, solib-svr4: remove locate_base()Markus Metzger1-51/+11
2022-10-14[gdb] Fix heap-buffer-overflow in find_program_interpreterTom de Vries1-3/+5
2022-10-11gdb: fix auxv cachingSimon Marchi1-10/+5
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-2/+2
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-3/+3
2022-09-20Constify some target_so_ops instancesTom Tromey1-16/+18
2022-09-20Move solib_ops into gdbarchTom Tromey1-1/+1
2022-08-04Use registry in gdbarchTom Tromey1-20/+12
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey1-2/+2
2022-07-28Rewrite registry.hTom Tromey1-1/+1
2022-05-05gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi1-8/+7
2022-04-11gdb: remove symbol value macrosSimon Marchi1-5/+5
2022-04-04Handle TLS variable lookups when using separate debug files.John Baldwin1-5/+0
2022-03-29Unify gdb printf functionsTom Tromey1-8/+8
2022-03-29Remove some uses of printf_unfilteredTom Tromey1-8/+8
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-08-18gdb/solib: Refactor scan_dyntagAaron Merey1-109/+9
2021-05-27gdb: remove iterate_over_breakpoints functionSimon Marchi1-1/+2
2021-05-27gdb: add breakpoint::locations methodSimon Marchi1-3/+1
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi1-1/+2
2021-03-24gdb: remove current_top_target functionSimon Marchi1-15/+19
2021-02-24gdb: make the target_sections table private within program_spaceAndrew Burgess1-1/+1
2021-02-24gdb: spread a little 'const' through the target_section_table codeAndrew Burgess1-1/+2
2021-02-22Change target_bfd_reopen to take a gdb_bfd_ref_ptrTom Tromey1-3/+2
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-31/+31
2020-10-29Remove symfile_objfile macroTom Tromey1-9/+12
2020-10-29Remove the exec_bfd macroTom Tromey1-28/+47
2020-10-29Remove current_target_sections macroTom Tromey1-1/+1
2020-10-12Change target_section_table to std::vector aliasTom Tromey1-1/+1
2020-10-12Use a std::vector in target_section_tableTom Tromey1-9/+9
2020-09-28Remove target_has_execution macroTom Tromey1-1/+1
2020-06-15Change target_read_string APITom Tromey1-14/+8
2020-05-08Remove ALL_SO_LIBS and so_list_headTom Tromey1-6/+2
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-1/+2
2020-01-08Change section_offsets to a std::vectorTom Tromey1-11/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-21Fix disabling of solib probes when LD_AUDITingGeorge Barrett1-1/+21
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-2/+2
2019-10-15Change iterate_over_breakpoints to take a function_viewChristian Biesinger1-5/+5
2019-09-21gdb: fix formatting in solib-svr4.cSimon Marchi1-2/+2