kernel-fxtec-pro1x/kernel/debug/kdb
Colin Cross da5453d178 ANDROID: 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>
2018-08-28 16:44:25 +05:30
..
.gitignore
kdb_bp.c kdb: bl: don't use tab character in output 2018-01-25 08:41:22 -06:00
kdb_bt.c sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> 2017-03-02 08:42:34 +01:00
kdb_cmds
kdb_debugger.c kgdb: timeout if secondary CPUs ignore the roundup 2014-11-11 09:31:53 -06:00
kdb_io.c ANDROID: kdb: support new lines without carriage returns 2018-08-28 16:44:25 +05:30
kdb_keyboard.c
kdb_main.c treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
kdb_private.h signal: Simplify and fix kdb_send_sig 2018-01-03 18:01:08 -06:00
kdb_support.c kdb: use memmove instead of overlapping memcpy 2018-02-04 21:29:53 -06:00
Makefile