site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=8C6PutmGN9g5sfDVcowbEmA9hXh1b9t/MDia0MIQsUI=; b=OMLQ6OU9lbB8i5YqXrZp0IyhhwPXxAfvEBQkFYVuHLP7fHvumAEF0C5eBZdibanFHRK+DewCUB/lIYZ1fsNRRDALEJCecpp17LLWyqn0IyCbK+sGctsZQR4bxRnyKukpQovrFo5Sbq0ueSx2Crhccjz5sgDnBC5PHc91VFWAp90= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QBqBlbENe6ICrqly3BbPZVAxpAvQHbi7PgRxsixDnSM40otk6bs1I4MrroY5zWSVkApBTvskNyH5wYTKo3IY7A1q0JMhLR5OsQ3Ig+cpibhiuC3UKSuqvQCpewLZu4vrmjJ5av6hezWM+u/g/5eboxszI4wIsKeT5bJ3X3kNQhw= On Nov 8, 2007 11:05 AM, billy lau <blau2@uiuc.edu> wrote:
That is correct. My host machine is of PPC while my target machine is of x86. Therefore, are there any extra configurations that I need to do, especially with gdb?
gdb -arch i386 /Volumes/KernelDebugKit/mach_kernel (gdb) source /Volumes/KernelDebugKit/kgmacros
When I source the kgmacros, gdb gave me an error saying
Error in sourced command file: No symbol table is loaded. use the "file" command.
That is probably because you didn't specify the "arch" flag. For more information see the gdb release notes in /Developer/Documentation and "man gdb" _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Brian Bechtel