On 10 Aug 2011, at 15:32, Max Vlasov wrote:

On Wed, Aug 10, 2011 at 4:34 PM, Jonas Maebe <jonas.ma...@elis.ugent.be >wrote:

Can I somehow tell it to
ignore some, for example 'SIG35'? I tried to add it to Language exceptions ignore list as 'External: SIG35', 'External:SIG35' (without space), SIG35.
Nothing helped.

handle SIG35 nostop noprint pass

Jonas, where am I supposed to add this options?

That's what you can enter on the gdb console after you start it from the command line. I've never debugged using Lazarus, so I can't help with that.

I tried adding
--eval-command="handle SIGUSR1 nostop noprint pass"

While this won't solve your problem, as Michael said you should not use SIGUSR1 because it's probably already used by the system.


Jonas
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to