http://bugs.winehq.org/show_bug.cgi?id=13188
Summary: command-line kernel debugger kd display problem Product: Wine Version: 1.0-rc1 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: fengyuning1984@gmail.com
No matter how many lines have been output by kd, the input starts at column 1, at the line immediately following the last input line. e.g.
kd> some_command<enter> _ ^ new input starts from here, even if this line already has some output in it.
The results are: 1. if last command has no output, then the "kd>" prompt will be erased by the new input. 2. if there are lines of output, then the new input command and the new output will mix with previous input and output, which makes the screen unreadable.