- Timestamp:
- Feb 3, 2011 10:18:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGConsole.cpp
r35632 r35829 285 285 /** @todo Replace this with a sh/ksh/csh/rexx like toplevel language that 286 286 * allows doing function, loops, if, cases, and such. */ 287 int rc = 0;287 int rc = VINF_SUCCESS; 288 288 while (pDbgc->cInputLines) 289 289 { … … 343 343 || rc == VWRN_DBGC_CMD_PENDING) 344 344 break; 345 rc = VINF_SUCCESS; /* ignore other statuses */ 345 346 } 346 347
Note:
See TracChangeset
for help on using the changeset viewer.