Changeset 71507 in vbox
- Timestamp:
- Mar 26, 2018 9:24:21 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp
r69111 r71507 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2018 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 85 85 if (!strcmp(psz, "breakpoint") || !strcmp(psz, "panic")) 86 86 return true; 87 88 /* 'disabled' does not trigger a breakpoint. */ 89 if (!strcmp(psz, "disabled")) 90 return false; 87 91 88 92 #ifdef VBOX_RTASSERT_WITH_WAIT
Note:
See TracChangeset
for help on using the changeset viewer.