<?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: What are symbol files?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/what-are-symbol-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/what-are-symbol-files/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 11:35:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TheFinder</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/what-are-symbol-files/#comment-110068</link>
		<dc:creator>TheFinder</dc:creator>
		<pubDate>Tue, 14 Aug 2012 19:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/what-are-symbol-files/#comment-110068</guid>
		<description><![CDATA[Thanks guys, I have since figured it out after I posted, but again thank you.]]></description>
		<content:encoded><![CDATA[<p>Thanks guys, I have since figured it out after I posted, but again thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/what-are-symbol-files/#comment-110040</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Mon, 13 Aug 2012 20:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/what-are-symbol-files/#comment-110040</guid>
		<description><![CDATA[Most likely you&#039;re asking about debug files.
&#160;
A lot of the program source code that you write consists of references to names, e.g., variables, branch labels, functions, etc. When the source is compiled, those names mostly disappear from compiled binary object. They are replaced by pointers, memory addresses, offsets and stuff that CPUs understand.
&#160;
A symbol table (file) provides debuggers a way to translate those references back out to English so names that you can recognize are displayed.
&#160;
Tom]]></description>
		<content:encoded><![CDATA[<p>Most likely you&#8217;re asking about debug files.<br />
&nbsp;<br />
A lot of the program source code that you write consists of references to names, e.g., variables, branch labels, functions, etc. When the source is compiled, those names mostly disappear from compiled binary object. They are replaced by pointers, memory addresses, offsets and stuff that CPUs understand.<br />
&nbsp;<br />
A symbol table (file) provides debuggers a way to translate those references back out to English so names that you can recognize are displayed.<br />
&nbsp;<br />
Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/8 queries in 0.012 seconds using memcached
Object Caching 283/284 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 12:25:47 -->