do_target_wait_1: Clear TARGET_WNOHANG if the target isn't async.
[binutils-gdb.git] / gdb / xml-support.c
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-01-01 Joel BrobeckerUpdate copyright year range in all GDB files
2020-09-14 Simon Marchigdb: remove xfree in xml-support.c
2020-09-14 Simon Marchigdb: change xml_fetch_another a function_view
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-19 Tom TromeyHandle CRLF when reading XML on Windows
2019-12-12 Tom TromeyRemove some calls to malloc_failure
2019-10-16 Christian BiesingerCreate xml-builtin.h to declare xml_builtins
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-07-09 Tom TromeyRename common to gdbsupport
2019-04-25 Tom TromeyMake exception handling more efficient
2019-04-25 Tom TromeyRemove exception_none
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-08 Tom TromeyMake exceptions use std::string and be self-managing
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-08-22 Simon MarchiReplace xstrvprintf usages with string_vprintf
2018-04-07 Simon MarchiMake target_read_alloc & al return vectors
2018-01-07 Simon MarchiReplace VEC(gdb_xml_value_s) with std::vector
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-19 Pedro AlvesFix build breakage in gdb/xml-support.c
2017-10-19 Pedro Alvesxml_fetch_content_from_file: Read in whole file in...
2017-10-17 Pedro AlvesFix double-free corruption
2017-10-16 Tom TromeyReturn unique_xmalloc_ptr from target_read_stralloc
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-08-03 Tom TromeyIntroduce and use gdb_file_up
2017-04-18 Pedro AlvesEliminate obstack_printf
2017-04-18 Pedro Alvesgdb_xml_parser: make data fields private and make more...
2017-04-18 Pedro Alvesxml-support.c: Use std::string for growing string buffer
2017-04-18 Pedro Alvesxml-support.c: Use std::vector
2017-04-18 Pedro AlvesC++-ify gdb/xml-support.c a bit to eliminate cleanups
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25 Simon MarchiAdd some more casts (2/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-01-13 Tom Tromeyreplace XZALLOC with XCNEW
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-05-30 Tom Tromeyfix up xml-support.c
2013-04-22 Tom Tromey PR gdb/7912:
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-07-21 Kwok Yeung2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
2011-02-02 Pedro Alves * xml-support.c (xml_find_attribute): New.
2011-01-25 Pedro Alves Simplify XML parsing a bit.
2011-01-12 Michael Snyder2011-01-11 Michael Snyder <msnyder@vmware.com>
2011-01-11 Michael Snyder2011-01-11 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-05-17 Michael Snyder2010-05-17 Michael Snyder <msnyder@vmware.com>
2010-05-07 Michael Snyder2010-05-06 Michael Snyder <msnyder@vmware.com>
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-09-15 Sergio Durigan JuniorImplementing catch syscall.
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-12-02 Vladimir Prus Implement -list-thread-groups --available
2008-01-01 Daniel Jacobowitz Updated copyright notices for most files.
2007-09-03 Pedro Alves * gdbarch.sh (core_xfer_shared_libraries): New.
2007-08-23 Joel Brobecker Switch the license of all .c files to GPLv3.
2007-02-26 Daniel Jacobowitz * Makefile.in (XMLFILES): Include $(TDEP_XML).
2007-02-08 Daniel Jacobowitz * Makefile.in (arm-tdep.o, eval.o, target-descriptions.o)
2007-02-07 Daniel Jacobowitz * Makefile.in (XMLFILES): New.
2007-01-09 Daniel JacobowitzCopyright updates for 2007.
2007-01-09 Daniel Jacobowitz * configure.ac: Check for XML_StopParser.
2007-01-05 Daniel Jacobowitz * xml-support.c (gdb_xml_end_element): Remove wrong...
2007-01-04 Daniel Jacobowitz * memory-map.c (struct_memory_map_parsing_data): Remov...
2006-10-05 Daniel Jacobowitz * Makefile.in (gdb_expat_h): New.
2006-10-03 Daniel Jacobowitz * memory-map.c (XML_STATUS_OK, XML_STATUS_ERROR):...
2006-09-21 Daniel Jacobowitzgdb/