Joe Korty wrote:
> On Thu, Oct 22, 2009 at 10:57:22AM -0400, Jason Wessel wrote:
>   
>> I don't know what applicability of your patches is to the "new kdb"
>> project but if you have some time perhaps you can check it out.
>>
>> I forked kdb earlier this year to create a project to merge kdb to the
>> mainline kernel.  The idea was to make kdb a bit more generic and hook
>> it up to the debug core (which is used by kgdb).  It even goes a step
>> further to integrate such that you can change graphics modes and works
>> on a number of architectures at the expense of reducing the original kdb
>> feature set.
>>
>> The kdb prototype 9 implementation is going to be published very soon.
>> I was still working with Jesse Barnes to stabilize the KMS (Kernel Mode
>> Setting) code in the 2.6.32 development kernel.  The target for
>> prototype 10 is to post it to LKML.   The main sticking point so far has
>> been the usb keyboard logic, which I have completely separated out in
>> the patch series because it might not get merged in the first pass.
>>
>> For more details about what I am talking about see:
>>
>> http://kgdb.wiki.kernel.org/index.php/Main_Page#Linux_Plumbers_Conference_presentation_2009
>>
>> And then ask questions if you have any.
>>     
>
> Hi Jason,
>  I haven't yet played with the new kdb, though I like the
> approach a lot and think it's the best way to go.  I'll
> play with it a bit and see if the new patches apply cleanly.
> They probably will since at most only one of them might have
> anything to do with the low level interface to the kernel.
>
>   

Maybe maybe not with respect to your patch set.

All the kdb files moved around and quite a few removed entirely or
consolidated into other files, and a number of function names got
changed (thanks in part to Martin) because we were making things much
more generic.

The kdb core in the new version lives in kernel/debug/kdb.   The debug
core itself is kernel/debug/debug_core.c.

Jason.

_______________________________________________
kdb mailing list
[email protected]
http://oss.sgi.com/mailman/listinfo/kdb

Reply via email to