]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kdb,kgdb: Allow arbitrary kgdb magic knock sequences
authorJason Wessel <jason.wessel@windriver.com>
Mon, 23 May 2011 18:47:46 +0000 (13:47 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Fri, 29 Jul 2011 22:48:39 +0000 (17:48 -0500)
commit29e3c61ef33c6a3198ce06a5737676b8bc2144b8
tree82796cb02d47a90d6d9447982b91a2433fdc5ed0
parent621ebf205b994af7998e6d2f9628f238998812c9
kdb,kgdb: Allow arbitrary kgdb magic knock sequences

The first packet that gdb sends when the kernel is in kdb mode seems
to change with every release of gdb.  Instead of continuing to add
many different gdb packets, change kdb to automatically look for any
thing that looks like a gdb packet.

Example first boot tests:
kernel/debug/kdb/kdb_io.c