aboutsummaryrefslogtreecommitdiff
path: root/gdb/xml-support.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-14gdb: remove xfree in xml-support.cSimon Marchi1-3/+3
2020-09-14gdb: change xml_fetch_another a function_viewSimon Marchi1-13/+7
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-19Handle CRLF when reading XML on WindowsTom Tromey1-2/+2
2019-12-12Remove some calls to malloc_failureTom Tromey1-2/+0
2019-10-16Create xml-builtin.h to declare xml_builtinsChristian Biesinger1-1/+2
2019-09-18Change boolean options to bool instead of intChristian Biesinger1-1/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-04-25Make exception handling more efficientTom Tromey1-7/+7
2019-04-25Remove exception_noneTom Tromey1-1/+0
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-04-08Make exceptions use std::string and be self-managingTom Tromey1-1/+1
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-08-22Replace xstrvprintf usages with string_vprintfSimon Marchi1-5/+3
2018-04-07Make target_read_alloc & al return vectorsSimon Marchi1-10/+10
2018-01-07Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi1-32/+10
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-19Fix build breakage in gdb/xml-support.cPedro Alves1-2/+2
2017-10-19xml_fetch_content_from_file: Read in whole file in one goPedro Alves1-23/+13
2017-10-17Fix double-free corruptionPedro Alves1-1/+1
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey1-18/+9
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-03Introduce and use gdb_file_upTom Tromey1-8/+5
2017-04-18Eliminate obstack_printfPedro Alves1-40/+0
2017-04-18gdb_xml_parser: make data fields private and make more functions methodsPedro Alves1-135/+206
2017-04-18xml-support.c: Use std::string for growing string bufferPedro Alves1-73/+31
2017-04-18xml-support.c: Use std::vectorPedro Alves1-51/+61
2017-04-18C++-ify gdb/xml-support.c a bit to eliminate cleanupsPedro Alves1-87/+63
2017-04-05-Wwrite-strings: The RestPedro Alves1-4/+6
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
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-21/+29
2015-09-25Add casts to memory allocation related callsSimon Marchi1-4/+4
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-6/+6
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-01-13replace XZALLOC with XCNEWTom Tromey1-3/+3
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-05-30fix up xml-support.cTom Tromey1-29/+14
2013-04-22 PR gdb/7912:Tom Tromey1-2/+3
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-2/+1
2011-07-212011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>Kwok Yeung1-64/+2