summaryrefslogtreecommitdiff
path: root/gdb/solib-svr4.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2
* Change iterate_over_breakpoints to take a function_viewChristian Biesinger2019-10-151-5/+5
* gdb: fix formatting in solib-svr4.cSimon Marchi2019-09-211-2/+2
* Replace solib_global_lookup with gdbarch_iterate_over_objfiles_in_search_orderChristian Biesinger2019-09-201-19/+37
* bfd_section_* macrosAlan Modra2019-09-191-32/+27
* Check arguments for all probes before using themAlan Hayward2019-09-021-4/+14
* Use gdbarch for probe::get_argument_countAlan Hayward2019-09-021-1/+1
* Refactor svr4_create_solib_event_breakpointsAlan Hayward2019-09-021-67/+60
* Allow passing a block to lookup_global_symbol_from_objfileChristian Biesinger2019-07-241-1/+2
* Remove newlines from warningsTom Tromey2019-06-101-1/+1
* Convert solib-svr4.c to type-safe registry APITom Tromey2019-05-081-44/+32
* solib-svr4: Pass down svr4_info as much as possibleSimon Marchi2019-04-221-43/+41
* Fix "nosharedlibrary + continue + shared lib event" crashPedro Alves2019-04-221-3/+43
* Rename gdb exception typesTom Tromey2019-04-081-6/+6
* Rewrite TRY/CATCHTom Tromey2019-04-081-18/+12
* Remove null_block_symbolTom Tromey2019-03-241-1/+1
* Handle an edge case for minisym TLS variable lookups.John Baldwin2019-03-121-0/+5
* Remove last cleanups from solib-svr4.cTom Tromey2019-03-061-7/+10
* Remove cleanup from solib-svr4.cTom Tromey2019-03-061-30/+10
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Handle 64-bit Solaris/x86 ld.so.1Rainer Orth2018-09-191-1/+5
* Make read_program_headers_from_bfd return a gdb::byte_vectorSimon Marchi2018-08-221-37/+21
* Make read_program_header return a gdb::byte_vectorSimon Marchi2018-08-221-71/+60
* Fix formatting in solib-svr4.cSimon Marchi2018-08-191-4/+4
* Fix debugging of stripped PIE executables with padded PT_TLSMichael Spang2018-08-191-2/+6
* Remove resume_section_map_updates_cleanupTom Tromey2018-06-181-58/+59
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-11/+12
* Convert struct target_ops to C++Pedro Alves2018-05-031-9/+9
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-3/+3
* Remove some cleanups from solib-svr4.cTom Tromey2018-03-301-46/+16
* Change target_read_string to use unique_xmalloc_ptrTom Tromey2018-03-301-6/+4
* Convert observers to C++Tom Tromey2018-03-191-1/+1
* Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi2018-01-071-8/+10
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Convert generic probe interface to C++ (and perform some cleanups)Sergio Durigan Junior2017-11-221-18/+18
* Get rid of VEC(probe_p)Simon Marchi2017-10-271-20/+9
* Return unique_xmalloc_ptr from target_read_strallocTom Tromey2017-10-161-12/+4
* Eliminate catch_errorsPedro Alves2017-10-101-8/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Remove make_cleanup_free_soTom Tromey2017-08-031-18/+6
* Class-ify lm_info_svr4Simon Marchi2017-04-281-6/+8
* Make various lm_info implementations inherit from a base classSimon Marchi2017-04-281-58/+53