summaryrefslogtreecommitdiff
path: root/gdb/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/ChangeLog
parentdc5000e72188dd452616737a08bd11b320a8d25d (diff)
downloadbinutils-gdb-027c0295d85769f2bcf07218d4296644f129cfc5.tar.gz
* 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/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 27d67b57980..b8801619c4d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
+ * linux-thread-db.c (thread_db_pid_to_str): Print thread IDs
+ as hexadecimal.
+
+2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
+
* jv-exp.y (push_fieldnames): Use STRUCTOP_PTR instead of
STRUCTOP_STRUCT.
* jv-lang.c (evaluate_subexp_java): Handle STRUCTOP_PTR instead of