VirtualBox

Changeset 32049 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 27, 2010 12:47:44 PM (14 years ago)
Author:
vboxsync
Message:

VMM/DBGF: typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/DBGF.cpp

    r28800 r32049  
    2828 *
    2929 * The interface is working in a manner similar to the win32, linux and os2
    30  * debugger interfaces. It interface has an asynchronous nature. This comes from
    31  * the fact that the VMM and the Debugger are running in different threads. They
    32  * are refered to as the "emulation thread" and the "debugger thread", or as the
    33  * "ping thread" and the "pong thread, respectivly. (The last set of names comes
    34  * from the use of the Ping-Pong synchronization construct from the RTSem API.)
     30 * debugger interfaces. The interface has an asynchronous nature. This comes
     31 * from the fact that the VMM and the Debugger are running in different threads.
     32 * They are refered to as the "emulation thread" and the "debugger thread", or
     33 * as the "ping thread" and the "pong thread, respectivly. (The last set of
     34 * names comes from the use of the Ping-Pong synchronization construct from the
     35 * RTSem API.)
    3536 *
    3637 * @see grp_dbgf
     
    4950 * event waiting to be processed.
    5051 *
    51  * An event can be a respons to an command issued previously, the hitting of a
    52  * breakpoint, or running into a bad/fatal VMM condition. The debugger now have
     52 * An event can be a respons to a command issued previously, the hitting of a
     53 * breakpoint, or running into a bad/fatal VMM condition. The debugger now has
    5354 * the ping and must respond to the event at hand - the VMM is waiting. This
    5455 * usually means that the user of the debugger must do something, but it doesn't
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