Changeset 72686 in vbox for trunk/include
- Timestamp:
- Jun 26, 2018 1:50:12 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123203
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/dbgftrace.h
r69107 r72686 74 74 #endif 75 75 76 #ifdef RT_COMPILER_SUPPORTS_VA_ARGS 77 /** 78 * Add a custom string (req. variadict macro support). 79 */ 80 # ifdef DBGFTRACE_ENABLED 81 # define DBGFTRACE_CUSTOM(a_pVM, ...) \ 82 do { RTTraceBufAddMsgF((a_pVM)->CTX_SUFF(hTraceBuf), __VA_ARGS__); } while (0) 83 # else 84 # define DBGFTRACE_CUSTOM(a_pVM, ...) do { } while (0) 85 # endif 86 #endif 87 76 88 /** 77 89 * Records the current source position. … … 96 108 97 109 98 /** @name Tracing Mac ors for PDM Devices, Drivers and USB Devices.110 /** @name Tracing Macros for PDM Devices, Drivers and USB Devices. 99 111 * @{ 100 112 */
Note:
See TracChangeset
for help on using the changeset viewer.