Re: Easiest way to get function name/offset from a hex address?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=AM/3WuCJvCViakvTxc8S/6vBx+CdjcLmzt2fjcpjqvg=; b=u8RJuZrChraRlY9blUnhWM3G0H/B3/xe6yL3HZKC2hYstQd9NeSaCus2qE/s9QygDU Ovc1O3/E0HCcIMoGok0LoJtz26TT8jdwHZhofeHZjzwlmfRCp3Iw+fR3NAiZs7FjcRto L4GQ+8aXVkwCWdsW0Kds8MsBt0uyJYwZhCB6Q= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=h80ThK3sh1uCKFda1J8kVY0kPiI05Y/1BK1p7ZAmdex4iVOtdu0OEMi94tON5eo60q axt1EzlsfdFKDuNizCnCxWRah8kzBUUBrBD/MZiXjjqt/QKeAC2eBpc54EuFgIhnZ1nr 8cGCmvEmNwRZfo74QVGfQKypjJ35DeLwLOYiU= http://lists.apple.com/archives/cocoa-dev/2005/Mar/msg00108.html On Jan 28, 2009, at 7:15 PM, Karan, Cem (Civ, ARL/CISD) wrote: --- http://twitter.com/wagerlabs _______________________________________________ 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... There's some info in this thread as the person seems to be asking the same question. I'm using -finstrument-functions to figure out what the stream of calls is that causes my program to crash. Since -finstrument- functions instruments everything with calls to __cyg_profile_func_enter() & __cyg_profile_func_enter(), I have the hex address of the function that is being called, and the site where it is being called from. This email sent to site_archiver@lists.apple.com
participants (1)
-
Joel Reymont