mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-12 12:40:36 +00:00
sim: bfin: add support disasm tracing
This commit is contained in:
parent
70d3944832
commit
824c862804
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user