<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Getting a useful stack trace from NSException#callStackReturnAddresses</title>
	<atom:link href="http://rel.me/2008/12/30/getting-a-useful-stack-trace-from-nsexception-callstackreturnaddresses/feed/" rel="self" type="application/rss+xml" />
	<link>http://rel.me/2008/12/30/getting-a-useful-stack-trace-from-nsexception-callstackreturnaddresses/</link>
	<description>programming, objective-c, cocoa, iphone, c</description>
	<lastBuildDate>Sun, 04 Sep 2011 09:27:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: August Atlanta iPhone User Group Meeting Follow-up &#124; Atlanta iPhone &#38; iTouch Developers</title>
		<link>http://rel.me/2008/12/30/getting-a-useful-stack-trace-from-nsexception-callstackreturnaddresses/comment-page-1/#comment-229</link>
		<dc:creator>August Atlanta iPhone User Group Meeting Follow-up &#124; Atlanta iPhone &#38; iTouch Developers</dc:creator>
		<pubDate>Wed, 12 Aug 2009 14:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://rel.me/?p=175#comment-229</guid>
		<description>[...] I had more information about this stack trace!&#8221; - come back here and follow the link to:  GTM stacktrace information.  Its a guide to using Google Toolbox for Mac.  This is the same toolbox that provides a simpler [...]</description>
		<content:encoded><![CDATA[<p>[...] I had more information about this stack trace!&#8221; &#8211; come back here and follow the link to:  GTM stacktrace information.  Its a guide to using Google Toolbox for Mac.  This is the same toolbox that provides a simpler [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AZ</title>
		<link>http://rel.me/2008/12/30/getting-a-useful-stack-trace-from-nsexception-callstackreturnaddresses/comment-page-1/#comment-198</link>
		<dc:creator>AZ</dc:creator>
		<pubDate>Fri, 10 Jul 2009 12:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://rel.me/?p=175#comment-198</guid>
		<description>Works great. Really.</description>
		<content:encoded><![CDATA[<p>Works great. Really.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabe</title>
		<link>http://rel.me/2008/12/30/getting-a-useful-stack-trace-from-nsexception-callstackreturnaddresses/comment-page-1/#comment-117</link>
		<dc:creator>gabe</dc:creator>
		<pubDate>Sat, 31 Jan 2009 00:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://rel.me/?p=175#comment-117</guid>
		<description>Oh right on. Yeah I guess I was referring to how you can&#039;t use NSTask in an iphone project, and the advantage of running with the GTMStackTrace stuff is that you can have it automatically dump the trace instead of having to manually run atos after the fact.</description>
		<content:encoded><![CDATA[<p>Oh right on. Yeah I guess I was referring to how you can&#8217;t use NSTask in an iphone project, and the advantage of running with the GTMStackTrace stuff is that you can have it automatically dump the trace instead of having to manually run atos after the fact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cosmix</title>
		<link>http://rel.me/2008/12/30/getting-a-useful-stack-trace-from-nsexception-callstackreturnaddresses/comment-page-1/#comment-116</link>
		<dc:creator>cosmix</dc:creator>
		<pubDate>Fri, 30 Jan 2009 21:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://rel.me/?p=175#comment-116</guid>
		<description>Actually, atos works for the iPhone, at least when you have a debug binary of your app. 

For those times when the debugger doesn&#039;t play nice, you can use the cryptic stack trace: take the lower addresses (usually, as in the example above, those that are five or six digits long) that actually correspond to your symbols (as opposed to the system functions that are using much higher addresses), convert to hex and run atos with &#039;-arch armv6&#039; on the debug executable (found in build/Debug-iphoneos).</description>
		<content:encoded><![CDATA[<p>Actually, atos works for the iPhone, at least when you have a debug binary of your app. </p>
<p>For those times when the debugger doesn&#8217;t play nice, you can use the cryptic stack trace: take the lower addresses (usually, as in the example above, those that are five or six digits long) that actually correspond to your symbols (as opposed to the system functions that are using much higher addresses), convert to hex and run atos with &#8216;-arch armv6&#8242; on the debug executable (found in build/Debug-iphoneos).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben&#8217;s Dev Blog &#187; Blog Archive &#187; Stack Traces for iPhone development</title>
		<link>http://rel.me/2008/12/30/getting-a-useful-stack-trace-from-nsexception-callstackreturnaddresses/comment-page-1/#comment-110</link>
		<dc:creator>Ben&#8217;s Dev Blog &#187; Blog Archive &#187; Stack Traces for iPhone development</dc:creator>
		<pubDate>Sun, 11 Jan 2009 19:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://rel.me/?p=175#comment-110</guid>
		<description>[...] Hanford posted a great example of using the Google Toolbox for Mac to print human readable stack [...]</description>
		<content:encoded><![CDATA[<p>[...] Hanford posted a great example of using the Google Toolbox for Mac to print human readable stack [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://rel.me/2008/12/30/getting-a-useful-stack-trace-from-nsexception-callstackreturnaddresses/comment-page-1/#comment-102</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 30 Dec 2008 22:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://rel.me/?p=175#comment-102</guid>
		<description>Hi, 

This would be great! How can I get GTM set up in my iPhone app (with as small a footprint as possible please).

Thanks</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>This would be great! How can I get GTM set up in my iPhone app (with as small a footprint as possible please).</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

