VirtualBox

Changeset 25528 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Dec 20, 2009 11:24:59 PM (15 years ago)
Author:
vboxsync
Message:

IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, AssertMsg2Weak, AssertMsg2, AssertMsg2WeakV and AssertMsg2V. Doing more of the assertion machinery in common/misc/assert.cpp to avoid code duplication (ring-0). Major SUPDrv version bump.

Location:
trunk/src/VBox/Additions/common
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile

    r25451 r25528  
    103103        common/log/logcom.o \
    104104        common/log/logformat.o \
     105        common/misc/RTAssertMsg1Weak.o \
     106        common/misc/RTAssertMsg2V.o \
     107        common/misc/RTAssertMsg2Weak.o \
     108        common/misc/RTAssertMsg2WeakV.o \
     109        common/misc/assert.o \
    105110        common/string/strformat.o \
    106111        common/string/strformatrt.o \
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest

    r25421 r25528  
    9797    ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/udivdi3.c=>common/math/gcc/udivdi3.c \
    9898    ${PATH_ROOT}/src/VBox/Runtime/common/math/gcc/umoddi3.c=>common/math/gcc/umoddi3.c \
     99    ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp=>common/misc/RTAssertMsg1Weak.c \
     100    ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2V.cpp=>common/misc/RTAssertMsg2V.c \
     101    ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp=>common/misc/RTAssertMsg2Weak.c \
     102    ${PATH_ROOT}/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp=>common/misc/RTAssertMsg2WeakV.c \
     103    ${PATH_ROOT}/src/VBox/Runtime/common/misc/assert.cpp=>common/misc/assert.c \
    99104    ${PATH_ROOT}/src/VBox/Runtime/common/string/strformat.cpp=>common/string/strformat.c \
    100105    ${PATH_ROOT}/src/VBox/Runtime/common/string/strformatrt.cpp=>common/string/strformatrt.c \
  • trunk/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp

    r21211 r25528  
    5656
    5757#ifdef DUMPHEAP
    58 #define VBGL_PH_dprintf(a) AssertMsg2 a
     58# define VBGL_PH_dprintf(a) RTAssertMsg2Weak a
    5959#else
    60 #define VBGL_PH_dprintf(a)
     60# define VBGL_PH_dprintf(a)
    6161#endif
    6262
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c

    r21511 r25528  
    2525#ifdef RT_OS_LINUX
    2626# include "VBoxCalls.h"
    27 # define DbgPrint AssertMsg2
     27# define DbgPrint RTAssertMsg2Weak
    2828#else
    2929# include "VBoxCalls.h"
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