[PATCH 02/14] KDB: fix errant character in KDB show regs

2013-03-12 Thread Mike Travis
When KDB prints the process regs and backtrace, every line is preceeded with the character 'd'. This is the level argument to printk which is not interpreted when KDB is printing. Skip over this possible printk level in the outgoing string to fix this. Here is a small sample: dRIP: 0010:[] []

[PATCH 02/14] KDB: fix errant character in KDB show regs

2013-03-12 Thread Mike Travis
When KDB prints the process regs and backtrace, every line is preceeded with the character 'd'. This is the level argument to printk which is not interpreted when KDB is printing. Skip over this possible printk level in the outgoing string to fix this. Here is a small sample: dRIP: