Constify some target_so_ops instances
[binutils-gdb.git] / gdb / solib-dsbt.c
2022-09-20 Tom TromeyConstify some target_so_ops instances
2022-07-28 Tom TromeyRewrite registry.h
2022-06-02 Tom TromeyODR warning for struct ext_link_map
2022-04-11 Simon Marchigdb: remove symbol value macros
2022-03-29 Tom TromeyUnify gdb printf functions
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-08-19 Aaron Mereygdb/solib: Refactor scan_dyntag
2021-06-28 Simon Marchigdb: convert obj_section macros to methods
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-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
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-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-08 Tom TromeyChange section_offsets to a std::vector
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-09-19 Alan Modrabfd_section_* macros
2019-07-10 Tom TromeyChange solib-dsbt.c to use type-safe registry
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-01-17 Tom TromeyReplace "the the" with "the"
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-06-18 Tom TromeyUse unique_xmalloc_ptr in two solib functions
2018-06-07 Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-02 Pedro AlvesConvert struct target_ops to C++
2018-04-07 Simon MarchiMake target_read_alloc & al return vectors
2018-03-30 Tom TromeyChange target_read_string to use unique_xmalloc_ptr
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-10 Pedro AlvesEliminate catch_errors
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-04-28 Simon MarchiClass-ify lm_info_dsbt
2017-04-28 Simon MarchiMake various lm_info implementations inherit from a...
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-10-21 Philipp RudoDelete target_so_ops->special_symbol_handling hook
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
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-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-07-15 Jan KratochvilRevert the previous 7 commits of: Validate binary befor...
2015-07-15 Jan KratochvilValidate symbol file using build-id
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-02-26 Tom Tromeystart change to progspace independence
2014-02-26 Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26 Tom Tromeychange minsym representation
2014-01-13 Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-10-29 Yao QiSimplify REGISTRY cleanup usages
2013-06-24 Maciej W. Rozycki * objfiles.h (pc_in_section): New prototype.
2013-05-07 Yao Qigdb/
2013-05-07 Yao Qigdb/
2013-05-06 Joel BrobeckerReimplement shared library support on ppc-aix...
2013-04-28 Yao Qigdb/
2013-04-19 Pedro Alves-Wpointer-sign: gdb_byte -> char.
2013-04-08 Tom Tromey * coffread.c (cs_to_section): Use gdb_bfd_section_index.
2013-03-13 Pedro AlvesMore invalid pointer to pointer conversions.
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-09 Tom Tromey * gdbarch.sh (target_gdbarch): Remove macro.
2012-08-22 Tom Tromey * auto-load.c (_initialize_auto_load): Update.
2012-08-02 Yao Qigdb/
2012-07-18 Tom Tromey * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2012-05-18 Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-08-30 Yao Qi gdb/
2011-08-14 Yao Qi gdb/