Re: [darwin-dev] Setting kernel gdb to a frame address?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On 08 Aug 2007, at 13:28, Alexander von Below wrote: Jonas _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I can x/i the addresses, and assemble my own stack trace with info line, but trying to just set the frame to the pointer (i.e. `frame 0x1234abcd') does not work. You have to use "frame 1", "frame 2" etc to see respectively the frame of the caller of the current routine, the frame of the caller's caller etc. This email sent to site_archiver@lists.apple.com
participants (1)
-
Jonas Maebe