forked from Imagelibrary/binutils-gdb
sim: bfin: add support disasm tracing
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2016-01-05 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* interp.c (step_once): Call TRACE_DISASM.
|
||||
|
||||
2016-01-04 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* bfin-sim.c (decode_dsp32shift_0): Change MIN to min.
|
||||
|
||||
@@ -606,6 +606,8 @@ step_once (SIM_CPU *cpu)
|
||||
trace_prefix (sd, cpu, NULL_CIA, oldpc, TRACE_LINENUM_P (cpu),
|
||||
NULL, 0, " "); /* Use a space for gcc warnings. */
|
||||
|
||||
TRACE_DISASM (cpu, oldpc);
|
||||
|
||||
/* Handle hardware single stepping when lower than EVT3, and when SYSCFG
|
||||
has already had the SSSTEP bit enabled. */
|
||||
ssstep = false;
|
||||
|
||||
Reference in New Issue
Block a user