summaryrefslogtreecommitdiff
path: root/gdb/solib-svr4.c
Commit message (Expand)AuthorAgeFilesLines
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb/solib: Refactor scan_dyntagAaron Merey2021-08-181-109/+9
* gdb: remove iterate_over_breakpoints functionSimon Marchi2021-05-271-1/+2
* gdb: add breakpoint::locations methodSimon Marchi2021-05-271-3/+1
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-1/+2
* gdb: remove current_top_target functionSimon Marchi2021-03-241-15/+19
* gdb: make the target_sections table private within program_spaceAndrew Burgess2021-02-241-1/+1
* gdb: spread a little 'const' through the target_section_table codeAndrew Burgess2021-02-241-1/+2
* Change target_bfd_reopen to take a gdb_bfd_ref_ptrTom Tromey2021-02-221-3/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-31/+31
* Remove symfile_objfile macroTom Tromey2020-10-291-9/+12
* Remove the exec_bfd macroTom Tromey2020-10-291-28/+47
* Remove current_target_sections macroTom Tromey2020-10-291-1/+1
* Change target_section_table to std::vector aliasTom Tromey2020-10-121-1/+1
* Use a std::vector in target_section_tableTom Tromey2020-10-121-9/+9
* Remove target_has_execution macroTom Tromey2020-09-281-1/+1
* Change target_read_string APITom Tromey2020-06-151-14/+8
* 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