ignore (idb mode only)

Ignore the specified signal.

Syntax

ignore [signal]

Parameters

signal

The signal to be ignored.

Description

This command ignores the specified signal.

To refrain from catching or handling the specified signal and pass it to your program, include signal. This command is equivalent to deleting the breakpoint created by a catch command for that signal.

To list all signals currently being ignored, do not include a signal parameter.

Example

(idb) ignore SIGILL
(idb) ignore
RTMIN, RTMIN1, RTMIN2, RTMIN3, RTMIN4, RTMIN5, RTMIN6, RTMIN7, RTMAX, RTMAX7, RTMAX6, RTMAX5, RTMAX4, RTMAX3, RTMAX2, RTMAX1, HUP, KILL, ALRM, TSTP, CONT, CHLD, WINCH, POLL

See Also


Submit feedback on this help topic

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