Re: [fpc-pascal] backtrace code in fpc

2017-07-22 Thread Matias Vara
Hello Florian, 2017-07-22 13:49 GMT+01:00 Florian Klämpfl : > Am 22.07.2017 um 14:47 schrieb Matias Vara: > > Hello, > > > > I am not sure why my executable does not contains a .debug_aranges > section. It contains .debug_line > > and .debug_info. Am I missing some linker

Re: [fpc-pascal] backtrace code in fpc

2017-07-22 Thread Florian Klämpfl
Am 22.07.2017 um 14:47 schrieb Matias Vara: > Hello, > > I am not sure why my executable does not contains a .debug_aranges section. > It contains .debug_line > and .debug_info. Am I missing some linker flags? > Maybe not included by the linker script?

Re: [fpc-pascal] backtrace code in fpc

2017-07-22 Thread Matias Vara
Hello, I am not sure why my executable does not contains a .debug_aranges section. It contains .debug_line and .debug_info. Am I missing some linker flags? Thanks, Matias. 2017-07-19 0:05 GMT+01:00 Matias Vara : > Hello Charlie and thanks for the comments. I ended up by

Re: [fpc-pascal] backtrace code in fpc

2017-07-18 Thread Matias Vara
Hello Charlie and thanks for the comments. I ended up by implementing my own Infodwrf unit. Matias On 18 Jul 2017 11:48 p.m., "Karoly Balogh (Charlie/SGR)" < char...@scenergy.dfmk.hu> wrote: Hi, On Mon, 17 Jul 2017, Matias Vara wrote: > Hello everyone, I am trying to port the code for