Make remote debugging with KGDB possible

2009-12-15 Thread Simon Perreault
Hello, This patch makes remote debugging with KGDB possible. It fixes a known bug, see e.g. http://kerneltrap.org/mailarchive/openbsd-misc/2008/10/7/3537224. Simon P.S. This is my first contribution, please tell me if I did anything wrong. Index: sys/dev/isa/com_isa.c

Re: Make remote debugging with KGDB possible

2009-12-15 Thread Darrin Chandler
On Tue, Dec 15, 2009 at 12:56:24PM -0500, Simon Perreault wrote: Hello, This patch makes remote debugging with KGDB possible. It fixes a known bug, see e.g. http://kerneltrap.org/mailarchive/openbsd-misc/2008/10/7/3537224. Simon P.S. This is my first contribution, please tell me if I

Re: Make remote debugging with KGDB possible

2009-12-15 Thread David Coppa
On Tue, Dec 15, 2009 at 6:56 PM, Simon Perreault simon.perrea...@viagenie.ca wrote: Hello, This patch makes remote debugging with KGDB possible. It fixes a known bug, see e.g. http://kerneltrap.org/mailarchive/openbsd-misc/2008/10/7/3537224. Simon P.S. This is my first contribution,

Re: Make remote debugging with KGDB possible

2009-12-15 Thread Federico G. Schwindt
On Tue, Dec 15, 2009 at 12:56:24PM -0500, Simon Perreault wrote: Hello, This patch makes remote debugging with KGDB possible. It fixes a known bug, see e.g. http://kerneltrap.org/mailarchive/openbsd-misc/2008/10/7/3537224. Simon P.S. This is my first contribution, please tell me if I