mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-27 03:54:29 +00:00
Fix thread-extra-info name. qfThreadExtraInfo ->qThreadExtraInfo.
This commit is contained in:
parent
f1251bdd6b
commit
480ff1fb28
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user