> compile NEMU
ysyx_22040000 李心杨 Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar 1 12:35:11 UTC 2024 x86_64 GNU/Linux 19:46:03 up 6:51, 2 users, load average: 0.76, 0.68, 0.61
This commit is contained in:
parent
3358125504
commit
8e0d229f49
2 changed files with 15 additions and 12 deletions
|
@ -143,8 +143,11 @@ config TRACE_END
|
|||
|
||||
config ITRACE
|
||||
depends on TRACE && TARGET_NATIVE_ELF && ENGINE_INTERPRETER
|
||||
bool "Enable instruction tracer"
|
||||
bool "Enable instruction tracing"
|
||||
default y
|
||||
help
|
||||
Instraction tracing will log past instructions into a ring buffer
|
||||
and print them when NEMU exit unexpectedly.
|
||||
|
||||
config ITRACE_COND
|
||||
depends on ITRACE
|
||||
|
@ -158,7 +161,7 @@ config ITRACE_BUFFER
|
|||
|
||||
config MTRACE
|
||||
depends on TRACE && TARGET_NATIVE_ELF && ENGINE_INTERPRETER
|
||||
bool "Enable memory tracer"
|
||||
bool "Enable memory tracing"
|
||||
default n
|
||||
|
||||
config MTRACE_RANGE
|
||||
|
@ -176,7 +179,7 @@ config MTRACE_RANGE_MAX
|
|||
|
||||
config FTRACE
|
||||
depends on TRACE && TARGET_NATIVE_ELF && ENGINE_INTERPRETER
|
||||
bool "Enable function tracer"
|
||||
bool "Enable function tracing"
|
||||
default y
|
||||
|
||||
config FTRACE_STACK_SIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue