Go to the documentation of this file.
46 #ifndef __SIM_SYSCALL_DEBUG_MACROS_HH__
47 #define __SIM_SYSCALL_DEBUG_MACROS_HH__
49 #include "debug/SyscallBase.hh"
50 #include "debug/SyscallVerbose.hh"
59 #define DPRINTF_SYSCALL(FLAGEXT, FMT, ...) \
60 DPRINTFS(Syscall##FLAGEXT, tc->getCpuPtr(), "T%d : syscall " FMT, \
61 tc->threadId(), __VA_ARGS__)
63 #endif // __SIM_SYSCALL_DEBUG_MACROS_HH__
Generated on Fri Jun 9 2017 13:03:51 for gem5 by doxygen 1.8.6