GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdb
/
xml-support.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create xml-builtin.h to declare xml_builtins
Christian Biesinger
2019-10-16
1
-1
/
+2
*
Change boolean options to bool instead of int
Christian Biesinger
2019-09-18
1
-1
/
+1
*
Rename common to gdbsupport
Tom Tromey
2019-07-09
1
-1
/
+1
*
Make exception handling more efficient
Tom Tromey
2019-04-25
1
-7
/
+7
*
Remove exception_none
Tom Tromey
2019-04-25
1
-1
/
+0
*
Rename gdb exception types
Tom Tromey
2019-04-08
1
-2
/
+2
*
Rewrite TRY/CATCH
Tom Tromey
2019-04-08
1
-6
/
+4
*
Make exceptions use std::string and be self-managing
Tom Tromey
2019-04-08
1
-1
/
+1
*
Normalize includes to use common/
Tom Tromey
2019-01-25
1
-1
/
+1
*
Update copyright year range in all GDB files.
Joel Brobecker
2019-01-01
1
-1
/
+1
*
Replace xstrvprintf usages with string_vprintf
Simon Marchi
2018-08-22
1
-5
/
+3
*
Make target_read_alloc & al return vectors
Simon Marchi
2018-04-07
1
-10
/
+10
*
Replace VEC(gdb_xml_value_s) with std::vector
Simon Marchi
2018-01-07
1
-32
/
+10
*
Update copyright year range in all GDB files
Joel Brobecker
2018-01-02
1
-1
/
+1
*
Fix build breakage in gdb/xml-support.c
Pedro Alves
2017-10-19
1
-2
/
+2
*
xml_fetch_content_from_file: Read in whole file in one go
Pedro Alves
2017-10-19
1
-23
/
+13
*
Fix double-free corruption
Pedro Alves
2017-10-17
1
-1
/
+1
*
Return unique_xmalloc_ptr from target_read_stralloc
Tom Tromey
2017-10-16
1
-18
/
+9
*
Remove unnecessary function prototypes.
John Baldwin
2017-09-09
1
-2
/
+0
*
Introduce and use gdb_file_up
Tom Tromey
2017-08-03
1
-8
/
+5
*
Eliminate obstack_printf
Pedro Alves
2017-04-18
1
-40
/
+0
*
gdb_xml_parser: make data fields private and make more functions methods
Pedro Alves
2017-04-18
1
-135
/
+206
*
xml-support.c: Use std::string for growing string buffer
Pedro Alves
2017-04-18
1
-73
/
+31
*
xml-support.c: Use std::vector
Pedro Alves
2017-04-18
1
-51
/
+61
*
C++-ify gdb/xml-support.c a bit to eliminate cleanups
Pedro Alves
2017-04-18
1
-87
/
+63
*
-Wwrite-strings: The Rest
Pedro Alves
2017-04-05
1
-4
/
+6
*
update copyright year range in GDB files
Joel Brobecker
2017-01-01
1
-1
/
+1
*
GDB copyright headers update after running GDB's copyright.py script.
Joel Brobecker
2016-01-01
1
-1
/
+1
*
Add some more casts (2/2)
Simon Marchi
2015-09-25
1
-21
/
+29
*
Add casts to memory allocation related calls
Simon Marchi
2015-09-25
1
-4
/
+4
*
Replace some xmalloc-family functions with XNEW-family ones
Simon Marchi
2015-08-26
1
-1
/
+1
*
Split TRY_CATCH into TRY + CATCH
Pedro Alves
2015-03-07
1
-6
/
+6
*
Update year range in copyright notice of all files owned by the GDB project.
Joel Brobecker
2015-01-01
1
-1
/
+1
*
Remove spurious exceptions.h inclusions
Gary Benson
2014-10-08
1
-1
/
+0
*
Include string.h in common-defs.h
Gary Benson
2014-08-07
1
-2
/
+0
*
replace XZALLOC with XCNEW
Tom Tromey
2014-01-13
1
-3
/
+3
*
Update Copyright year range in all files maintained by GDB.
Joel Brobecker
2014-01-01
1
-1
/
+1
*
remove gdb_string.h
Tom Tromey
2013-11-18
1
-1
/
+1
*
fix up xml-support.c
Tom Tromey
2013-05-30
1
-29
/
+14
*
PR gdb/7912:
Tom Tromey
2013-04-22
1
-2
/
+3
*
Update years in copyright notice for the GDB files.
Joel Brobecker
2013-01-01
1
-1
/
+1
*
Copyright year update in most files of the GDB Project.
Joel Brobecker
2012-01-04
1
-2
/
+1
*
2011-07-22 Kwok Cheung Yeung <kcy@codesourcery.com>
Kwok Yeung
2011-07-21
1
-64
/
+2
*
* xml-support.c (xml_find_attribute): New.
Pedro Alves
2011-02-02
1
-1
/
+17
*
Simplify XML parsing a bit.
Pedro Alves
2011-01-25
1
-5
/
+42
*
2011-01-11 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-01-12
1
-1
/
+1
*
2011-01-11 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2011-01-11
1
-2
/
+4
*
run copyright.sh for 2011.
Joel Brobecker
2011-01-01
1
-1
/
+2
*
2010-05-17 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2010-05-17
1
-0
/
+3
*
2010-05-06 Michael Snyder <msnyder@vmware.com>
Michael Snyder
2010-05-07
1
-2
/
+0
[next]