diff options
author | Bruce Evans <bde@FreeBSD.org> | 2016-08-14 13:23:02 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 2016-08-14 13:23:02 +0000 |
commit | cecc0aa9f9f84f187c10043539f3b36b3463aaba (patch) | |
tree | 853311dbac203e5c9ab64f7298f5ba9aa0611c54 | |
parent | 29f11c7d8b39264d1b67882fca29f176859a2fc3 (diff) |
Notes
-rw-r--r-- | sys/ddb/db_run.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index 5250651efc52e..5e42d745e162f 100644 --- a/sys/ddb/db_run.c +++ b/sys/ddb/db_run.c @@ -145,7 +145,6 @@ db_stop_at_pc(bool *is_breakpoint) if (db_sstep_print) { db_printf("\t\t"); db_print_loc_and_inst(pc); - db_printf("\n"); } return (false); /* continue */ } @@ -165,7 +164,6 @@ db_stop_at_pc(bool *is_breakpoint) for (i = db_call_depth; --i > 0; ) db_printf(" "); db_print_loc_and_inst(pc); - db_printf("\n"); } } if (inst_call(ins)) |