aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-05-14 16:52:13 +0000
committerDaniel Jacobowitz <drow@false.org>2007-05-14 16:52:13 +0000
commit027c0295d85769f2bcf07218d4296644f129cfc5 (patch)
treee65e9bac7c11985e9b5d76e1b2856b594ba0455a /gdb/testsuite/ChangeLog
parentdc5000e72188dd452616737a08bd11b320a8d25d (diff)
downloadgdb-027c0295d85769f2bcf07218d4296644f129cfc5.zip
gdb-027c0295d85769f2bcf07218d4296644f129cfc5.tar.gz
gdb-027c0295d85769f2bcf07218d4296644f129cfc5.tar.bz2
* linux-thread-db.c (thread_db_pid_to_str): Print thread IDs
as hexadecimal. * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs. * gdb.threads/print-threads.exp (test_all_threads): Allow negative and hexadecimal thread IDs.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index a6b1d97..f4f6305 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,11 @@
2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
+ * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
+ * gdb.threads/print-threads.exp (test_all_threads): Allow
+ negative and hexadecimal thread IDs.
+
+2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
+
* gdb.java/jprint.java (public): Avoid invalid call to static
method.