Avi Cohen Stuart wrote:
> Hi Jason, 
>
> Got me a 2.6.26 kernel, compiled and enabled kgdb. In the kernel config I 
> only find kgdboc. Does that mean I can only kgdb using a serial console or 
> can I use kgdboc with my normal console on my laptop?
>
> It seems that kgdb8250 has disappeared... 
>
> Avi. 
> N.B. kgdboe seemed a lot easier... 
>
>   

Please do not mail me directly about general kgdb questions.  Please
send general questions about kgdb to the KGDB Mailing List
[EMAIL PROTECTED]

The kernel.org 2.6.26 version of kgdb requires a serial console as only
kgdboc is merged to the kernel.org kernels.  If you want to use the
kgdb8250 driver or kgdboe, you need to consider using the kgdb_2.6.26
branch of the kgdb git repository.

http://git.kernel.org/?p=linux/kernel/git/jwessel/linux-2.6-kgdb.git;a=shortlog;h=kgdb_2.6.26

If you apply the the following two patches in order it will enable
kgdboe for 2.6.26, as an example.

http://git.kernel.org/?p=linux/kernel/git/jwessel/linux-2.6-kgdb.git;a=commitdiff_plain;h=866062412b1f872ec2c4b73a408eb844ad682242
http://git.kernel.org/?p=linux/kernel/git/jwessel/linux-2.6-kgdb.git;a=commitdiff_plain;h=5d10499090b337b65ada8336e6eb6a697c96868c

Jason.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Kgdb-bugreport mailing list
Kgdb-bugreport@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport

Reply via email to