Fix formatting in solib-svr4.c
[external/binutils.git] / gdb / solib-svr4.c
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...
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-13 Tom Tromey * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
2012-12-10 Pedro Alves2012-12-10 Pedro Alves <palves@redhat.com>
2012-11-27 Yao Qigdb/
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-14 Gary Benson2012-08-14 Gary Benson <gbenson@redhat.com>
2012-07-23 Tom Tromey * solib-svr4.c (enable_break): Update.
2012-06-05 Pedro Alves2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmo...
2012-05-28 Jan Kratochvilgdb/
2012-05-24 Pedro Alvesgdb/
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-12-03 Jan Kratochvilgdb/
2011-12-02 Jan Kratochvilgdb/
2011-10-18 Aleksandar Ristovski * solib-svr4.c (read_program_header): New variables...
2011-10-14 Jan Kratochvilgdb/
2011-10-14 Jan Kratochvilgdb/
2011-10-02 Jan Kratochvilgdb/
2011-08-30 Yao Qi gdb/
2011-08-09 Pedro Alves2011-08-09 Pedro Alves <pedro@codesourcery.com>
2011-08-05 Paul PluzhnikovClean up trailing white space
2011-06-30 Tom Tromey * symfile-mem.c (symbol_file_add_from_memory): Call...
2011-05-24 Pedro Alves2011-05-24 Pedro Alves <pedro@codesourcery.com>
2011-05-09 Pedro Alves2011-05-09 Pedro Alves <pedro@codesourcery.com>
2011-04-19 Pierre Muller * solib-svr4.c (svr4_keep_data_in_core): Rename local...
2011-04-19 Pierre Muller ARI fixes: Use only lowercase function name for static...
2011-04-17 Jan Kratochvilgdb/
next