diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-05-14 16:52:13 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-05-14 16:52:13 +0000 |
commit | 027c0295d85769f2bcf07218d4296644f129cfc5 (patch) | |
tree | e65e9bac7c11985e9b5d76e1b2856b594ba0455a /gdb/ChangeLog | |
parent | dc5000e72188dd452616737a08bd11b320a8d25d (diff) | |
download | binutils-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/ChangeLog | 5 |
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 |