summaryrefslogtreecommitdiff
path: root/gdb/solib-target.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey
2017-10-10Eliminate catch_errorsPedro Alves
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-05-02solib-target: Remove local variablesSimon Marchi
2017-05-02Use std::vector in lm_info_targetSimon Marchi
2017-04-28Class-ify lm_info_targetSimon Marchi
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi
2017-03-27Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF usePedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-21Delete target_so_ops->special_symbol_handling hookPhilipp Rudo
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-26Fix cast of xml_find_attribute's return valueSimon Marchi
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-07-15Revert the previous 7 commits of: Validate binary before useJan Kratochvil
2015-07-15Validate symbol file using build-idJan Kratochvil
2015-06-10Code cleanup: Use explicit NULL comparisonJan Kratochvil
2015-06-10Fix gdbserver <library-list> and its #FIXED version="1.0"Jan Kratochvil
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include string.h in common-defs.hGary Benson
2014-01-13replace XZALLOC with XCNEWTom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-18remove gdb_string.hTom Tromey
2013-07-16 * target.h (struct target_section): Delete member bfd.Doug Evans
2013-06-24 * objfiles.h (pc_in_section): New prototype.Maciej W. Rozycki
2013-05-04 * objfiles.c (objfile_relocate): Use gdb_bfd_count_sections insteadDoug Evans
2013-04-08 * coffread.c (cs_to_section): Use gdb_bfd_section_index.Tom Tromey
2013-01-31 * solib-svr4.c (svr4_keep_data_in_core): Remove unused lmo.Aleksandar Ristovski
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-12-14 * solib-target.c (solib_target_current_sos): Remove 'const'Pierre Muller
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-12-06the "ambiguous linespec" seriesTom Tromey
2011-08-052011-08-05 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2011-07-29 * solib-target.c: Use DEF_VEC_I, not DEF_VEC_O.Tom Tromey
2011-02-02 * xml-support.c (xml_find_attribute): New.Pedro Alves
2011-01-25 Simplify XML parsing a bit.Pedro Alves
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-06-15 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.Pedro Alves
2010-05-162010-05-16 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-01-08gdb/Jan Kratochvil
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-07-17 * solib.c (solib_bfd_open): Do not call ops->bfd_open.Ulrich Weigand
2009-05-22 * target.h (struct section_table): Rename to ...Pedro Alves
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-03-14 * features/library-list.dtd: Allow "section" elements as childrenPedro Alves
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz
2007-10-24 * arm-wince-tdep.c: Include "solib.h" and "solib-target.h".Ulrich Weigand
2007-10-12 * solib-target.c (solib_target_parse_libraries)Joel Brobecker