summaryrefslogtreecommitdiff
path: root/gdb/xml-support.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: Fix building with latest libc++Manoj Gupta2023-04-291-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-4/+2
* Unify gdb printf functionsTom Tromey2022-03-291-5/+5
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: remove xfree in xml-support.cSimon Marchi2020-09-141-3/+3
* gdb: change xml_fetch_another a function_viewSimon Marchi2020-09-141-13/+7
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Handle CRLF when reading XML on WindowsTom Tromey2019-12-191-2/+2
* Remove some calls to malloc_failureTom Tromey2019-12-121-2/+0
* Create xml-builtin.h to declare xml_builtinsChristian Biesinger2019-10-161-1/+2
* Change boolean options to bool instead of intChristian Biesinger2019-09-181-1/+1
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Make exception handling more efficientTom Tromey2019-04-251-7/+7
* Remove exception_noneTom Tromey2019-04-251-1/+0
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* Make exceptions use std::string and be self-managingTom Tromey2019-04-081-1/+1
* Normalize includes to use common/Tom Tromey2019-01-251-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Replace xstrvprintf usages with string_vprintfSimon Marchi2018-08-221-5/+3
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-10/+10
* Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi2018-01-071-32/+10
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Fix build breakage in gdb/xml-support.cPedro Alves2017-10-191-2/+2
* xml_fetch_content_from_file: Read in whole file in one goPedro Alves2017-10-191-23/+13
* Fix double-free corruptionPedro Alves2017-10-171-1/+1
* Return unique_xmalloc_ptr from target_read_strallocTom Tromey2017-10-161-18/+9
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Introduce and use gdb_file_upTom Tromey2017-08-031-8/+5
* Eliminate obstack_printfPedro Alves2017-04-181-40/+0
* gdb_xml_parser: make data fields private and make more functions methodsPedro Alves2017-04-181-135/+206
* xml-support.c: Use std::string for growing string bufferPedro Alves2017-04-181-73/+31
* xml-support.c: Use std::vectorPedro Alves2017-04-181-51/+61
* C++-ify gdb/xml-support.c a bit to eliminate cleanupsPedro Alves2017-04-181-87/+63
* -Wwrite-strings: The RestPedro Alves2017-04-051-4/+6
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-21/+29
* Add casts to memory allocation related callsSimon Marchi2015-09-251-4/+4
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-6/+6
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* replace XZALLOC with XCNEWTom Tromey2014-01-131-3/+3
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1