[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

gdb problems



Hi,

my gdb seems to be having problems lately. I need to make SIGSEGV a
"nostop" and "noprint" for gdb, but it's refusing to do it, lately.

Take a look:

GNU gdb 4.17
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i586-pc-linux-gnu".
(gdb) handle nostop SIGSEGV
Signal        Stop      Print   Pass to program Description
SIGSEGV       Yes       Yes     Yes             Segmentation fault
(gdb) handle noprint SIGSEGV
Signal        Stop      Print   Pass to program Description
SIGSEGV       Yes       Yes     Yes             Segmentation fault

Is there anything I'm missing, or a gdb bug?

Thanks!

-- 
Luiz Otavio L. Zorzella                 Product Engineer
zorzella@conexware.com          http://www.conexware.com


--  
Unsubscribe?  mail -s unsubscribe debian-user-request@lists.debian.org < /dev/null


Reply to: