VirtualBox

Changeset 25536 in vbox for trunk/src/VBox/Runtime/include


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 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/assert.h

    r25528 r25536  
    5353 * facility is best fitting.
    5454 *
     55 * @param   fInitial    Whether it's the initial (true) or an additional (false)
     56 *                      message.
    5557 * @param   pszFormat   Printf like format string.
    5658 * @param   va          Arguments to that string.
    5759 */
    58 void rtR0AssertNativeMsg2V(const char *pszFormat, va_list va);
     60void rtR0AssertNativeMsg2V(bool fInitial, const char *pszFormat, va_list va);
    5961
    6062#endif
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