VirtualBox

Changeset 2261 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Apr 20, 2007 10:05:29 AM (18 years ago)
Author:
vboxsync
Message:

don't try to attach a debugger on L4

File:
1 edited

Legend:

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

    r2229 r2261  
    233233     * First a message.
    234234     */
     235#ifndef __L4__
     236
    235237    RTStrmPrintf(g_pStdErr, "DBGF: No debugger attached, waiting 15 seconds for one to attach (event=%d)\n", enmEvent);
    236238    RTStrmFlush(g_pStdErr);
    237 #ifdef DEBUG_sandervl
     239# ifdef DEBUG_sandervl
    238240    int cWait = 10;
    239 #else
     241# else
    240242    int cWait = 150;
    241 #endif
     243# endif
    242244    while (cWait > 0)
    243245    {
     
    258260        cWait--;
    259261    }
     262#endif
    260263
    261264    RTStrmPrintf(g_pStdErr, "Stopping the VM!\n");
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