aboutsummaryrefslogtreecommitdiff
path: root/gdb/xml-support.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-2/+2
2023-04-29gdb: Fix building with latest libc++Manoj Gupta1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-4/+2
2022-03-29Unify gdb printf functionsTom Tromey1-5/+5
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
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