[fpc-pascal] Re: timer_create on linux

Jonas Maebe jonas.maebe at elis.ugent.be
Wed Aug 10 15:43:44 CEST 2011


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

> On Wed, Aug 10, 2011 at 4:34 PM, Jonas Maebe <jonas.maebe at 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



More information about the fpc-pascal mailing list