info handle (gdb mode only)

Print available signals and signal setting information.

Syntax

info handle

Parameters

None.

Description

This command prints a list of available signals and the current settings for signal handling. You can change these settings with the handle command.

Example

(idb) info handle
Signal        Stop      Print   Pass to program Description
SIGHUP        No        No      Yes             Hangup
SIGINT        Yes       Yes     No              Interrupt
...

See Also


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.