- Timestamp:
- Feb 4, 2006, 7:10:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/src/lib/sys/b_panic.c
r2519 r2520 205 205 else if (panicStrICmp(&pszPanicCfg, "breakpoint", "BREAKPOINT")) 206 206 fBreakpoint = TRUE; 207 else if (panicStrICmp(&pszPanicCfg, "nobreakpoint", "NOBREAKPOINT")) 208 fBreakpoint = FALSE; 207 209 //else if (panicStrICmp(&pszPanicCfg, "dump", "DUMP")) 208 210 // fDumpProcess = TRUE; … … 416 418 { 417 419 if (!rc) 418 PRINT_C("Process ha vebeen dumped\r\n");420 PRINT_C("Process has been dumped\r\n"); 419 421 else if (rc == 0x00011176 || rc == ERROR_INVALID_PARAMETER) /* first is actual, 2nd is docs */ 420 PRINT_C("Process dumping was disabled, use DUMPPROC to enable it.\r\n");422 PRINT_C("Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.\r\n"); 421 423 else 422 424 {
Note:
See TracChangeset
for help on using the changeset viewer.