HomeFreeBSD

Don't print an extra newline after the instruction when printing for

Description

Don't print an extra newline after the instruction when printing for
single stepping of multiple instructions (e.g., s/p,<count> and n/p).
db_print_loc_and_inst() already prints a newline on all arches although
it probably shouldn't.

Especially on SMP systems, single stepping tends to deadlock or panic
too quickly to be useful for anything except finding bugs in itself,
but with printing "itself" includes console drivers so it is useful
for generating stress tests for console drivers.

Details

Provenance
bdeAuthored on
Parents
rS304077: Correct the size of the softc in a10_ehci
Branches
Unknown
Tags
Unknown