Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to prevent gdb from stopping at signals?
How to prevent gdb from stopping at signals? [message #1041619] Mon, 15 April 2013 10:26
Edzard Egberts is currently offline Edzard EgbertsFriend
Messages: 57
Registered: July 2009
Member
My programm uses a signal and gdb stops every time, the signal appears.
Normally this can be changed by inserting to ".gdbinit" file:

handle SIG34 nostop noprint pass

But in spite of that the CDT keeps on to stop every time, the signal
rises. This doesn't seem to be a gdb problem, because changing the line
to "handle SIG34 nostop noprint nopass" prevents gdb from stopping, but
also prevents my program from receiving the signal. Also "gdb info
signals" tells of nostop and noprint, so I really don't understand, why
it is not possible to deliver the signal, without causing the IDE to
stop. Any hint?
Previous Topic:croos toolchain
Next Topic:Building .ELF and .a Data at the same time
Goto Forum:
  


Current Time: Thu Apr 25 11:39:12 GMT 2024

Powered by FUDForum. Page generated in 0.02782 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top