summaryrefslogtreecommitdiff
path: root/gdb/xml-support.c
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-04-29gdb: Fix building with latest libc++Manoj Gupta
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves
2022-03-29Unify gdb printf functionsTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-09-14gdb: remove xfree in xml-support.cSimon Marchi
2020-09-14gdb: change xml_fetch_another a function_viewSimon Marchi
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-12-19Handle CRLF when reading XML on WindowsTom Tromey
2019-12-12Remove some calls to malloc_failureTom Tromey
2019-10-16Create xml-builtin.h to declare xml_builtinsChristian Biesinger
2019-09-18Change boolean options to bool instead of intChristian Biesinger
2019-07-09Rename common to gdbsupportTom Tromey
2019-04-25Make exception handling more efficientTom Tromey
2019-04-25Remove exception_noneTom Tromey
2019-04-08Rename gdb exception typesTom Tromey
2019-04-08Rewrite TRY/CATCHTom Tromey
2019-04-08Make exceptions use std::string and be self-managingTom Tromey
2019-01-25Normalize includes to use common/Tom Tromey
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-08-22Replace xstrvprintf usages with string_vprintfSimon Marchi
2018-04-07Make target_read_alloc & al return vectorsSimon Marchi
2018-01-07Replace VEC(gdb_xml_value_s) with std::vectorSimon Marchi
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-19Fix build breakage in gdb/xml-support.cPedro Alves
2017-10-19xml_fetch_content_from_file: Read in whole file in one goPedro Alves
2017-10-17Fix double-free corruptionPedro Alves
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-08-03Introduce and use gdb_file_upTom Tromey
2017-04-18Eliminate obstack_printfPedro Alves
2017-04-18gdb_xml_parser: make data fields private and make more functions methodsPedro Alves
2017-04-18xml-support.c: Use std::string for growing string bufferPedro Alves
2017-04-18xml-support.c: Use std::vectorPedro Alves
2017-04-18C++-ify gdb/xml-support.c a bit to eliminate cleanupsPedro Alves
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
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-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-01-13replace XZALLOC with XCNEWTom Tromey