summaryrefslogtreecommitdiff
path: root/gdb/xml-tdesc.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-05Split tdesc_type into multiple classesSimon Marchi
2017-12-05Remove some unused variablesSimon Marchi
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey
2017-04-18xml-support.c: Use std::string for growing string bufferPedro Alves
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-03-27Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF usePedro Alves
2017-03-27gdb: Make ldirname return a std::stringPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-06Make "end" field in feature specs required again.Doug Evans
2016-03-16xml-tdesc.c (tdesc_start_enum): Fix c++ build.Doug Evans
2016-03-15Extend flags to support multibit and enum bitfields.Doug Evans
2016-03-15Use int instead of LONGEST in tdesc_type sizes.Doug Evans
2016-02-12gdb: Fix build failure in xml-tdesc.c without expat.Marcin Koƛcielnicki
2016-02-10gdb.trace: Save XML target description in tfile.Marcin Koƛcielnicki
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-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
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-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-05-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-05-072010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-03-01 * gdbtypes.c (append_composite_type_field_raw): New.Daniel Jacobowitz
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-09-15Implementing catch syscall.Sergio Durigan Junior
2009-07-31ChangeLog:Ulrich Weigand
2009-07-202009-07-20 Pedro Alves <pedro@codesourcery.com>Pedro Alves
2009-06-23 * target-descriptions.h (struct type): Do not declare.Ulrich Weigand
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-10-28 * cli/cli-script.c (do_fclose_cleanup): Remove.Tom Tromey
2008-08-24gdb:Tom Tromey
2008-08-10 * buildsym.c (start_subfile): Properly cast sentinel in concatPedro Alves
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz
2007-09-05 * NEWS: Update description of string changes. Mention print/s.Daniel Jacobowitz
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker
2007-06-13 * gdb.texinfo (Target Description Format): Add version attributeDaniel Jacobowitz
2007-06-04 * defs.h (ldirname): New prototype.Daniel Jacobowitz
2007-02-13 * target-descriptions.c (tdesc_named_type): Move code_ptr and data_ptrDaniel Jacobowitz
2007-02-08 * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)Daniel Jacobowitz
2007-02-07 * xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)Daniel Jacobowitz
2007-02-07 * Makefile.in (XMLFILES): New.Daniel Jacobowitz
2007-01-09XML feature description support.Daniel Jacobowitz