syscall_emul: add extra debug support for syscalls
Review Request #3321 - Created Feb. 10, 2016 and submitted
| Information | |
|---|---|
| Brandon Potter | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 11339:86ea50affa34 --------------------------- syscall_emul: add extra debug support for syscalls Breaks the debug output from system calls into two levels: Base and Verbose. A macro is added specifically for system calls which allows developers to easily add new debug messages in a consistent manner. The macro also contains a field to print thread IDs along with the CPU ID.
Small thing below. No need to repost.
-
src/sim/syscall_emul.cc (Diff revision 1) -
Should this be SyscallVerbose since it's only printed when Verbose is enabled? Unless I misunderstand the DTRACE macro...
