sim: mips: merge mips64vr4300 with existing multi-run build
[binutils-gdb.git] / gdb / solib.c
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
2018-02-08 Tom TromeyRemove cleanups from solib.c
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-07 Tom TromeyConstify add_info
2017-11-07 Tom TromeyConstify add_com
2017-10-13 Tom TromeyChange objfile to use new/delete
2017-10-10 Pedro AlvesEliminate catch_errors
2017-09-20 Tom TromeyRemove make_cleanup_restore_target_terminal
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-05 Tom TromeyUse gdb::unique_xmalloc_ptr when calling tilde_expand
2017-08-03 Tom TromeyIntroduce and use ui_out_emit_table
2017-06-20 Sergio Durigan JuniorC++ify gdb/common/environ.c
2017-04-22 Tom TromeyUse ui_out_emit_tuple
2017-03-20 Marc-Andre LaperleAdd -file-list-shared-libraries MI command
2017-03-20 Marc-Andre LaperleRemove unused parameter in solib_add and update_solib_list
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-12-20 Pedro Alvesgdb: Constify solib_find
2016-12-09 Pedro Alvesgdb: Remove support for obsolete OSABIs and a.out
2016-11-27 Simon MarchiRemove verbosity from ui_out_message and friends
2016-10-26 Sandra LoosemorePR 20569, segv in follow_exec
2016-10-26 Pedro AlvesMake symfile_add_flags and objfile->flags strongly...
2016-10-21 Philipp RudoDelete target_so_ops->special_symbol_handling hook
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-29 Pedro AlvesDon't assume break/continue inside a TRY block works
2015-10-13 Simon MarchiConstify arguments of gdb_bfd_lookup_symbol and related...
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-28 Ulrich WeigandRevert: solib_global_lookup: Fetch arch from objfile.
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-15 Jan KratochvilRevert the previous 7 commits of: Validate binary befor...
next