aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-svr4.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-09-20Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_orderChristian Biesinger1-19/+37
2019-09-19bfd_section_* macrosAlan Modra1-32/+27
2019-09-02Check arguments for all probes before using themAlan Hayward1-4/+14
2019-09-02Use gdbarch for probe::get_argument_countAlan Hayward1-1/+1
2019-09-02Refactor svr4_create_solib_event_breakpointsAlan Hayward1-67/+60
2019-07-24Allow passing a block to lookup_global_symbol_from_objfileChristian Biesinger1-1/+2
2019-06-10Remove newlines from warningsTom Tromey1-1/+1
2019-05-08Convert solib-svr4.c to type-safe registry APITom Tromey1-44/+32
2019-04-22solib-svr4: Pass down svr4_info as much as possibleSimon Marchi1-43/+41
2019-04-22Fix "nosharedlibrary + continue + shared lib event" crashPedro Alves1-3/+43
2019-04-08Rename gdb exception typesTom Tromey1-6/+6
2019-04-08Rewrite TRY/CATCHTom Tromey1-18/+12
2019-03-24Remove null_block_symbolTom Tromey1-1/+1
2019-03-12Handle an edge case for minisym TLS variable lookups.John Baldwin1-0/+5
2019-03-06Remove last cleanups from solib-svr4.cTom Tromey1-7/+10
2019-03-06Remove cleanup from solib-svr4.cTom Tromey1-30/+10
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-09-19Handle 64-bit Solaris/x86 ld.so.1Rainer Orth1-1/+5
2018-08-22Make read_program_headers_from_bfd return a gdb::byte_vectorSimon Marchi1-37/+21
2018-08-22Make read_program_header return a gdb::byte_vectorSimon Marchi1-71/+60
2018-08-19Fix formatting in solib-svr4.cSimon Marchi1-4/+4
2018-08-19Fix debugging of stripped PIE executables with padded PT_TLSMichael Spang1-2/+6
2018-06-18Remove resume_section_map_updates_cleanupTom Tromey1-58/+59
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-11/+12
2018-05-03Convert struct target_ops to C++Pedro Alves1-9/+9