projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01ecaf4
)
cpu-exec: Check -dfilter for -d cpu
author
Richard Henderson
<rth@twiddle.net>
Wed, 13 Jul 2016 06:39:16 +0000
(23:39 -0700)
committer
Richard Henderson
<rth@twiddle.net>
Fri, 16 Sep 2016 15:12:11 +0000
(08:12 -0700)
Signed-off-by: Richard Henderson <rth@twiddle.net>
cpu-exec.c
patch
|
blob
|
history
diff --git
a/cpu-exec.c
b/cpu-exec.c
index b240b9fa45a0d1567c23586e1fbdc6e638c14fc8..9f4bd0b6dd8881a66143f8790d9a9ec6dd127b5a 100644
(file)
--- a/
cpu-exec.c
+++ b/
cpu-exec.c
@@
-147,7
+147,8
@@
static inline tcg_target_ulong cpu_tb_exec(CPUState *cpu, TranslationBlock *itb)
itb->tc_ptr, itb->pc, lookup_symbol(itb->pc));
#if defined(DEBUG_DISAS)
- if (qemu_loglevel_mask(CPU_LOG_TB_CPU)) {
+ if (qemu_loglevel_mask(CPU_LOG_TB_CPU)
+ && qemu_log_in_addr_range(itb->pc)) {
#if defined(TARGET_I386)
log_cpu_state(cpu, CPU_DUMP_CCOP);
#elif defined(TARGET_M68K)