Fix thread-extra-info name. qfThreadExtraInfo ->qThreadExtraInfo.

This commit is contained in:
Andrew Cagney
2000-03-29 08:29:00 +00:00
parent f1251bdd6b
commit 480ff1fb28
4 changed files with 12 additions and 2 deletions

View File

@@ -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)