]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/solib-svr4.c
gdb: move store/extract integer functions to extract-store-integer.{c,h}
[thirdparty/binutils-gdb.git] / gdb / solib-svr4.c
2024-04-23  Simon Marchigdb: move store/extract integer functions to extract...
2024-03-27  Simon Marchigdb, gdbserver, gdbsupport: remove includes of early...
2024-02-05  Simon Marchigdb: rename target_so_ops to solib_ops
2024-02-05  Simon Marchigdb: rename struct shobj -> struct solib
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-21  Lancelot Sixgdb: Replace gdb::optional with std::optional
2023-11-21  Lancelot Sixgdb: Use C++17's std::make_unique instead of gdb::make_...
2023-11-17  Simon Marchigdb: remove get_current_regcache
2023-11-17  Simon Marchigdb: remove regcache's address space
2023-10-19  Simon Marchigdb: rename struct so_list to shobj
2023-10-19  Simon Marchigdb: remove free_so function
2023-10-19  Simon Marchigdb: link so_list using intrusive_list
2023-10-19  Simon Marchigdb: make so_list::{so_original_name,so_name} std:...
2023-10-19  Simon Marchigdb: make so_list::lm_info a unique_ptr
2023-10-19  Simon Marchigdb: make solib-svr4 not use so_list internally
2023-10-19  Simon Marchigdb: use gdb::checked_static_cast when casting lm_info
2023-10-19  Simon Marchigdb: remove target_so_ops::free_so
2023-10-19  Simon Marchigdb: allocate so_list with new, deallocate with delete
2023-10-19  Simon Marchigdb: replace some so_list parameters to use references
2023-10-19  Simon Marchigdb: add program_space parameter to target_so_ops:...
2023-10-10  Simon Marchigdb: remove target_gdbarch
2023-09-29  Simon Marchigdb: remove unused imports in solib*.[ch]
2023-08-08  Alan ModraRename bfd_bread and bfd_bwrite
2023-07-10  Tom TromeyRemove target_close
2023-06-05  Tom de Vries[gdb] Fix grammar in comments and docs
2023-06-03  Tom de Vries[gdb] Fix typos
2023-05-25  Simon Marchigdb: remove breakpoint_pointer_iterator
2023-05-25  Simon Marchigdb: remove bp_location_pointer_iterator
2023-03-28  Tom TromeyUse function_view in gdb_bfd_lookup_symbol
2023-03-09  Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-02-02  Simon Marchigdb/solib-svr4: don't disable probes interface if probe...
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-02  Simon Marchigdb: add some debug statements to solib-svr4.c
2022-11-28  Andrew Burgessgdb: relax requirement for the map_failed stap probe...
2022-10-18  Markus Metzgergdb, solib-svr4: support namespaces in DSO iteration
2022-10-18  Markus Metzgergdb, gdbserver: extend RSP to support namespaces
2022-10-18  Markus Metzgergdb, gdbserver: support dlmopen()
2022-10-18  Markus Metzgergdb, solib-svr4: remove locate_base()
2022-10-14  Tom de Vries[gdb] Fix heap-buffer-overflow in find_program_interpreter
2022-10-11  Simon Marchigdb: fix auxv caching
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-20  Tom TromeyConstify some target_so_ops instances
2022-09-20  Tom TromeyMove solib_ops into gdbarch
2022-08-04  Tom TromeyUse registry in gdbarch
2022-08-03  Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-07-28  Tom TromeyRewrite registry.h
2022-05-05  Simon Marchigdb: use gdb::function_view for gdbarch_iterate_over_ob...
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-04-04  John BaldwinHandle TLS variable lookups when using separate debug...
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyRemove some uses of printf_unfiltered
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-08-19  Aaron Mereygdb/solib: Refactor scan_dyntag
2021-05-27  Simon Marchigdb: remove iterate_over_breakpoints function
2021-05-27  Simon Marchigdb: add breakpoint::locations method
2021-04-24  Simon Marchigdbsupport, gdb: give names to observers
2021-03-24  Simon Marchigdb: remove current_top_target function
2021-02-24  Andrew Burgessgdb: make the target_sections table private within...
2021-02-24  Andrew Burgessgdb: spread a little 'const' through the target_section...
2021-02-22  Tom TromeyChange target_bfd_reopen to take a gdb_bfd_ref_ptr
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-29  Tom TromeyRemove symfile_objfile macro
2020-10-29  Tom TromeyRemove the exec_bfd macro
2020-10-29  Tom TromeyRemove current_target_sections macro
2020-10-13  Tom TromeyChange target_section_table to std::vector alias
2020-10-13  Tom TromeyUse a std::vector in target_section_table
2020-09-29  Tom TromeyRemove target_has_execution macro
2020-06-15  Tom TromeyChange target_read_string API
2020-05-08  Tom TromeyRemove ALL_SO_LIBS and so_list_head
2020-01-23  Simon Marchigdb: introduce objfile text_section_offset and data_sec...
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-10  Pedro AlvesMulti-target support
2020-01-08  Tom TromeyChange section_offsets to a std::vector
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-21  George BarrettFix disabling of solib probes when LD_AUDITing
2019-11-21  Peeter JootAdjust byte order variable display/change if DW_AT_endi...
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-15  Christian BiesingerChange iterate_over_breakpoints to take a function_view
2019-09-22  Simon Marchigdb: fix formatting in solib-svr4.c
2019-09-21  Christian BiesingerReplace solib_global_lookup with gdbarch_iterate_over_o...
2019-09-19  Alan Modrabfd_section_* macros
2019-09-02  Alan HaywardCheck arguments for all probes before using them
2019-09-02  Alan HaywardUse gdbarch for probe::get_argument_count
2019-09-02  Alan HaywardRefactor svr4_create_solib_event_breakpoints
2019-07-25  Christian BiesingerAllow passing a block to lookup_global_symbol_from_objfile
2019-06-10  Tom TromeyRemove newlines from warnings
2019-05-08  Tom TromeyConvert solib-svr4.c to type-safe registry API
2019-04-22  Simon Marchisolib-svr4: Pass down svr4_info as much as possible
2019-04-22  Pedro AlvesFix "nosharedlibrary + continue + shared lib event...
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-03-25  Tom TromeyRemove null_block_symbol
2019-03-12  John BaldwinHandle an edge case for minisym TLS variable lookups.
2019-03-06  Tom TromeyRemove last cleanups from solib-svr4.c
2019-03-06  Tom TromeyRemove cleanup from solib-svr4.c
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-09-19  Rainer OrthHandle 64-bit Solaris/x86 ld.so.1
2018-08-22  Simon MarchiMake read_program_headers_from_bfd return a gdb::byte_v...
next