Messages in this thread |  | | | Date | Sun, 10 Feb 2008 04:34:50 -0500 | | From | Christoph Hellwig <> | | Subject | Re: [3/6] kgdb: core |
| |
On Sun, Feb 10, 2008 at 10:27:28AM +0100, Ingo Molnar wrote: > > The one I noticed quickly is the __ASSEMBLY__ removal from > > asm-x86/kgdb.h. [...] > > people might want to experiment with early debug code as well and > include asm-x86/kgdb.h in assembly files. So i kept that, it's sensible.
But asm-x86/kgdb.h doesn't have anythign people invoking kgdb might need, it's just the arch interface to the kgdb core. Nor does it compile even with the ifdef as it already contains a C enum.
|  |