summaryrefslogtreecommitdiff
path: root/gdb/solib-svr4.c
AgeCommit message (Expand)Author
2022-08-04Use registry in gdbarchTom Tromey
2022-08-03Use gdb_bfd_ref_ptr in objfileTom Tromey
2022-07-28Rewrite registry.hTom Tromey
2022-05-05gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi
2022-04-11gdb: remove symbol value macrosSimon Marchi
2022-04-04Handle TLS variable lookups when using separate debug files.John Baldwin
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-29Remove some uses of printf_unfilteredTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-08-18gdb/solib: Refactor scan_dyntagAaron Merey
2021-05-27gdb: remove iterate_over_breakpoints functionSimon Marchi
2021-05-27gdb: add breakpoint::locations methodSimon Marchi
2021-04-24gdbsupport, gdb: give names to observersSimon Marchi
2021-03-24gdb: remove current_top_target functionSimon Marchi
2021-02-24gdb: make the target_sections table private within program_spaceAndrew Burgess
2021-02-24gdb: spread a little 'const' through the target_section_table codeAndrew Burgess
2021-02-22Change target_bfd_reopen to take a gdb_bfd_ref_ptrTom Tromey
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-29Remove symfile_objfile macroTom Tromey
2020-10-29Remove the exec_bfd macroTom Tromey
2020-10-29Remove current_target_sections macroTom Tromey
2020-10-12Change target_section_table to std::vector aliasTom Tromey
2020-10-12Use a std::vector in target_section_tableTom Tromey
2020-09-28Remove target_has_execution macroTom Tromey
2020-06-15Change target_read_string APITom Tromey
2020-05-08Remove ALL_SO_LIBS and so_list_headTom Tromey
2020-01-23gdb: introduce objfile text_section_offset and data_section_offset methodsSimon Marchi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-10Multi-target supportPedro Alves
2020-01-08Change section_offsets to a std::vectorTom Tromey
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-21Fix disabling of solib probes when LD_AUDITingGeorge Barrett
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot
2019-10-18[gdb] Fix more typos in commentsTom de Vries
2019-10-15Change iterate_over_breakpoints to take a function_viewChristian Biesinger
2019-09-21gdb: fix formatting in solib-svr4.cSimon Marchi
2019-09-20Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_orderChristian Biesinger
2019-09-19bfd_section_* macrosAlan Modra
2019-09-02Check arguments for all probes before using themAlan Hayward
2019-09-02Use gdbarch for probe::get_argument_countAlan Hayward
2019-09-02Refactor svr4_create_solib_event_breakpointsAlan Hayward
2019-07-24Allow passing a block to lookup_global_symbol_from_objfileChristian Biesinger
2019-06-10Remove newlines from warningsTom Tromey
2019-05-08Convert solib-svr4.c to type-safe registry APITom Tromey
2019-04-22solib-svr4: Pass down svr4_info as much as possibleSimon Marchi
2019-04-22Fix "nosharedlibrary + continue + shared lib event" crashPedro Alves
2019-04-08Rename gdb exception typesTom Tromey
2019-04-08Rewrite TRY/CATCHTom Tromey
2019-03-24Remove null_block_symbolTom Tromey