core/com.nokia.carbide.cpp.doc.user/html/concepts/symbolic_files_about.htm
author fturovic <frank.turovich@nokia.com>
Thu, 29 Jul 2010 14:41:38 -0500
changeset 1725 90bba933bb36
parent 1376 120480c02651
child 1791 727385d8e2b3
permissions -rw-r--r--
added views overview and modified css file colors

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>About Symbolics Files</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>About Symbolics Files</h2>
<p>A symbolics file contains debugging information that the IDE generates for a computer program. The debugger uses this information to control program execution. For example, the debugger uses the symbolics file to find the source code that corresponds to the executing object code of the computer program.</p>
<p>Symbolics files contain this information:</p>
<ul>
  <li>Routine names</li>
  <li>Variables names</li>
  <li>Variable locations in source code</li>
  <li>Variable locations in object code</li>
</ul>
<p>The IDE supports several types of symbolics files. Some programs generate separate symbolic files, while others do not. For example, when you use the Freescale CodeView on Windows program, the IDE places the symbolics file inside the generated binary file.</p>
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>

</body>
</html>