On Thu, Aug 31, 2006 at 10:40:11AM +0200, Francesco Paolo Lovergine wrote:
> Package: gdb
> Version: 6.4.90.dfsg-1
> Severity: normal
> 
> That's in TUI mode of course. Screen is not redraw when xterm window is
> resized.

(gdb) help handle
Specify how to handle a signal.
Args are signals and actions to apply to those signals.
Symbolic signals (e.g. SIGSEGV) are recommended but numeric signals
from 1-15 are allowed for compatibility with old versions of GDB.
Numeric ranges may be specified with the form LOW-HIGH (e.g. 1-5).
The special arg "all" is recognized to mean all signals except those
used by the debugger, typically SIGTRAP and SIGINT.
Recognized actions include "stop", "nostop", "print", "noprint",
"pass", "nopass", "ignore", or "noignore".
Stop means reenter debugger if this signal happens (implies print).
Print means print a message if this signal happens.
Pass means let program see this signal; otherwise program doesn't know.
Ignore is a synonym for nopass and noignore is a synonym for pass.
Pass and Stop may be combined.
(gdb) handle SIGWINCH
Signal        Stop      Print   Pass to program Description
SIGWINCH      No        No      Yes             Window size changed
(gdb) 

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

Attachment: pgpFyY8k2RBGR.pgp
Description: PGP signature

Reply via email to