VirtualBox

Changeset 84629 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Jun 1, 2020 8:32:44 PM (5 years ago)
Author:
vboxsync
Message:

Debugger: Initial port of my GDB stub library from ​​https://github.com/AlexanderEichner/libgdbstub to VirtualBox, ​​bugref:5217 [build and doxygen fixes]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCGdbRemoteStub.cpp

    r84628 r84629  
    140140 * @returns Status code.
    141141 * @param   pThis               The GDB stub context.
    142  * @param   pbArgs              Pointer to the arguments.
    143  * @param   cbArgs              Size of the arguments in bytes.
    144  */
    145 typedef DECLCALLBACK(int) FNGDBSTUBQPKTPROC(PGDBSTUBCTX pThis, const uint8_t *pbArgs, size_t cbArgs);
     142 * @param   pbVal               Pointer to the remaining value.
     143 * @param   cbVal               Size of the remaining value in bytes.
     144 */
     145typedef DECLCALLBACK(int) FNGDBSTUBQPKTPROC(PGDBSTUBCTX pThis, const uint8_t *pbVal, size_t cbVal);
    146146typedef FNGDBSTUBQPKTPROC *PFNGDBSTUBQPKTPROC;
    147147
     
    368368 * @param   pbBuf               The buffer containing the hexstring to convert.
    369369 * @param   cbBuf               Size of the buffer in bytes.
    370  * @param   pvDst               Where to store the decoded data.
    371  * @param   cbDst               Maximum buffer sizein bytes.
     370 * @param   puVal               Where to store the decoded integer.
    372371 * @param   chSep               The character to stop conversion at.
    373372 * @param   ppbSep              Where to store the pointer in the buffer where the separator was found, optional.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette