| commit | e657952e41cf4d769206fb4cf1b3bf53189d5166 | [log] [tgz] |
|---|---|---|
| author | Colin Cross <ccross@android.com> | Wed Mar 14 19:26:53 2012 -0700 |
| committer | Colin Cross <ccross@android.com> | Mon Apr 09 13:58:03 2012 -0700 |
| tree | 8f52ca0b308504aa29a8cc4174cb83cc0c157e9b | |
| parent | 688a90183ad9b2ed1c2f16ebdd1819e21675aec0 [diff] |
kdb: support new lines without carriage returns kdb expects carriage returns through the serial port to terminate commands. Modify it to accept the first seen carriage return or new line as a terminator, but not treat \r\n as two terminators. Change-Id: I06166017e7703d24310eefcb71c3a7d427088db7 Signed-off-by: Colin Cross <ccross@android.com>