Re: [Kgdb-bugreport] [PATCH] Implement kgdb exception passing and attachwait

2007-08-18 Thread Randy Dunlap
On Fri, 17 Aug 2007 21:51:29 -0700 (PDT) [EMAIL PROTECTED] wrote: On Fri, 17 Aug 2007 13:31:07 -0700 Pete/Piet Delaney wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Rini wrote: On Wed, Aug 15, 2007 at 04:32:18PM -0700, Pete/Piet Delaney wrote: [snip] Am I right

Re: [Kgdb-bugreport] [PATCH] Implement kgdb exception passing and attachwait

2007-08-17 Thread Tom Rini
On Wed, Aug 15, 2007 at 04:32:18PM -0700, Pete/Piet Delaney wrote: [snip] Am I right that the Documentation that use to exist in the Documentation/i386/kgdb file is gone? I was wondering if our Documentation might explain some of this better than the Kconfig.kgdb file. I recall you making the

Re: [Kgdb-bugreport] [PATCH] Implement kgdb exception passing and attachwait

2007-08-17 Thread Pete/Piet Delaney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Rini wrote: On Wed, Aug 15, 2007 at 04:32:18PM -0700, Pete/Piet Delaney wrote: [snip] Am I right that the Documentation that use to exist in the Documentation/i386/kgdb file is gone? I was wondering if our Documentation might explain some

Re: [Kgdb-bugreport] [PATCH] Implement kgdb exception passing and attachwait

2007-08-17 Thread Pete/Piet Delaney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Rini wrote: On Wed, Aug 15, 2007 at 04:32:18PM -0700, Pete/Piet Delaney wrote: [snip] Am I right that the Documentation that use to exist in the Documentation/i386/kgdb file is gone? I was wondering if our Documentation might explain some

Re: [Kgdb-bugreport] [PATCH] Implement kgdb exception passing and attachwait

2007-08-17 Thread Randy Dunlap
On Fri, 17 Aug 2007 13:31:07 -0700 Pete/Piet Delaney wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Rini wrote: On Wed, Aug 15, 2007 at 04:32:18PM -0700, Pete/Piet Delaney wrote: [snip] Am I right that the Documentation that use to exist in the Documentation/i386/kgdb

Re: [Kgdb-bugreport] [PATCH] Implement kgdb exception passing and attachwait

2007-08-17 Thread george
On Fri, 17 Aug 2007 13:31:07 -0700 Pete/Piet Delaney wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Rini wrote: On Wed, Aug 15, 2007 at 04:32:18PM -0700, Pete/Piet Delaney wrote: [snip] Am I right that the Documentation that use to exist in the Documentation/i386/kgdb

Re: [Kgdb-bugreport] [PATCH] Implement kgdb exception passing and attachwait

2007-08-15 Thread Jason Wessel
Pete/Piet Delaney wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Two Questions: 1st: Your wrote: - -- This patch implements new behavior to kgdb. Kgdb should have the ability to wait for a debugger

Re: [Kgdb-bugreport] [PATCH] Implement kgdb exception passing and attachwait

2007-08-14 Thread Pete/Piet Delaney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason Wessel wrote: This patch implements a new feature where you can selectively pass exceptions in advanced use cases. This patch also provides the debugger the ability to be less invasive with further controls on when to wait for a debugger to

[Kgdb-bugreport] [PATCH] Implement kgdb exception passing and attachwait

2007-08-10 Thread Jason Wessel
This patch implements a new feature where you can selectively pass exceptions in advanced use cases. This patch also provides the debugger the ability to be less invasive with further controls on when to wait for a debugger to attach vs letting the system free run and process exceptions that