http://bugs.winehq.org/show_bug.cgi?id=12776
Summary: input line truncated in command-line debugging program 'kd' Product: Wine Version: 0.9.58. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: fengyuning1984@gmail.com
The command-line debugging program 'kd', one of "debugging tools for windows", suffer an input-line-truncation problem.
For example, the following command line:
kd>bp nt!ntcreateprocessex
would lead to unresolved "nt!ntcreateproces", missing the last three characters. This problem occurs both when invoked from wine and wineconsole, and occurs both in kd version 6.6 and 6.8.