VirtualBox

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


Ignore:
Timestamp:
May 11, 2023 1:01:08 AM (22 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157315
Message:

*: doxygen corrections (mostly about removing @returns from functions returning void).

Location:
trunk/src/VBox/Debugger
Files:
11 edited

Legend:

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

    r98103 r99739  
    274274 * Inserts the given trace flow module into the list.
    275275 *
    276  * @returns nothing.
    277276 * @param   pDbgc         The DBGC instance.
    278277 * @param   pTraceFlow    The trace flow module.
  • trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp

    r99069 r99739  
    15661566 * border and spacing on the edges.
    15671567 *
    1568  * @returns nothing.
    15691568 * @param   hFlowBb              The basic block handle.
    15701569 * @param   pDumpBb             The dumper state to fill in for the basic block.
     
    16101609 * Dumps a top or bottom boundary line.
    16111610 *
    1612  * @returns nothing.
    16131611 * @param   hScreen             The screen to draw to.
    16141612 * @param   uStartX             Where to start drawing the boundary.
     
    16301628 * Dumps a spacing line between the top or bottom boundary and the actual disassembly.
    16311629 *
    1632  * @returns nothing.
    16331630 * @param   hScreen             The screen to draw to.
    16341631 * @param   uStartX             Where to start drawing the spacing.
     
    16501647 * Writes a given text to the screen.
    16511648 *
    1652  * @returns nothing.
    16531649 * @param   hScreen             The screen to draw to.
    16541650 * @param   uStartX             Where to start drawing the line.
     
    16731669 * Dumps one basic block using the dumper callback.
    16741670 *
    1675  * @returns nothing.
    16761671 * @param   pDumpBb             The basic block dump state to dump.
    16771672 * @param   hScreen             The screen to draw to.
     
    17201715 * Dumps one branch table using the dumper callback.
    17211716 *
    1722  * @returns nothing.
    17231717 * @param   pDumpBranchTbl      The basic block dump state to dump.
    17241718 * @param   hScreen             The screen to draw to.
     
    58095803 * Used during DBGC initialization to configure events with defaults.
    58105804 *
    5811  * @returns VBox status code.
    58125805 * @param   pDbgc       The DBGC instance.
    58135806 */
  • trunk/src/VBox/Debugger/DBGCGdbRemoteStub.cpp

    r98103 r99739  
    355355 * Deregisters the given trace point (needs to be unregistered from DBGF by the caller before).
    356356 *
    357  * @returns nothing.
    358357 * @param   pTp                 The trace point to deregister.
    359358 */
     
    21342133 * Resets the packet buffer.
    21352134 *
    2136  * @returns nothing.
    21372135 * @param   pThis               The GDB stub context.
    21382136 */
     
    21482146 * Resets the given GDB stub context to the initial state.
    21492147 *
    2150  * @returns nothing.
    21512148 * @param   pThis               The GDB stub context.
    21522149 */
     
    27772774 * Destroys the given GDB stub context.
    27782775 *
    2779  * @returns nothing.
    27802776 * @param   pThis                   The GDB stub context to destroy.
    27812777 */
  • trunk/src/VBox/Debugger/DBGCIo.cpp

    r98103 r99739  
    160160 * Destroys all allocated data for the given dbeugger console I/O instance.
    161161 *
    162  * @returns nothing.
    163162 * @param   pDbgcIo             Pointer to the dbeugger console I/O instance data.
    164163 */
  • trunk/src/VBox/Debugger/DBGCIoProvInternal.h

    r98103 r99739  
    7373     * Destroys the given I/O provider instance.
    7474     *
    75      * @returns nothing.
    7675     * @param   hDbgcIoProv     The I/O provider instance handle to destroy.
    7776     */
  • trunk/src/VBox/Debugger/DBGCRemoteKd.cpp

    r98103 r99739  
    14611461 * Returns a human readable string of the given manipulate request ID.
    14621462 *
    1463  * @returns nothing.
     1463 * @returns Human readable string (read only).
    14641464 * @param   idReq               Request ID (API number in KD speak).
    14651465 */
     
    15071507 * Dumps the content of a manipulate packet.
    15081508 *
    1509  * @returns nothing.
    15101509 * @param   pSgBuf              S/G buffer containing the manipulate packet payload.
    15111510 */
     
    16891688 * Resets the emulated hardware breakpoint state to a state similar after a reboot.
    16901689 *
    1691  * @returns nothing.
    16921690 * @param   pThis               The KD context.
    16931691 */
     
    18681866 * Updates emulated hardware breakpoints based on the written DR6 value.
    18691867 *
    1870  * @returns nothing.
    18711868 * @param   pThis               The KD context.
    18721869 * @param   uDr6                The DR7 value which is written.
     
    26602657 * Resets the packet receive state machine.
    26612658 *
    2662  * @returns nothing.
    26632659 * @param   pThis               The KD context.
    26642660 */
     
    27152711 * Sends a message to the remotes end.
    27162712 *
    2717  * @returns nothing.
    27182713 * @param   pThis               The KD context data.
    27192714 * @param   fWarning            Flag whether this is a warning or an informational message.
     
    37233718 * Tries to detect the guest OS running in the VM looking specifically for the Windows NT kind.
    37243719 *
    3725  * @returns Nothing.
    37263720 * @param   pThis               The KD context.
    37273721 */
     
    44694463 * Destroys the given KD context.
    44704464 *
    4471  * @returns nothing.
    44724465 * @param   pThis                   The KD context to destroy.
    44734466 */
  • trunk/src/VBox/Debugger/DBGCScreenAscii.cpp

    r98103 r99739  
    229229 * Destroys a given ASCII screen.
    230230 *
    231  * @returns nothing.
    232231 * @param   hScreen             The screen handle.
    233232 */
     
    355354 * Draws a vertical line at the given coordinates.
    356355 *
    357  * @returns nothing.
     356 * @returns VBox status code.
    358357 * @param   hScreen             The screen handle.
    359358 * @param   uX                  X position to draw.
  • trunk/src/VBox/Debugger/DBGPlugInLinux.cpp

    r99220 r99739  
    12581258 * Destroy the config database.
    12591259 *
    1260  * @returns nothing.
    12611260 * @param   pThis               The Linux digger data.
    12621261 */
  • trunk/src/VBox/Debugger/DBGPlugInWinNt.cpp

    r98103 r99739  
    579579 * to gather debug information from the system.
    580580 *
    581  * @returns nothing.
    582581 * @param   pThis           The instance data.
    583582 * @param   pUVM            The user mode VM handle.
     
    660659 * Tries to resolve the KPCR and KPCRB addresses for each vCPU.
    661660 *
    662  * @returns nothing.
    663661 * @param   pThis           The instance data.
    664662 * @param   pUVM            The user mode VM handle.
  • trunk/src/VBox/Debugger/VBoxDbgConsole.cpp

    r98103 r99739  
    882882
    883883
    884 /**
    885  * The Debugger Console Thread
    886  *
    887  * @returns VBox status code (ignored).
    888  * @param   Thread      The thread handle.
    889  * @param   pvUser      Pointer to the VBoxDbgConsole object.s
    890  */
    891884/*static*/ DECLCALLBACK(int)
    892885VBoxDbgConsole::backThread(RTTHREAD Thread, void *pvUser)
  • trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp

    r98103 r99739  
    365365     * in anticipation of the next updateCallback call.
    366366     *
    367      * @returns The current node.
    368367     * @param   pNode       The current node.
    369368     */
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