Re: [PATCH] Documentation: How to use GDB to decode OOPSes

2007-05-29 Thread Andrew Morton
On Mon, 28 May 2007 10:46:18 +0300 (EEST) Pekka J Enberg <[EMAIL PROTECTED]> wrote: > +In addition, you can use GDB to figure out the exact file and line > +number of the OOPS from the vmlinux file. If you have > +CONFIG_DEBUG_INFO enabled, you can simply copy the EIP value from the > +OOPS: > +

Re: [PATCH] Documentation: How to use GDB to decode OOPSes

2007-05-29 Thread Andrew Morton
On Mon, 28 May 2007 10:46:18 +0300 (EEST) Pekka J Enberg [EMAIL PROTECTED] wrote: +In addition, you can use GDB to figure out the exact file and line +number of the OOPS from the vmlinux file. If you have +CONFIG_DEBUG_INFO enabled, you can simply copy the EIP value from the +OOPS: + + EIP:

[PATCH] Documentation: How to use GDB to decode OOPSes

2007-05-28 Thread Pekka J Enberg
From: Pekka Enberg <[EMAIL PROTECTED]> Adds instructions how to use GDB to figure out the exact location of an OOPS to Documentation/BUG-HUNTING. Signed-off-by: Pekka Enberg <[EMAIL PROTECTED]> --- Documentation/BUG-HUNTING | 24 1 file changed, 24 insertions(+)

[PATCH] Documentation: How to use GDB to decode OOPSes

2007-05-28 Thread Pekka J Enberg
From: Pekka Enberg [EMAIL PROTECTED] Adds instructions how to use GDB to figure out the exact location of an OOPS to Documentation/BUG-HUNTING. Signed-off-by: Pekka Enberg [EMAIL PROTECTED] --- Documentation/BUG-HUNTING | 24 1 file changed, 24 insertions(+) Index: