Re: [fpc-devel] I have created a openocd debugger-interface forlazarus, now some questions

2013-03-18 Thread Justin Smyth
how close are we to adding openocd to the debugging in lazarus ? is there a simple configuration file to change or patch to use ? i want to be try openocd for debugging. King Regards Justin Smyth From: Martin Sent: Friday, February 8, 2013 11:09 AM To: FPC developers' list Subject: Re: [fp

Re: [fpc-devel] [Solved] Strange behaviour with Synapse

2013-03-18 Thread Michael Schnell
On 03/17/2013 02:19 PM, Ludo Brands wrote: Get your GUI stuff out of the download thread Easy to do using TThread.Queue() -Michael ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-deve

Re: [fpc-devel] Strange behaviour with Synapse

2013-03-18 Thread Michael Schnell
On 03/17/2013 09:05 AM, Ludo Brands wrote: you create a string for the GUI, synchronize to update the screen, call Application.Processmessages to make sure the GUI gets updated. I would suggest to do those GUI updates by QueueAsyncCall() or TThread.Queue() (TThread.Queue uses the same syntax as

Re: [fpc-devel] Strange behaviour with Synapse

2013-03-18 Thread Michael Schnell
On 03/16/2013 07:55 PM, Ludo Brands wrote: Well it can always cause a problem because FHttp.Clear clears the Header and Document. If that happens while you are executing the HEAD, strange results can happen. In fact a a very recent project my problem was that I misread the Synapse Docu and assu

Re: [fpc-devel] fpc 2.6.2 - heaptrc and dwarf will crash

2013-03-18 Thread Ludo Brands
On 03/17/2013 08:53 PM, Martin wrote: > It seems that in FPC 2.6.2 the dwarf reading code in LnfoDwrf is broken. > It always gives a run-error 131 > Reported and cause identified more than a year ago: http://bugs.freepascal.org/view.php?id=20296 Ludo