core/com.nokia.carbide.cpp.doc.user/html/debugger/views/view_disassembly.htm
author fturovic <frank.turovich@nokia.com>
Fri, 08 Oct 2010 11:33:21 -0500
changeset 2143 af9d211660cb
parent 2140 3cc835ea617d
permissions -rw-r--r--
BUG 12320 - updated disassembly view page to match current implementation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2136
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     2
<html>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     3
<head>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
2137
0a2167a80b64 minor edits on view pages to make them more similar
fturovic <frank.turovich@nokia.com>
parents: 2136
diff changeset
     7
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"></script>
2143
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
     8
<title>Disassembly view</title>
2136
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     9
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    10
<style type="text/css">
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    11
<!--
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    12
.style1 {
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    13
	color: #FF0000;
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    14
	font-weight: bold;
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    15
}
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    16
-->
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    17
</style>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    18
</head>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    19
<body >
2143
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    20
<h2>Disassembly view</h2>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    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 using the Disassembly view, you can do the following:</p>
2136
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    22
<ul>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    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>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    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>
2143
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    25
  <li>Set breakpoints at the start of any assembler instruction by right-clicking the left hand column to view the context menu options </li>
2136
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    26
</ul>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    27
<p>Figure 1 shows the <b>Dissassembly</b> view stopped at a breakpoint.</p>
2143
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    28
<p align="center"><img src="../images/view_disassembly.png" alt="Disassembly view" width="500" height="237"></p>
2136
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    29
<p class="figure">Figure 1 - Disassembly view</p>
2140
3cc835ea617d BUG 12326 - replaced Expressions View page with Viewing Expressions content and removed links to duplicate page
fturovic <frank.turovich@nokia.com>
parents: 2137
diff changeset
    30
<div class="step">
2143
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    31
    <h4>Opening the Disassembly view </h4>
2140
3cc835ea617d BUG 12326 - replaced Expressions View page with Viewing Expressions content and removed links to duplicate page
fturovic <frank.turovich@nokia.com>
parents: 2137
diff changeset
    32
    <ul>
2143
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    33
        <li>Select Window &gt; Show View &gt; Disassembly menu option</li>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    34
    </ul>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    35
    <blockquote>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    36
        <p>OR</p>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    37
    </blockquote>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    38
    <ul>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    39
        <li>Click the Instruction Stepping Mode (<img src="../../reference/images/icon_instr_stepping_mode.png" alt="" width="18" height="16" align="absmiddle">) icon in the <a href="../debug/viewing_debug.htm">Debug</a> view
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    40
            <p>A <b>Disassembly</b> view appears in the current perspective.</p>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    41
        </li>
2140
3cc835ea617d BUG 12326 - replaced Expressions View page with Viewing Expressions content and removed links to duplicate page
fturovic <frank.turovich@nokia.com>
parents: 2137
diff changeset
    42
    </ul>
3cc835ea617d BUG 12326 - replaced Expressions View page with Viewing Expressions content and removed links to duplicate page
fturovic <frank.turovich@nokia.com>
parents: 2137
diff changeset
    43
</div>
2143
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    44
<h2>Disassembly view toolbar options</h2>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    45
<p>The following toolbar options are available in the <b>Disassembly</b> view:</p>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    46
<h5>Table 1. Disassembly view toolbar options</h5>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    47
<table width="88%"  border="0" cellpadding="2" cellspacing="0">
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    48
    <tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    49
        <th width="30%" scope="col">Item</th>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    50
        <th width="9%" scope="col">Icon</th>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    51
        <th width="61%" scope="col">Explanation</th>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    52
    </tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    53
    <tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    54
        <td><b>Enter location here</b></td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    55
        <td>&nbsp;</td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    56
        <td>Enter the memory address to show in the disassembler view.</td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    57
    </tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    58
    <tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    59
        <td><b>Refresh View</b></td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    60
        <td>            <div align="center"><img src="../images/icon_refresh.png" alt="Refresh icon" width="17" height="16"></div></td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    61
        <td>Click to refresh the current disassembly view.</td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    62
    </tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    63
    <tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    64
        <td><b>Goto Current Program Counter (Home)</b></td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    65
        <td><div align="center"><img src="../images/icon_home.png" alt="Home icon" width="17" height="18"></div></td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    66
        <td>Click to move to the current program counter location.</td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    67
    </tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    68
    <tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    69
        <td><b>Show Source</b></td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    70
        <td><div align="center"></div></td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    71
        <td>Click to open the source file associated with the selected disassembly view.</td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    72
    </tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    73
    <tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    74
        <td><b>View Menu</b></td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    75
        <td><div align="center"><img src="../images/icon_menu_white.png" alt="View Menu icon" width="12" height="12"></div></td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    76
        <td><p>Displays a dropdown list with the following options:</p>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    77
            <ul>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    78
                <li>Find in current document</li>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    79
                <li>Go to  Program Counter</li>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    80
                <li>Go to Memory Address...</li>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    81
                <li>Show Source</li>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    82
        </ul></td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    83
    </tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    84
