VirtualBox

Ignore:
Timestamp:
Dec 21, 2009 11:06:08 AM (15 years ago)
Author:
vboxsync
Message:

iprt/assert.h: Added RTAssertMsg2Add[Weak][V] for dumping the lock deadlock chain and stacks. Added the missing internal/assert.h file to the linux and freebsd kernel source trees.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/RTAssertMsg2Add.cpp

    r25534 r25536  
    11/* $Id$ */
    22/** @file
    3  * IPRT - RTAssertMsg2.
     3 * IPRT - RTAssertMsg2Add.
    44 */
    55
    66/*
    7  * Copyright (C) 2008 Sun Microsystems, Inc.
     7 * Copyright (C) 2008-2009 Sun Microsystems, Inc.
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    3939
    4040
    41 RTDECL(void) RTAssertMsg2(const char *pszFormat, ...)
     41RTDECL(void) RTAssertMsg2Add(const char *pszFormat, ...)
    4242{
    4343    va_list va;
    4444    va_start(va, pszFormat);
    45     RTAssertMsg2V(pszFormat, va);
     45    RTAssertMsg2AddV(pszFormat, va);
    4646    va_end(va);
    4747}
    48 RT_EXPORT_SYMBOL(RTAssertMsg2);
     48RT_EXPORT_SYMBOL(RTAssertMsg2Add);
    4949
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