Date: Wed, 20 Feb 2002 17:47:22 -0800 From: Justin C.Walker <justin@mac.com> To: freebsd-hackers@FreeBSD.ORG Subject: Re: Kernel Debugging over the Ethernet? Message-ID: <F2910198-266C-11D6-A30A-00306544D642@mac.com> In-Reply-To: <Pine.BSF.4.21.0202201651440.63302-100000@InterJet.elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday, February 20, 2002, at 04:52 PM, Julian Elischer wrote:
> yes but we might as well be protocol compatible if possible :-)
> If only to re-use what they did in gdb :-)
The Darwin/Mac OS X scheme only deals with IOKit because that's where
the drivers live. The protocol implementation is in the directory
'xnu/osfmk/kdp'. It's in essence a UDP protocol, and is implemented
without using any of the system's networking scheme (except for mbufs).
The implementation is polling. The implementation is pretty
light-weight.
Regards,
Justin
> On Wed, 20 Feb 2002, George V. Neville-Neil wrote:
>
>>> I was talking to Louis Gerbarg about this topic at the BSDCon last
>>> week. Apparently Darwin already has this functionality, so I suppose
>>> you'd like to take a look at it.
>>
>> That depends on where they put it. If it depends on I/OKit then we
>> won't be able to use it easily I figure.
--
Justin C. Walker, Curmudgeon-At-Large *
Institute for General Semantics | When LuteFisk is outlawed
| Only outlaws will have
| LuteFisk
*--------------------------------------*-------------------------------*
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F2910198-266C-11D6-A30A-00306544D642>
