aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib-svr4.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-07Make target_read_alloc & al return vectorsSimon Marchi1-3/+3
2018-03-30Remove some cleanups from solib-svr4.cTom Tromey1-46/+16
2018-03-30Change target_read_string to use unique_xmalloc_ptrTom Tromey1-6/+4
2018-03-19Convert observers to C++Tom Tromey1-1/+1
2018-01-07Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi1-8/+10
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-22Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior1-18/+18
2017-10-27Get rid of VEC(probe_p)Simon Marchi1-20/+9
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey1-12/+4
2017-10-10Eliminate catch_errorsPedro Alves1-8/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-03Remove make_cleanup_free_soTom Tromey1-18/+6
2017-04-28Class-ify lm_info_svr4Simon Marchi1-6/+8
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi1-58/+53
2017-03-20Remove unused parameter in solib_add and update_solib_listMarc-Andre Laperle1-3/+3
2017-01-10Use class to manage BFD reference countsTom Tromey1-16/+15
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-26PR 20569, segv in follow_execSandra Loosemore1-1/+5
2016-10-21Delete target_so_ops->special_symbol_handling hookPhilipp Rudo1-9/+0