Change section_offsets to a std::vector
[deliverable/binutils-gdb.git] / gdb / solib-svr4.c
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...
2018-08-22  Simon MarchiMake read_program_header return a gdb::byte_vector
2018-08-20  Simon MarchiFix formatting in solib-svr4.c
2018-08-19  Michael SpangFix debugging of stripped PIE executables with padded...
2018-06-18  Tom TromeyRemove resume_section_map_updates_cleanup
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 TromeyRemove some cleanups from solib-svr4.c
2018-03-30  Tom TromeyChange target_read_string to use unique_xmalloc_ptr
2018-03-19  Tom TromeyConvert observers to C++
2018-01-07  Simon MarchiReplace VEC(gdb_xml_value_s) with std::vector
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-11-23  Sergio Durigan JuniorConvert generic probe interface to C++ (and perform...
2017-10-28  Simon MarchiGet rid of VEC(probe_p)
2017-10-16  Tom TromeyReturn unique_xmalloc_ptr from target_read_stralloc
2017-10-10  Pedro AlvesEliminate catch_errors
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-03  Tom TromeyRemove make_cleanup_free_so
2017-04-28  Simon MarchiClass-ify lm_info_svr4
2017-04-28  Simon MarchiMake various lm_info implementations inherit from a...
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-10-26  Sandra LoosemorePR 20569, segv in follow_exec
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-26  Simon MarchiFix cast of xml_find_attribute's return value
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-02  Sergio Durigan JuniorInitialize yet another variable to silence GCC warning...
2015-09-02  Sergio Durigan JuniorInitialize variable and silence GCC warning from last...
2015-09-02  Sergio Durigan JuniorCatching errors on probes-based dynamic linker interface
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-14  Matthew FortuneAdd support for DT_MIPS_RLD_MAP_REL.
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-04-17  Doug Evanssolib-svr4.c (svr4_exec_displacement): Rename outer...
2015-03-31  Sergio Durigan JuniorCatch exception on solib_svr4_r_ldsomap
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07  Pedro AlvesNormalize TRY_CATCH exception handling block
2015-02-27  Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-05  Jan KratochvilRemove const from many struct objfile *
2014-10-10  Pedro AlvesPR symtab/14466: Work around PR libc/13097 "linux-vdso...
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-09-29  Jan KratochvilFix library-list.dtd -> library-list-svr4.dtd
2014-08-07  Gary BensonInclude gdb_assert.h in common-defs.h
2014-08-06  Simon MarchiRename variable with confusing name
2014-05-22  Pedro AlvesAdd new infrun.h header.
2014-03-03  Tom Tromeychange probes to be program-space-independent
2014-02-27  Mark KettenisPrevent compiler warning.
2014-02-27  Jan KratochvilAdditional PR 8882 fix.
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-12-11  Sergio Durigan JuniorSanitize access to gdbarch on the SDT probe API (and...
2013-11-08  Doug EvansPR 11786
2013-10-29  Yao QiSimplify REGISTRY cleanup usages
2013-09-25  Ulrich WeigandChangeLog:
2013-07-24  Sergio Durigan Junior2013-07-24 Sergio Durigan Junior <sergiodj@redhat...
2013-07-16  Doug Evans * target.h (struct target_section): Delete member...
2013-06-24  Maciej W. Rozycki * objfiles.h (pc_in_section): New prototype.
2013-06-04  Gary Benson2013-06-04 Gary Benson <gbenson@redhat.com>
2013-05-21  Paul Pluzhnikov2013-05-21 Paul Pluzhnikov <ppluzhnikov@google.com>
2013-05-06  Doug Evans * solist.h (struct target_so_ops): New member clear_so.
2013-04-19  Pedro Alves-Wpointer-sign: gdb_byte -> char.
2013-04-08  Aleksandar RistovskiAdd const to lm_addr_check.
2013-03-20  Jan Kratochvilgdb/
2013-01-31  Aleksandar Ristovski * solib-svr4.c (svr4_keep_data_in_core): Remove...
next
This page took 0.992112 seconds and 107 git commands to generate.