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

@ -1,3 +1,8 @@
Tue Mar 28 18:28:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
* remote.c (remote_threads_extra_info): Replace qfThreadExtraInfo
with qThreadExtraInfo.
2000-03-29 J.T. Conklin <jtc@redback.com>
* i386nbsd-nat.c (fetch_core_registers): Make static.

View File

@ -1,3 +1,8 @@
Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
* gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
qThreadExtraInfo.
2000-03-28 J.T. Conklin <jtc@redback.com>
* gdb.texinfo: Clarify which remote debug protocol commands are

View File

@ -9465,7 +9465,7 @@ respond to each reply with a request for more thread ids (using the
(lower-case el, for @code{'last'}).
@item extra thread info
@tab @code{qfThreadExtraInfo,}@var{<id>}
@tab @code{q}@code{ThreadExtraInfo}@code{,}@var{id}
@tab
@item
@tab

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)