gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / solib.c
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...
2015-07-15  Jan KratochvilValidate symbol file using build-id
2015-06-25  Gary BensonCorrectly notice empty sysroots in solib_find_1
2015-06-25  Gary BensonRemove gdb_sysroot NULL checks
2015-05-06  Joel BrobeckerMake the "info dll" command available on all platform.
2015-04-29  Gary BensonAllow passing fd == NULL to exec_file_find and solib_find
2015-04-17  Gary BensonIntroduce exec_file_find
2015-04-02  Gary BensonStrip "target:" prefix in solib_find if accessing local...
2015-04-02  Gary BensonConvert "remote:" sysroots to "target:" and remove...
2015-03-12  Gary BensonAllow "set sysroot" with no argument to restore sysroot...
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-12  Maciej W. RozyckiMIPS: Keep the ISA bit in compressed code addresses
2014-12-05  Jan KratochvilRemove const from many struct objfile *
2014-11-07  Doug Evanssolib_global_lookup: Fetch arch from objfile, not targe...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-08-12  Doug EvansDelete "Loaded symbols for ..." message, it is redundant.
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-07-24  Tom Tromeyconstify solib_add
2014-03-31  Doug EvansNew option "set print symbol-loading".
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-15  Joel BrobeckerRevert "Do not overwrite so_list's so_name in solib_map...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-10-29  Nicolas BlancNew remove-symbol-file command.
2013-09-27  Pedro AlvesFix regular /path/to/directory sysroots and target...
2013-09-24  Jan KratochvilKeep objfile original filename
2013-09-24  Jan KratochvilCode cleanup: Add objfile_name accessor
2013-09-04  Jan KratochvilCode cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN...
2013-07-22  Jan Kratochvil2013-07-22 Doug Evans <dje@google.com>
2013-06-04  Gary Benson2013-06-04 Gary Benson <gbenson@redhat.com>
2013-06-04  Yao Qigdb/
2013-05-21  Jan Kratochvilgdb/
2013-05-06  Doug Evans * solist.h (struct target_so_ops): New member clear_so.
2013-05-06  Joel BrobeckerReimplement shared library support on ppc-aix...
2013-04-22  Tom Tromey PR gdb/7912:
2013-04-11  Joel BrobeckerDo not overwrite so_list's so_name in solib_map_sections
next
This page took 1.007877 seconds and 106 git commands to generate.