Remove path name from test case
[binutils-gdb.git] / gdb / solib.c
2023-10-21 Simon Marchigdb: fix owner passed to remove_target_sections in...
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: don't call so_list::clear in free_so
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::abfd a gdb_bfd_ref_ptr
2023-10-19 Simon Marchigdb: make so_list::sections not a pointer
2023-10-19 Simon Marchigdb: remove target_section_table typedef
2023-10-19 Simon Marchigdb: make clear_so a method of struct so_list
2023-10-19 Simon Marchigdb: make so_list::lm_info a unique_ptr
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: make get_cbfd_soname_build_id static
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-19 Simon Marchigdb: remove empty clear_solib functions
2023-10-10 Simon Marchigdb: remove target_gdbarch
2023-10-05 Simon Marchigdb: use objfile->pspace in free_objfile observers
2023-10-02 Simon Marchigdb: remove solib::pspace field
2023-09-29 Simon Marchigdb: remove unused imports in solib*.[ch]
2023-09-20 Tom TromeyRemove explanatory comments from includes
2023-08-04 Tom TromeyConsolidate calls to bfd_set_cacheable
2023-05-30 Simon Marchigdb: add interp::on_solib_unloaded method
2023-05-30 Simon Marchigdb: add interp::on_solib_loaded method
2023-04-17 Simon Marchigdb: pass execing and following inferior to inferior_ex...
2023-03-28 Tom TromeyRename "raw" to "unrelocated"
2023-03-28 Tom TromeyUse unrelocated_addr in minimal symbols
2023-03-28 Tom TromeyUse function_view in gdb_bfd_lookup_symbol
2023-03-09 Simon Marchigdb, gdbserver, gdbsupport: fix whitespace issues
2023-02-27 Kevin BuettnerCatch gdb_exception_error instead of gdb_exception...
2023-01-01 Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-02 Simon Marchigdb: merge solib-frv aix-solib debug options into ...
2022-09-20 Tom TromeyMove solib_ops into gdbarch
2022-09-20 Tom TromeyRemove current_target_so_ops
2022-08-08 Tom TromeyFix regression from gdbarch registry change
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-06-07 Tom TromeyConstify solib_name_from_address
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyRemove some uses of printf_unfiltered
2022-03-21 Aaron MereyPR gdb/27570: missing support for debuginfod in core_ta...
2022-03-21 Aaron Mereygdb: Add soname to build-id mapping for core files
2022-03-11 Tom TromeyAvoid crash with cross-linux core file
2022-01-18 Tom TromeyMove gdb_regex to gdbsupport
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-09-30 Simon Marchigdbsupport: make gdb_open_cloexec return scoped_fd
2021-08-19 Aaron Mereygdb/solib: Refactor scan_dyntag
2021-06-11 Kevin Buettnerlibthread_db initialization changes related to upcoming...
2021-05-27 Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-27 Simon Marchigdb: make add_info_alias accept target as a cmd_list_el...
2021-04-24 Simon Marchigdbsupport, gdb: give names to observers
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-04 Simon Marchigdb: add inferior_execd observable
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-29 Tom TromeyChange add_target_sections to method on program_space
2020-10-29 Tom TromeyChange remove_target_sections to method on program_space
2020-10-29 Tom TromeyChange clear_program_space_solib_cache to method on...
2020-10-29 Tom TromeyRemove symfile_objfile macro
2020-10-14 Tom de Vries[gdb] Fix segfault in solib_contains_address_p
2020-10-13 Tom TromeyChange target_section_table to std::vector alias
2020-10-13 Tom Tromeybuild_section_table cannot fail
2020-10-13 Tom TromeyUse a std::vector in target_section_table
2020-09-29 Tom TromeyRemove target_has_execution macro
2020-05-08 Tom TromeyRemove ALL_SO_LIBS and so_list_head
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-12 Tom TromeyMake the objfile destructor private
2019-11-25 Christian BiesingerReplace int with bool in solib.c
2019-11-06 Tom TromeyRemove some includes of readline.h
2019-10-18 Tom de Vries[gdb] Fix more typos in comments
2019-10-01 Tom TromeyRemove the ui_out_style_kind enum
2019-09-21 Christian BiesingerReplace solib_global_lookup with gdbarch_iterate_over_o...
2019-09-20 Alan Modrabfd macro conversion to inline functions
2019-09-06 Alan Modrabfd_get_filename
2019-07-09 Tom TromeyRename common to gdbsupport
2019-05-14 Tom TromeyAdd file name styling to "info sharedlibrary"
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-15 Tom TromeyChange minimal_symbol inheritance
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-17 Tom TromeyReplace "the the" with "the"
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-07-03 Tom TromeyRemove ptid_equal
2018-05-29 Tom TromeyChange program_space::added_solibs to a std::vector
2018-05-25 Tom TromeyRemove interp_ui_out
2018-03-19 Tom TromeyConvert observers to C++
2018-03-19 Tom TromeyRemove some cleanups from solib.c
2018-03-16 Tom TromeyRemove make_cleanup_free_section_addr_info
2018-03-03 Simon MarchiMake program_space::deleted_solibs a vector of std...
2018-02-14 Tom TromeyConstify target_so_ops::bfd_open
2018-02-14 Tom TromeyChange openp et al to use a unique_xmalloc_ptr
2018-02-14 Tom TromeyMove some declarations to source.h
2018-02-14 Tom TromeyReturn unique_xmalloc_ptr from some solib.c functions
next