OSDN Git Service

Fix thread-extra-info name. qfThreadExtraInfo ->qThreadExtraInfo.
authorcagney <cagney>
Wed, 29 Mar 2000 08:28:59 +0000 (08:28 +0000)
committercagney <cagney>
Wed, 29 Mar 2000 08:28:59 +0000 (08:28 +0000)
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/remote.c

index 27d0c05..7f67e14 100644 (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. 
index 03a704b..e3fa4ba 100644 (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 
index 6aca7ad..4308756 100644 (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
index 2e56072..54d3b2c 100644 (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)