Changeset 57358 in vbox for trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp
r56978 r57358 41 41 42 42 43 /******************************************************************************* 44 * Header Files *45 ******************************************************************************* /43 /********************************************************************************************************************************* 44 * Header Files * 45 *********************************************************************************************************************************/ 46 46 #define LOG_GROUP RTLOGGROUP_DBG 47 47 #include <iprt/dbg.h> … … 64 64 65 65 66 /******************************************************************************* 67 * Structures and Typedefs *68 ******************************************************************************* /66 /********************************************************************************************************************************* 67 * Structures and Typedefs * 68 *********************************************************************************************************************************/ 69 69 /** 70 70 * CodeView Header. There are two of this, base header at the start of the debug … … 577 577 578 578 579 /******************************************************************************* 580 * Defined Constants And Macros *581 ******************************************************************************* /579 /********************************************************************************************************************************* 580 * Defined Constants And Macros * 581 *********************************************************************************************************************************/ 582 582 /** Light weight assert + return w/ fixed status code. */ 583 583 #define RTDBGMODCV_CHECK_RET_BF(a_Expr, a_LogArgs) \
Note:
See TracChangeset
for help on using the changeset viewer.