diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 2e56072..54d3b2c 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -1654,7 +1654,7 @@ remote_threads_extra_info (struct thread_info *tp) if (use_threadextra_query) { - sprintf (bufp, "qfThreadExtraInfo,%x", tp->pid); + sprintf (bufp, "qThreadExtraInfo,%x", tp->pid); putpkt (bufp); getpkt (bufp, PBUFSIZ, 0); if (bufp[0] != 0) |