cvs commit: src/sys/dev/dcons dcons.c

Hidetoshi Shimokawa simokawa at sat.t.u-tokyo.ac.jp
Sun Jul 11 00:11:19 PDT 2004


I'd like to re-support remote debugging by dcons(4).
Do you have any pointer for "new GDB debug port interface"?

/\ Hidetoshi Shimokawa
\/  simokawa at sat.t.u-tokyo.ac.jp
PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html

At Sat, 10 Jul 2004 21:02:17 +0000 (UTC),
Marcel Moolenaar wrote:
> 
> marcel      2004-07-10 21:02:17 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/dcons        dcons.c 
>   Log:
>   Update for the KDB framework:
>   o  Use kdb_alt_break() to handle the alternate break sequence instead
>      of handcoding it here.
>   o  Remove GDB kluges to make this driver work with the pre-KDB remote
>      GDB code.
>   o  Call kdb_enter() instead of Debugger().
>   
>   Note that with this commit the dcons(4) driver cannot be used for
>   remote debugging anymore. This driver has to use the new GDB debug
>   port interface instead. Such has not been done yet.
>   
>   Revision  Changes    Path
>   1.13      +4 -49     src/sys/dev/dcons/dcons.c


More information about the cvs-src mailing list