Index: /trunk/src/VBox/Debugger/DBGCGdbRemoteStub.cpp
===================================================================
--- /trunk/src/VBox/Debugger/DBGCGdbRemoteStub.cpp	(revision 84628)
+++ /trunk/src/VBox/Debugger/DBGCGdbRemoteStub.cpp	(revision 84629)
@@ -140,8 +140,8 @@
  * @returns Status code.
  * @param   pThis               The GDB stub context.
- * @param   pbArgs              Pointer to the arguments.
- * @param   cbArgs              Size of the arguments in bytes.
- */
-typedef DECLCALLBACK(int) FNGDBSTUBQPKTPROC(PGDBSTUBCTX pThis, const uint8_t *pbArgs, size_t cbArgs);
+ * @param   pbVal               Pointer to the remaining value.
+ * @param   cbVal               Size of the remaining value in bytes.
+ */
+typedef DECLCALLBACK(int) FNGDBSTUBQPKTPROC(PGDBSTUBCTX pThis, const uint8_t *pbVal, size_t cbVal);
 typedef FNGDBSTUBQPKTPROC *PFNGDBSTUBQPKTPROC;
 
@@ -368,6 +368,5 @@
  * @param   pbBuf               The buffer containing the hexstring to convert.
  * @param   cbBuf               Size of the buffer in bytes.
- * @param   pvDst               Where to store the decoded data.
- * @param   cbDst               Maximum buffer sizein bytes.
+ * @param   puVal               Where to store the decoded integer.
  * @param   chSep               The character to stop conversion at.
  * @param   ppbSep              Where to store the pointer in the buffer where the separator was found, optional.
