Re: KEXT Debugging
Re: KEXT Debugging
- Subject: Re: KEXT Debugging
- From: Andrew Gallatin <email@hidden>
- Date: Mon, 6 Jan 2003 17:47:49 -0500 (EST)
Justin C. Walker writes:
>
>
FWIW, libkvm is present on Mac OS X/Darwin. Don't know if the Darwin
>
gdb is set up to use it though.
Cool. I had no idea. Unfortunately, gdb doesn't appear to know about
it though:
% gdb
GNU gdb 5.1-20020408 (Apple version gdb-228) (Sun Jul 14 10:07:24 GMT 2002)
Copyright 2002 Free Software Foundation, Inc.
<...>
(gdb) help target
<..>
List of target subcommands:
target async -- Use a remote computer via a serial line
target child -- Unix child process (started by the "run" command)
target cisco -- Use a remote machine via TCP
target core-macho -- Use a core file as a target
target exec -- Use an executable file as a target
target extended-async -- Use a remote computer via a serial line
target extended-remote -- Use a remote computer via a serial line
target macos-child -- Mac OS X child process (started by the "run"command)
target macos-exec -- Mac OS X executable
target remote -- Use a remote computer via a serial line
target remote-kdp -- Remotely debug a Mac OS X system using KDP
<..>
I'd expect a kcore target. Oh well..
Drew
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.