[Lazarus] heap trace

2012-03-06 Thread Antonio Fortuny
Hi all. Sorry if this is a silly question but I can't find the answer into this forun. How to get the function names in the heaptrc trace ? I use in project options: in Linking options: generate debug info for dgb show line numbers use symbol file for gdb use heaptrc in

Re: [Lazarus] heap trace

2012-03-06 Thread Antonio Fortuny
Hi again. Got it. -gl was checked but unchecking use symbol file for gdb it works again 8-) Le 06/03/2012 14:55, Antonio Fortuny a écrit : Hi all. Sorry if this is a silly question but I can't find the answer into this forun. How to get the function names in the heaptrc trace ? I use in

Re: [Lazarus] heap trace

2012-03-06 Thread Martin
On 06/03/2012 13:55, Antonio Fortuny wrote: Hi all. Sorry if this is a silly question but I can't find the answer into this forun. How to get the function names in the heaptrc trace ? I use in project options: in Linking options: generate debug info for dgb show line numbers use

Re: [Lazarus] heap trace

2012-03-06 Thread Martin
On 06/03/2012 14:05, Antonio Fortuny wrote: Hi again. Got it. -gl was checked but unchecking use symbol file for gdb it works again 8-) AH, maybe add a feature request, that this adds a warning, when you set those options Le 06/03/2012 14:55, Antonio Fortuny a écrit : Hi all.

Re: [Lazarus] heap trace

2012-03-06 Thread Antonio Fortuny
I confirm: compiling with use symbol file for gdb suppresses line references in heaptrc output unchecking the checkbox restores line references again. I made a rebuid each time. Sounds like a bug but I'm not yet sure it is. Le 06/03/2012 15:15, Martin a écrit : On 06/03/2012 14:05, Antonio

Re: [Lazarus] heap trace

2012-03-06 Thread Martin
On 06/03/2012 14:30, Antonio Fortuny wrote: I confirm: compiling with use symbol file for gdb suppresses line references in heaptrc output unchecking the checkbox restores line references again. I made a rebuid each time. Sounds like a bug but I'm not yet sure it is. You need to check on