]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
fix gdb/13620 -- control-c to interrupt gdb command only works once.
authorDavid Taylor <taylor@redhat.com>
Mon, 5 Jan 1998 15:36:49 +0000 (15:36 +0000)
committerDavid Taylor <taylor@redhat.com>
Mon, 5 Jan 1998 15:36:49 +0000 (15:36 +0000)
commit4b65fd38798807a481eb9c915af10bc36db0adc6
treeb563a8876cbed08d2aa19fa20eb24daf572877c8
parentf6428b86cccb6a2aa2fc3b9d659fedc5200b1047
fix gdb/13620 -- control-c to interrupt gdb command only works once.
if HAVE_SIGSETJMP is not defined, nothing is changed; if it is defined
(as it now is for sysv4 based systems), then the fix is enabled.
gdb/config/xm-sysv4.h
gdb/top.c
gdb/top.h