aboutsummaryrefslogtreecommitdiff
path: root/gdb/xml-tdesc.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-18xml-support.c: Use std::string for growing string bufferPedro Alves1-52/+29
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+2
2017-03-27Fix gdb_xml_debug/gdb_xml_error ATTRIBUTE_PRINTF usePedro Alves1-2/+2
2017-03-27gdb: Make ldirname return a std::stringPedro Alves1-6/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-10-06Make "end" field in feature specs required again.Doug Evans1-22/+19
2016-03-16xml-tdesc.c (tdesc_start_enum): Fix c++ build.Doug Evans1-2/+2
2016-03-15Extend flags to support multibit and enum bitfields.Doug Evans1-48/+134
2016-03-15Use int instead of LONGEST in tdesc_type sizes.Doug Evans1-7/+51
2016-02-12gdb: Fix build failure in xml-tdesc.c without expat.Marcin Koƛcielnicki1-0/+13
2016-02-10gdb.trace: Save XML target description in tfile.Marcin Koƛcielnicki1-0/+30
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-25Add some more casts (2/2)Simon Marchi1-23/+23
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-2/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-02-02 * xml-support.c (xml_find_attribute): New.Pedro Alves1-20/+21
2011-01-25 Simplify XML parsing a bit.Pedro Alves1-5/+2
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder1-4/+8
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-05-172010-05-17 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+1
2010-05-072010-05-06 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+0
2010-03-01 * gdbtypes.c (append_composite_type_field_raw): New.Daniel Jacobowitz1-16/+148
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-09-15Implementing catch syscall.Sergio Durigan Junior1-65/+2
2009-07-31ChangeLog:Ulrich Weigand1-0/+16
2009-07-202009-07-20 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-0/+21
2009-06-23 * target-descriptions.h (struct type): Do not declare.Ulrich Weigand1-39/+7
2009-01-03 Updated copyright notices for most files.Joel Brobecker1-1/+1
2008-10-28 * cli/cli-script.c (do_fclose_cleanup): Remove.Tom Tromey1-9/+1
2008-08-24gdb:Tom Tromey1-1/+1
2008-08-10 * buildsym.c (start_subfile): Properly cast sentinel in concatPedro Alves1-1/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-2/+1
2007-09-05 * NEWS: Update description of string changes. Mention print/s.Daniel Jacobowitz1-5/+1
2007-08-23 Switch the license of all .c files to GPLv3.Joel Brobecker1-4/+2
2007-06-13 * gdb.texinfo (Target Description Format): Add version attributeDaniel Jacobowitz1-2/+23
2007-06-04 * defs.h (ldirname): New prototype.Daniel Jacobowitz1-23/+3
2007-02-13 * target-descriptions.c (tdesc_named_type): Move code_ptr and data_ptrDaniel Jacobowitz1-0/+2
2007-02-08 * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)Daniel Jacobowitz1-2/+231
2007-02-07 * xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)Daniel Jacobowitz1-1/+37
2007-02-07 * Makefile.in (XMLFILES): New.Daniel Jacobowitz1-17/+89
2007-01-09XML feature description support.Daniel Jacobowitz1-0/+233