summaryrefslogtreecommitdiff
path: root/gdb/xml-support.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-19Fix build breakage in gdb/xml-support.cPedro Alves
2017-10-19xml_fetch_content_from_file: Read in whole file in one goPedro Alves
2017-10-17Fix double-free corruptionPedro Alves
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-03Introduce and use gdb_file_upTom Tromey
2017-04-18Eliminate obstack_printfPedro Alves
2017-04-18gdb_xml_parser: make data fields private and make more functions methodsPedro Alves
2017-04-18xml-support.c: Use std::string for growing string bufferPedro Alves
2017-04-18xml-support.c: Use std::vectorPedro Alves
2017-04-18C++-ify gdb/xml-support.c a bit to eliminate cleanupsPedro Alves
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
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-05-30fix up xml-support.cTom Tromey
2013-04-22 PR gdb/7912:Tom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-07-212011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>Kwok Yeung
2011-02-02 * xml-support.c (xml_find_attribute): New.Pedro Alves
2011-01-25 Simplify XML parsing a bit.Pedro Alves
2011-01-122011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-112011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-05-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-05-072010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-09-15Implementing catch syscall.Sergio Durigan Junior
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-12-02 Implement -list-thread-groups --availableVladimir Prus
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz
2007-09-03 * gdbarch.sh (core_xfer_shared_libraries): New.Pedro Alves
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker
2007-02-26 * Makefile.in (XMLFILES): Include $(TDEP_XML).Daniel Jacobowitz
2007-02-08 * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)Daniel Jacobowitz
2007-02-07 * Makefile.in (XMLFILES): New.Daniel Jacobowitz
2007-01-09Copyright updates for 2007.Daniel Jacobowitz
2007-01-09 * configure.ac: Check for XML_StopParser.Daniel Jacobowitz
2007-01-05 * xml-support.c (gdb_xml_end_element): Remove wrong backslashes.Daniel Jacobowitz