Ignore the specified signal.
ignore [signal]
signal |
The signal to be ignored. |
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.
(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
Copyright © 2001-2011, Intel Corporation. All rights reserved.