</table>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    85
<h2>Disassembly view context menu options</h2>
2136
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    86
<p>Figure 2 shows the context menu that appears when you right-click in the Dissassembly pane. Right-clicking  the left border opens the breakpoint context menu in Figure 3.</p>
2143
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    87
<p class="figure"><img src="../images/menu_disassembly.png" alt="Disassembly context menu" width="207" height="197"></p>
2136
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    88
<p class="figure">Figure 2 - Disassembly pane context menu</p>
2143
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    89
<h5>Table 2. Disassembly pane &mdash; context menu</h5>
2136
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    90
<table width="88%"  border="0" cellpadding="2" cellspacing="0">
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    91
  <tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    92
    <th width="26%" scope="col">Item</th>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    93
    <th width="66%" scope="col">Explanation</th>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    94
  </tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    95
  <tr>
2143
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    96
      <td><b>Copy </b></td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    97
      <td>Click to copy the selected contents in the Disassembly view to the clipboard.</td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    98
  </tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
    99
  <tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   100
      <td><b>Select All</b></td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   101
      <td>Click to select the contents of the Disassembly view.</td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   102
  </tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   103
  <tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   104
      <td><b>Show Source</b></td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   105
      <td>Click to open the source file associated with the selected disassembly line.</td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   106
  </tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   107
  <tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   108
      <td><b>Show Symbols</b></td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   109
      <td>Click to toggle the display of symbols in the Disassembly view.</td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   110
  </tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   111
  <tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   112
      <td><b>Preferences...</b></td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   113
      <td><p>Opens the <b>Disassembly</b> preference panel.</p>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   114
        <p><img src="../images/pref_disassembly.png" alt="Disassembly preference panel" width="635" height="241"></p></td>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   115
  </tr>
af9d211660cb BUG 12320 - updated disassembly view page to match current implementation
fturovic <frank.turovich@nokia.com>
parents: 2140
diff changeset
   116
  <tr>
2136
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   117
    <td><b>Run to Line </b></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   118
    <td>Select <b>Run to Line</b> to execute the program from the currently executed line (the green line) to the selected line (the blue line).</td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   119
  </tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   120
  <tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   121
    <td><b>Move to Line</b></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   122
    <td><p>Select <b>Move to Line</b> to move the program counter to the selected line  (the blue line) skipping all intermediate lines but not resume execution. This enables you to skip suspect code and continue stepping through your program.</p>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   123
        <p class="note"><span class="style1">WARNING</span> Using this command can leave a program in an unstable state. Use at your own risk.</p></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   124
  </tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   125
  <tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   126
    <td><b>Resume at Line </b></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   127
    <td><p>Select <b>Resume at Line</b> to begin program execution at the selected line   (the blue line), skipping all lines between it and the currently executed line  (the green line). </p>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   128
        <p class="note"><span class="style1">WARNING</span> Using this command can leave a program in an unstable state. Use at your own risk.</p></td>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   129
  </tr>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   130
</table>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   131
<h5>Related reference</h5>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   132
<ul><li><a href="../../concepts/breakpoints.htm">Breakpoints</a></li>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   133
  <li><a href="../debug/cmds_reposition_pc.htm">Repositioning the Program Counter</a></li>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   134
</ul>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   135
<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>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   136
</body>
f0b706fa897d all instances of PLUGINS_ROOT preceded by any path had the path removed (incorrect syntax)
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
   137
</html>