Changeset 2261 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Apr 20, 2007 10:05:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGF.cpp
r2229 r2261 233 233 * First a message. 234 234 */ 235 #ifndef __L4__ 236 235 237 RTStrmPrintf(g_pStdErr, "DBGF: No debugger attached, waiting 15 seconds for one to attach (event=%d)\n", enmEvent); 236 238 RTStrmFlush(g_pStdErr); 237 # ifdef DEBUG_sandervl239 # ifdef DEBUG_sandervl 238 240 int cWait = 10; 239 # else241 # else 240 242 int cWait = 150; 241 # endif243 # endif 242 244 while (cWait > 0) 243 245 { … … 258 260 cWait--; 259 261 } 262 #endif 260 263 261 264 RTStrmPrintf(g_pStdErr, "Stopping the VM!\n");
Note:
See TracChangeset
for help on using the changeset viewer.