Re: [fpc-devel] win debugging in gdb

2010-10-28 Thread Adem
On 2010-10-28 10:23, Graeme Geldenhuys wrote: Op 2010-10-28 03:19, Adem het geskryf: Any idea where I can locate winTools32.pas? I just had a look at the repository history of duby. wintools32.pas was removed in r230. The commit comment was that it had to be replaced by FCL. I'm not sure if

Re: [fpc-devel] win debugging in gdb

2010-10-28 Thread Graeme Geldenhuys
Op 2010-10-28 03:19, Adem het geskryf: > > Any idea where I can locate winTools32.pas? > I just had a look at the repository history of duby. wintools32.pas was removed in r230. The commit comment was that it had to be replaced by FCL. I'm not sure if Dmitry completed that process. Otherwise jus

Re: [fpc-devel] win debugging in gdb

2010-10-27 Thread Graeme Geldenhuys
Op 2010-10-28 03:19, Adem het geskryf: > > Any idea where I can locate winTools32.pas? I have no idea, I've only every worked on duby under Linux. I searched my linux and windows development machines and found no such unit. Maybe email Dmitry directly. He might have forgotten to add that unit to

Re: [fpc-devel] win debugging in gdb

2010-10-27 Thread Adem
On 2010-10-28 00:19, Graeme Geldenhuys wrote: On 27 October 2010 12:20, Graeme Geldenhuys wrote: Even better, would be to add a "Debugging with GDB" chapter to the official FPC documentation. This got me thinking, maybe I should write a chapter on "Debugging without GDB". I should speak to Mic

Re: [fpc-devel] win debugging in gdb

2010-10-27 Thread Graeme Geldenhuys
On 27 October 2010 12:20, Graeme Geldenhuys wrote: > > Even better, would be to add a "Debugging with GDB" chapter to the official > FPC documentation. This got me thinking, maybe I should write a chapter on "Debugging without GDB". I should speak to Michael about this. -- Regards,   - Graeme

Re: [fpc-devel] win debugging in gdb

2010-10-27 Thread Graeme Geldenhuys
Op 2010-10-27 10:55, Jonas Maebe het geskryf: > > Maybe I should write a tutorial on the wiki, because there aren't that > many commands you have to know, along with a few gotchas. Time, time... Even better, would be to add a "Debugging with GDB" chapter to the official FPC documentation. I to

Re: [fpc-devel] win debugging in gdb

2010-10-27 Thread Jonas Maebe
On 27 Oct 2010, at 01:28, Dimitri Smits wrote: I count myself in that category as well. Assembler stepping is maybe not for everyone, but if you want some fine grained control, you sometimes need to delve deeper into the internals. This is especially so with compiler-code or RTL speedups.

Re: [fpc-devel] win debugging in gdb

2010-10-27 Thread Graeme Geldenhuys
Op 2010-10-27 01:28, Dimitri Smits het geskryf: > > In lazarus => complete fail. > lots of tries to get debuginfo/mapfiles generated. Nothing usefull came > out for use in a debugger. I find myself switching between Lazarus IDE and MSEide often. Just about every project I work on has both a *.lpi

[fpc-devel] win debugging in gdb

2010-10-26 Thread Dimitri Smits
was Re: [fpc-devel] AnsiString in DWARF2 vs DWARF3 - "Anton Kavalenka" schreef: > На 26.10.2010 13:33, Felipe Monteiro de Carvalho напісаў(ла): On Tue, Oct 26, 2010 at 12:08 PM, Anton Kavalenka wrote: I know at least two developers who stand - the only thing preventing them of using FP