diff --git a/doc/org.eclipse.cdt.doc.user/images/icon_resume_signal.png b/doc/org.eclipse.cdt.doc.user/images/icon_resume_signal.png new file mode 100644 index 00000000000..b38dede9c7d Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/icon_resume_signal.png differ diff --git a/doc/org.eclipse.cdt.doc.user/images/view_signals.png b/doc/org.eclipse.cdt.doc.user/images/view_signals.png new file mode 100644 index 00000000000..66836489150 Binary files /dev/null and b/doc/org.eclipse.cdt.doc.user/images/view_signals.png differ diff --git a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm index b34aac47e05..7a3d59f94d6 100644 --- a/doc/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm +++ b/doc/org.eclipse.cdt.doc.user/reference/cdt_u_signals_view.htm @@ -14,33 +14,88 @@

Signals view

-

The Signals view of the Debug perspective lets you view the signals defined on the selected debug target and how the +

The Signals view of the Debug perspective lets you view the signals defined on the selected debug target and how the debugger handles each one.

-
-
Name
-
Displays the name of the signal.
-
Pass
-
Where "yes" is displayed, the debugger lets your program see the +

+ + + + + + + + + + + + + + + + + + + + + + + + +
+ Signals Columns +
Name
Displays the name of the signal.
Pass
Where "yes" is displayed, the debugger lets your program see the signal. Your program can handle the signal, or else it may terminate if the - signal is fatal and not handled. -
Suspend
-
Where "yes" is displayed, the debugger suspends your program when this - signal is handled.
-
Description
-
Displays a description of the signal.
- - -

Related concepts -
-Debug information

-

Related tasks + signal is fatal and not handled.

Suspend
Where "yes" is displayed, the debugger suspends your program when this + signal is handled.
Description
Displays a description of the signal.
+

Signals view context menu commands

+

The Signals view context menu commands include:

+ + + + + + + + + + + + + + + + + + + + + + +
+ Command +
+ Name +
+ Description +
 Signal Properties...

Opens the properties window for the selected signal enabling you to: +

    +
  • pass or not pass the signal to the program
  • +
  • suspend the program when the signal occurs
  • +

+ +
+
Resume With SignalResume program execution after receiving the signal.
+

Related concepts +
+ Debug information

+

Related tasks
Debugging

Related reference
Views

-IBM Copyright Statement - +

Nokia Copyright Statement
+IBM Copyright Statement

\ No newline at end of file