[fpc-pascal] Re: timer_create on linux
Jonas Maebe
jonas.maebe at elis.ugent.be
Wed Aug 10 16:20:39 CEST 2011
On 10 Aug 2011, at 16:12, Max Vlasov wrote:
> SIG35 behaves the same. Strangely, I looked in system monitor for gdb
> command-line, it looked ok
>
> /usr/bin/gdb -silent -i mi -nx --eval-command="handle SIG35 nostop
> noprint
> pass"
>
> but after the same Initialization output dialog it still stops with
> "External:SIG35"
> Actually looking at the -i mi options, I see it's machine interface
> with all
> these escaping sequences, so probably lazarus didn't undestand
> something,
> but it's strange it still stops
Most commands are different in the machine interface. "handle SIG35
nostop noprint pass" is probably only valid when using the default
interface. I don't know what the MI equivalent is.
Jonas
More information about the fpc-pascal
mailing list