Re: [fpc-devel] Dwarf Debug Information

2008-12-03 Thread Marc Weustink
dmitry boyarintsev wrote: Hello AFAIK, dwarf debug info generation is not yet fully implemented for the compiler. I'm interseted in CallFrame information, so debugger, can use it to unwind the call stack. I've tried to compiled hello world program using fpc -gw3 hello.pas, and found that

Re: [fpc-devel] Dwarf Debug Information

2008-12-03 Thread dmitry boyarintsev
Thanks for the input, Marc ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] Dwarf Debug Information

2008-12-01 Thread dmitry boyarintsev
Hello AFAIK, dwarf debug info generation is not yet fully implemented for the compiler. I'm interseted in CallFrame information, so debugger, can use it to unwind the call stack. I've tried to compiled hello world program using fpc -gw3 hello.pas, and found that there's .debug_frame section. Is