Package: gdb-doc Version: 6.6.90.20070912-1 Severity: minor Hello,
chapter "Remote Protocol" states: A `*' means that the next character is an ASCII encoding giving a repeat count which stands for that many repetitions of the character preceding the `*'. The encoding is `n+29', yielding a printable character where `n >=3' [...]. So: "`0* '" means the same as "0000". Given that I read it correctly, `0* ' should only mean "000", because ord(' ') - 29 == 32 - 29 == 3. Best regards Uwe -- Uwe Kleine-König http://www.google.com/search?q=72+PS+point+in+inch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]