core/com.nokia.carbide.cpp.doc.user/html/debugger/views/view_disassembly.htm
changeset 2137 0a2167a80b64
parent 2136 f0b706fa897d
child 2140 3cc835ea617d
equal deleted inserted replaced
2136:f0b706fa897d 2137:0a2167a80b64
     2 <html>
     2 <html>
     3 <head>
     3 <head>
     4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
       
     7 <script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
     7 <title>Disassembly Window</title>
     8 <title>Disassembly Window</title>
     8 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
     9 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
     9 <style type="text/css">
    10 <style type="text/css">
    10 <!--
    11 <!--
    11 .style1 {
    12 .style1 {
    15 -->
    16 -->
    16 </style>
    17 </style>
    17 </head>
    18 </head>
    18 <body >
    19 <body >
    19 <h2>Disassembly View</h2>
    20 <h2>Disassembly View</h2>
    20 <p>  When debugging your application, the <b>Disassembly</b> view shows the loaded program as assembler instructions. When you use the Disassembly view, you can do the following tasks:</p>
    21 <p>When debugging your application, the <img src="../../images/command_link.png" border="0" alt="" /> <a href='javascript:executeCommand("org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.cdt.dsf.debug.ui.disassembly.view)")' class="command-link"><b>Disassembly</b></a> view shows the loaded program as assembler instructions. When you use the Disassembly view, you can do the following tasks:</p>
    21 <ul>
    22 <ul>
    22   <li>Step through the disassembly instructions of your program using the <b>Instruction Stepping Mode</b> (<img src="../../reference/images/icon_instr_stepping_mode.png" width="18" height="16" align="absmiddle">) icon in the <a href="../debug/viewing_debug.htm">Debug</a> view (Figure 1). </li>
    23   <li>Step through the disassembly instructions of your program using the <b>Instruction Stepping Mode</b> (<img src="../../reference/images/icon_instr_stepping_mode.png" width="18" height="16" align="absmiddle">) icon in the <a href="../debug/viewing_debug.htm">Debug</a> view (Figure 1). </li>
    23   <li>Reposition the PC  using the various move commands (Figure 1) by first selecting the line to move to, then select the command from the context menu.</li>
    24   <li>Reposition the PC  using the various move commands (Figure 1) by first selecting the line to move to, then select the command from the context menu.</li>
    24   <li>Set breakpoints at the start of any assembler instruction by right-clicking the left hand column to view the context menu options (Figure 2) </li>
    25   <li>Set breakpoints at the start of any assembler instruction by right-clicking the left hand column to view the context menu options (Figure 2) </li>
    25 </ul>
    26 </ul>