Re: [RFC][PATCH] modular kgdb-light

2008-02-15 Thread Jason Wessel
Andi Kleen wrote: > On Fri, Feb 15, 2008 at 01:35:36PM +0100, Jan Kiszka wrote: > >> o machine_emergency_restart - for implementing "R0" gdb packet >> > > Hmm, might be a bit dangerous to call this directly -- there are various > quirks with e.g. not rebooting on CPU #0 and not resetting A

Re: [RFC][PATCH] modular kgdb-light (was: Re: [git pull] kgdb-light -v10)

2008-02-15 Thread Andi Kleen
On Fri, Feb 15, 2008 at 01:35:36PM +0100, Jan Kiszka wrote: > Andi Kleen wrote: > >> This includes things like having "breakpoint reservations" (discussed > >> earlier) and just generally trying to add lots of infrastructure to make > >> kgdb "fit in" to the kernel. > > > > I think that part is

[RFC][PATCH] modular kgdb-light (was: Re: [git pull] kgdb-light -v10)

2008-02-15 Thread Jan Kiszka
Andi Kleen wrote: >> This includes things like having "breakpoint reservations" (discussed >> earlier) and just generally trying to add lots of infrastructure to make >> kgdb "fit in" to the kernel. > > I think that part is actually mostly ok now (old kgdb stubs were > much worse in this regard)