VirtualBox

Ignore:
Timestamp:
Dec 21, 2009 11:06:08 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56209
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/r0drv/linux/assert-r0drv-linux.c

    r25530 r25536  
    5454
    5555
    56 void rtR0AssertNativeMsg2V(const char *pszFormat, va_list va)
     56void rtR0AssertNativeMsg2V(bool fInitial, const char *pszFormat, va_list va)
    5757{
    5858    char szMsg[256];
     
    6161    szMsg[sizeof(szMsg) - 1] = '\0';
    6262    printk("%s", szMsg);
     63
     64    NOREF(fInitial);
    6365}
    6466
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette