aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2012-05-21 03:06:31 +0000
committerDavid Xu <davidxu@FreeBSD.org>2012-05-21 03:06:31 +0000
commitf8ad51d5e28b83bd3091f9191c26c84ef225b525 (patch)
treecac2867f334498f4c38f88575ce58fa20798e552 /gnu
parentfa27760e2e21695dcc8ad77c8938aafc90efb4fc (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gdb/libgdb/fbsd-threads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/libgdb/fbsd-threads.c b/gnu/usr.bin/gdb/libgdb/fbsd-threads.c
index 5733e4063ad67..78819a743e517 100644
--- a/gnu/usr.bin/gdb/libgdb/fbsd-threads.c
+++ b/gnu/usr.bin/gdb/libgdb/fbsd-threads.c
@@ -1311,7 +1311,7 @@ tsd_cb (thread_key_t key, void (*destructor)(void *), void *ignore)
else
name = DEPRECATED_SYMBOL_NAME (ms);
- printf_filtered ("Destructor %p <%s>\n", destructor, name);
+ printf_filtered ("Key %d, destructor %p <%s>\n", key, destructor, name);
return 0;
}