VirtualBox

Changeset 71507 in vbox


Ignore:
Timestamp:
Mar 26, 2018 9:24:21 AM (7 years ago)
Author:
vboxsync
Message:

IPRT: Added "disabled" mode for VBOX_ASSERT in rtAssertShouldPanicWorker().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/VBox/RTAssertShouldPanic-vbox.cpp

    r69111 r71507  
    55
    66/*
    7  * Copyright (C) 2006-2017 Oracle Corporation
     7 * Copyright (C) 2006-2018 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    8585    if (!strcmp(psz, "breakpoint") || !strcmp(psz, "panic"))
    8686        return true;
     87
     88    /* 'disabled' does not trigger a breakpoint. */
     89    if (!strcmp(psz, "disabled"))
     90        return false;
    8791
    8892#ifdef VBOX_RTASSERT_WITH_WAIT
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