<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/project/gdb</link><counters><counter name="forever" lastEventTime="1295136045" firstEventTime="1073740949">15837</counter></counters><metadata><item name="subtitle"><value type="text/plain">GNU Debugger</value></item><item name="description"><value type="text/plain">None</value></item><item name="links-filter"><value type="text/plain">None</value></item><item name="title"><value type="text/plain">GDB</value></item><item name="url"><value type="text/plain">http://sourceware.org/gdb/</value></item><item name="related-filter"><value type="text/plain">None</value></item></metadata><recentMessages><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>    </source>    <body>        <commit>            <author>gdbadmin</author>            <files>   <file>gdb/version.in</file>            </files>            <log>                </log>        </commit>    </body> <timestamp>1295136037</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>        <branch>gdb_7_2-branch</branch>   </source>    <body>        <commit>            <author>gdbadmin</author>            <files>   <file>gdb/version.in</file>            </files>            <log>                </log>        </commit>    </body> <timestamp>1295136011</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>        <branch>gdb_7_2-branch</branch>   </source>    <body>        <commit>            <author>gdbadmin</author>            <files>   <file>gdb/version.in</file>            </files>            <log>                </log>        </commit>    </body> <timestamp>1295049645</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>    </source>    <body>        <commit>            <author>gdbadmin</author>            <files>   <file>gdb/version.in</file>            </files>            <log>                </log>        </commit>    </body> <timestamp>1295049615</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>    </source>    <body>        <commit>            <author>qiyao</author>            <files>   <file>gdb/ChangeLog</file>   <file>gdb/arm-tdep.c</file>            </files>            <log>  2011-01-14  Yao Qi  &lt;yao@codesourcery.com&gt;
	
	* arm-tdep.c (arm_register_reggroup_p): FPS register is in
	save_reggroup, restore_reggroup and all_reggroup.              </log>        </commit>    </body> <timestamp>1295037439</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>        <branch>gdb_7_2-branch</branch>   </source>    <body>        <commit>            <author>brobecke</author>            <files>   <file>gdb/testsuite/ChangeLog</file>   <file>gdb/testsuite/gdb.base/wchar.c</file>   <file>gdb/testsuite/gdb.base/wchar.exp</file>            </files>            <log>  new testcase printing wchar_t characters and strings
	
	gdb/testsuite/ChangeLog:
	
	* gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.              </log>        </commit>    </body> <timestamp>1295036350</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>        <branch>gdb_7_2-branch</branch>   </source>    <body>        <commit>            <author>brobecke</author>            <files>   <file>gdb/testsuite/ChangeLog</file>   <file>gdb/testsuite/gdb.ada/widewide.exp</file>   <file>gdb/testsuite/gdb.ada/widewide/foo.adb</file>   <file>gdb/testsuite/gdb.ada/widewide/pck.adb</file>   <file>gdb/testsuite/gdb.ada/widewide/pck.ads</file>            </files>            <log>  new testcase for Ada Wide Wide Characters and Strings
	
	gdb/testsuite/ChangeLog:
	
	* gdb.ada/widewide: New testcase.              </log>        </commit>    </body> <timestamp>1295036331</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>        <branch>gdb_7_2-branch</branch>   </source>    <body>        <commit>            <author>brobecke</author>            <files>   <file>gdb/ChangeLog</file>   <file>gdb/ada-valprint.c</file>   <file>gdb/c-valprint.c</file>            </files>            <log>  Fix printing of Wide_Character &amp; Wide_Wide_Character entities.
	
	Wide_Characters and Wide_Wide_Characters are incorrectly printed.
	Consider for instance:
	
	Medium : Wide_Character := Wide_Character'Val(16#dead#);
	
	Trying to print the value of this variable yields:
	
	(gdb) p medium
	$1 = 57005 '[&quot;ad&quot;]'
	
	The integer value is correct (57005 = 0xdead), but the character
	representation is not, it should be:
	
	$1 = 57005 '[&quot;dead&quot;]'
	
	Same for Wide_Wide_Characters.
	
	There were two issues:
	(a) The first issue was in ada-valprint, where we were assuming
	that character types were 1 byte long;
	(b) The second problem was in c-valprint, where we were down-casting
	the integer value of the character to type `unsigned char',
	causing use to lose all but the lowest byte.
	
	gdb/ChangeLog:
	
	* ada-valprint. (ada_printchar): Use the correct type length
	in call to ada_emit_char.
	* c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.              </log>        </commit>    </body> <timestamp>1295036307</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>        <branch>gdb_7_2-branch</branch>   </source>    <body>        <commit>            <author>brobecke</author>            <files>   <file>gdb/ChangeLog</file>   <file>gdb/ada-valprint.c</file>            </files>            <log>  [Ada] Fix printing of Wide_Wide_Strings
	
	This fixes the printing of Wide_Wide_String objects.  For instance,
	consider:
	
	My_WWS : Wide_Wide_String := &quot; helo&quot;;
	
	Before this patch is applied, GDB prints:
	
	(gdb) print my_wws
	$1 = &quot; [&quot;00&quot;]h[&quot;00&quot;]e&quot;
	
	gdb/ChangeLog:
	
	* ada-valprint.c (ada_emit_char): Remove strange code.
	Check that c is &lt;= UCHAR_MAX before passing it to isascii.
	(char_at): Do not assume that TYPE_LEN is either 1 or 2.              </log>        </commit>    </body> <timestamp>1295036299</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>    </source>    <body>        <commit>            <author>brobecke</author>            <files>   <file>gdb/testsuite/ChangeLog</file>   <file>gdb/testsuite/gdb.base/wchar.c</file>   <file>gdb/testsuite/gdb.base/wchar.exp</file>            </files>            <log>  new testcase printing wchar_t characters and strings
	
	gdb/testsuite/ChangeLog:
	
	* gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.              </log>        </commit>    </body> <timestamp>1295033620</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>    </source>    <body>        <commit>            <author>brobecke</author>            <files>   <file>gdb/testsuite/ChangeLog</file>   <file>gdb/testsuite/gdb.ada/widewide.exp</file>   <file>gdb/testsuite/gdb.ada/widewide/foo.adb</file>   <file>gdb/testsuite/gdb.ada/widewide/pck.adb</file>   <file>gdb/testsuite/gdb.ada/widewide/pck.ads</file>            </files>            <log>  new testcase for Ada Wide Wide Characters and Strings
	
	gdb/testsuite/ChangeLog:
	
	* gdb.ada/widewide: New testcase.              </log>        </commit>    </body> <timestamp>1295033604</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>    </source>    <body>        <commit>            <author>brobecke</author>            <files>            </files>            <log>             </log>        </commit>    </body> <timestamp>1295033587</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>    </source>    <body>        <commit>            <author>brobecke</author>            <files>   <file>gdb/ChangeLog</file>   <file>gdb/ada-valprint.c</file>   <file>gdb/c-valprint.c</file>            </files>            <log>  Fix printing of Wide_Character &amp; Wide_Wide_Character entities.
	
	Wide_Characters and Wide_Wide_Characters are incorrectly printed.
	Consider for instance:
	
	Medium : Wide_Character := Wide_Character'Val(16#dead#);
	
	Trying to print the value of this variable yields:
	
	(gdb) p medium
	$1 = 57005 '[&quot;ad&quot;]'
	
	The integer value is correct (57005 = 0xdead), but the character
	representation is not, it should be:
	
	$1 = 57005 '[&quot;dead&quot;]'
	
	Same for Wide_Wide_Characters.
	
	There were two issues:
	(a) The first issue was in ada-valprint, where we were assuming
	that character types were 1 byte long;
	(b) The second problem was in c-valprint, where we were down-casting
	the integer value of the character to type `unsigned char',
	causing use to lose all but the lowest byte.
	
	gdb/ChangeLog:
	
	* ada-valprint. (ada_printchar): Use the correct type length
	in call to ada_emit_char.
	* c-valprint.c (c_val_print): Remove cast in call to LA_PRINT_CHAR.              </log>        </commit>    </body> <timestamp>1295033580</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>    </source>    <body>        <commit>            <author>muller</author>            <files>   <file>gdb/ChangeLog</file>   <file>gdb/solib-som.h</file>   <file>gdb/solib-som.chppa-hpux-nat.c</file>            </files>            <log>  * solib-som.h (hpux_major_release): Declare variable here.
	* solib-som.c:  Remove &lt;sys/utsname.h&gt; header.
	(DEFAULT_HPUX_MAJOR_RELEASE): New macro.
	(hpux_major_release): Make global, change default value to
	DEFAULT_HPUX_MAJOR_RELEASE.
	(get_hpux_major_release): Simply return HPUX_MAJOR_RELEASE.
	* hppa-hpux-nat.c: Add &lt;sys/utsname.h&gt; include.
	Add &quot;solib-som.h&quot; header.
	(set_hpux_major_release): New function.
	(_initialize_hppa_hpux_nat): Call set_hpux_major_release.              </log>        </commit>    </body> <timestamp>1295030375</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>    </source>    <body>        <commit>            <author>vapier</author>            <files>   <file>gdb/ChangeLog</file>   <file>gdb/configure.tgt</file>            </files>            <log>  gdb: extend Linux osabi match
	
	The current osabi default matching misses all *-uclinux tuples.
	
	Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;              </log>        </commit>    </body> <timestamp>1295028998</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>    </source>    <body>        <commit>            <author>brobecke</author>            <files>   <file>gdb/ChangeLog</file>   <file>gdb/ia64-hpux-nat.c</file>   <file>gdb/ia64-hpux-tdep.csolib-ia64-hpux.c</file>            </files>            <log>  fix ARI warnings introduced by ia64-hpux patches
	
	gdb/ChangeLog:
	
	* ia64-hpux-nat.c (ia64_hpux_fetch_register): Remove trailing
	new-line at end of warning message.
	(ia64_hpux_store_register): Remove trailing new-line at end of
	error message.
	* ia64-hpux-tdep.c: Rephrase comment.
	* solib-ia64-hpux.c (struct dld_info): Change type of field
	dld_flags from &quot;long long&quot; to ULONGEST.              </log>        </commit>    </body> <timestamp>1295013185</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>    </source>    <body>        <commit>            <author>palves</author>            <files>   <file>gdb/ChangeLog</file>   <file>gdb/target.c</file>   <file>gdb/target.h</file>            </files>            <log>  * target.h (deprecated_child_ops): Delete declaration.
	* target.c (deprecated_child_ops): Delete definition.              </log>        </commit>    </body> <timestamp>1295012840</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>    </source>    <body>        <commit>            <author>palves</author>            <files>   <file>gdb/configure.ac</file>            </files>            <log>  gdb/
	* Makefile.in (hpux-thread.o): Delete rule.
	* configure.ac: Don't check for HPUX DCE threads support.
	* configure, config.in: Regenerate.
	* hppa-hpux-nat.c (child_suppress_run): Delete.
	(hppa_hpux_child_can_run): Delete.
	(_initialize_hppa_hpux_nat): Don't override to_can_run.
	* hpux-thread.c: Delete.              </log>        </commit>    </body> <timestamp>1295012600</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>    </source>    <body>        <commit>            <author>palves</author>            <files>   <file>gdb/ChangeLog</file>   <file>gdb/Makefile.in</file>   <file>gdb/config.in</file>   <file>gdb/configurehppa-hpux-nat.c</file>   <file>gdb/hpux-thread.c</file>            </files>            <log>  * Makefile.in (hpux-thread.o): Delete rule.
	* configure.ac: Don't check for HPUX DCE threads support.
	* configure, config.in: Regenerate.
	* hppa-hpux-nat.c (child_suppress_run): Delete.
	(hppa_hpux_child_can_run): Delete.
	(_initialize_hppa_hpux_nat): Don't override to_can_run.
	* hpux-thread.c: Delete.              </log>        </commit>    </body> <timestamp>1295012308</timestamp></message><message>    <generator>        <name>CIA Perl client for Cygnus-style CVS mails</name>        <version>1.1</version>        <url>Ask pasky@ucw.cz.</url>    </generator>    <source>        <project>gdb</project>        <module>src</module>        <branch>gdb_7_2-branch</branch>   </source>    <body>        <commit>            <author>gdbadmin</author>            <files>   <file>gdb/version.in</file>            </files>            <log>                </log>        </commit>    </body> <timestamp>1294963238</timestamp></message></recentMessages></statsTarget>
