make log more readable
This commit is contained in:
parent
d68a5af55e
commit
a84d9a2a3a
1 changed files with 3 additions and 0 deletions
|
@ -308,6 +308,9 @@ void debugger(console *const cnsl, bus *const b, std::atomic_uint32_t *const sto
|
||||||
*cnsl->get_running_flag() = true;
|
*cnsl->get_running_flag() = true;
|
||||||
|
|
||||||
while(*stop_event == EVENT_NONE) {
|
while(*stop_event == EVENT_NONE) {
|
||||||
|
if (!single_step)
|
||||||
|
DOLOG(debug, false, "---");
|
||||||
|
|
||||||
c->step_a();
|
c->step_a();
|
||||||
|
|
||||||
if (trace_start_addr != -1 && c->getPC() == trace_start_addr)
|
if (trace_start_addr != -1 && c->getPC() == trace_start_addr)
|
||||||
|
|
Loading…
Add table
Reference in a new issue