DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Using the graphical interface of debug

Event pane

The Event pane has two parts: the Main Event area, and the On Stop Event area. The Main Event area displays the ``Stop'', ``Signal'', ``Syscall'', and ``Exception'' events for the current process or thread. The On Stop Event area displays the ``On Stop'' events for the current process or thread. The information displayed for each event may include:


ID
The event number. You will also see the character D next to the number if the event has been disabled.

Type
STOP, SIGNAL, SYSCALL, or EXCEPTION. The type for a syscall event also includes the characters E or X, for system call entry or exit, respectively. Similarly, the type for an exception event also includes the characters T or C, for throw or catch, respectively.

Processes
The processes and threads for which the event is set.

Condition
For stop events, the ``Stop expression'' is the condition. For signal events, this is the list of signals the events applies to. For syscall events, it is the list of affected system calls. For exception events, it is type of object thrown or caught.

Count
For stop and syscall events, the number of times the condition occurs before the event triggers.

Command List
The commands the debugger is to perform when the event triggers.

If any of the information is too long to fit in its column, the information is truncated. If you click SELECT on any column, the full contents of that column are displayed in the footer area of the window containing this pane.


Next topic: Process pane
Previous topic: Disassembly pane

© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005