We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97fce8 commit 1dac85cCopy full SHA for 1dac85c
src/target/riscv/riscv-011.c
@@ -1889,8 +1889,8 @@ static int handle_halt(struct target *target, bool announce)
1889
/* This is logged to the user so that gdb will show it when a user types
1890
* 'monitor reset init'. At that time gdb appears to have the pc cached
1891
* still so if a user manually inspects the pc it will still have the old
1892
- * value. */
1893
- LOG_USER("halted at 0x%" PRIx64 " due to %s", info->dpc, cause_string[cause]);
+ * value. FIXME changed to LOG_DEBUG due to step will output a lot of message */
+ LOG_DEBUG("halted at 0x%" PRIx64 " due to %s", info->dpc, cause_string[cause]);
1894
1895
return ERROR_OK;
1896
}
0 commit comments