carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_signals_view.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<html lang="en">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     3
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
<head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
<meta http-equiv="Content-Language" content="en-us">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
<meta name="ProgId" content="FrontPage.Editor.Document">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
<title>Signals view</title>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
<link rel="stylesheet" type="text/css" href="../help.css">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
</head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
<body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
<h1>Signals view</h1>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
<p>The <b>Signals</b> view of the Debug perspective lets you view the signals defined on the selected debug target and how the 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
debugger handles each one.</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
  <p><img src="../images/view_signals.png" width="440" height="251"  alt="Signals View"></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
  <table width="600px" cellpadding="5" cellspacing="0" border="1" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
    <caption>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
      <b>Signals Columns</b>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
    </caption>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
    <colgroup>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
    <col width="30%" valign="top" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
    <col width="70%" valign="top" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
    </colgroup>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
    <tbody>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
      <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
        <td width="99"><b>Name</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
        <td width="475">Displays the name of the signal.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
      </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
      <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
        <td><b>Pass</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
        <td>Where &quot;yes&quot; is displayed, the debugger  lets your program see the 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
  signal. Your program can handle the signal, or else it may terminate if the 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
  signal is fatal and not handled.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
      </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
      <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
        <td><b>Suspend</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
        <td>Where &quot;yes&quot; is displayed, the debugger  suspends your program when this 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
  signal is handled.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
      </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
      <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
        <td><b>Description</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
        <td>Displays a description of the signal.</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
      </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
    </tbody>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
  </table>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
  <h3>Signals view context menu commands </h3>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
  <p>The Signals view context menu commands   include:</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
  <table width="600" cellpadding="5" cellspacing="0" border="1" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
    <colgroup>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
    <col width="30%" valign="top" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    55
    <col width="70%" valign="top" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    56
    </colgroup>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    57
    <tbody>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    58
      <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    59
        <td valign="top"><center>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    60
          <b>Command</b>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    61
        </center>        </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    62
        <td valign="top"><center>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    63
          <b>Name</b>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    64
        </center>        </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    65
        <td valign="top"><center>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    66
          <b>Description</b>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    67
        </center>        </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    68
      </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    69
      <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    70
        <td width="74" valign="top">&nbsp;</td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    71
        <td width="143" valign="top"><b>Signal Properties... </b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    72
        <td width="345" valign="top"><p>Opens the properties window for the selected signal enabling you to:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    73
          <ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    74
              <li>pass or not pass the signal to the program</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    75
              <li>suspend the program when the signal occurs</li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    76
          </ul></p></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    77
      </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    78
      <tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    79
        <td valign="top"><center>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    80
          <img src="../images/icon_resume_signal.png" width="17" height="15" alt="Resume with Signal Icon">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    81
        </center>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    82
        </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    83
        <td valign="top"><b>Resume With Signal</b></td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    84
        <td valign="top">Resume program execution after receiving the signal. </td>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    85
      </tr>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    86
    </tbody>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    87
  </table>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    88
  <p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    89
    <br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    90
    <a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    91
  <p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    92
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    93
<a href="../tasks/cdt_o_debug.htm">Debugging</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    94
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    95
<br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    96
<a href="cdt_o_views.htm">Views</a></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    97
<p><img src="../images/nokia2007Copyright.png" alt="Nokia Copyright Statement" ><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    98
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    99
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   100
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
   101
</html>