Re: [fpc-pascal] Re: -Xg flag and lineinfo/lnfodwrf support

2008-01-21 Thread Fabio Dell'Aria
Hi, 2008/1/21, Peter Vreman <[EMAIL PROTECTED]>: > > We have a compiled file with debug info (ex: using -gl flag) of 10Mb (about > > 8Mb are Debug). > > > > Currently you use: > > > > objcopy --only-keep-debug $EXE $DBG (read from disk 10Mb from $EXE and > > write 8Mb for create $DBG) > > objc

Re: [fpc-pascal] Re: -Xg flag and lineinfo/lnfodwrf support

2008-01-21 Thread Fabio Dell'Aria
Hi, 2008/1/21, Peter Vreman <[EMAIL PROTECTED]>: > > We have a compiled file with debug info (ex: using -gl flag) of 10Mb (about > > 8Mb are Debug). > > > > Currently you use: > > > > objcopy --only-keep-debug $EXE $DBG (read from disk 10Mb from $EXE and > > write 8Mb for create $DBG) > > objc

Re: [fpc-pascal] Re: -Xg flag and lineinfo/lnfodwrf support

2008-01-21 Thread Peter Vreman
> We have a compiled file with debug info (ex: using -gl flag) of 10Mb (about > 8Mb are Debug). > > Currently you use: > > objcopy --only-keep-debug $EXE $DBG (read from disk 10Mb from $EXE and > write 8Mb for create $DBG) > objcopy --add-gnu-debuglink=$DBG $EXE (read from disk 10Mb from $E

Re: [fpc-pascal] Re: -Xg flag and lineinfo/lnfodwrf support

2008-01-21 Thread Fabio Dell'Aria
Hi Peter, 2008/1/20, Peter Vreman <[EMAIL PROTECTED]>: > > Ok Peter, > > I'm waiting for your news. > > Finished, see r9813 I think to have found a best method to implement -Xg flag on Linux: To explain my method I need compare your currently method with my new. To do this I use an example: We

Re: [fpc-pascal] Re: -Xg flag and lineinfo/lnfodwrf support

2008-01-20 Thread Vincent Snijders
Fabio Dell'Aria schreef: Ok Peter, I'm waiting for your news. Tip: subscribe to http://svn.freepascal.org/feeds/fpcsvn.rss. Vincent ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: -Xg flag and lineinfo/lnfodwrf support

2008-01-20 Thread Peter Vreman
> Ok Peter, > I'm waiting for your news. Finished, see r9813 ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] Re: -Xg flag and lineinfo/lnfodwrf support

2008-01-20 Thread Fabio Dell'Aria
Ok Peter, I'm waiting for your news. 2008/1/20, Peter Vreman <[EMAIL PROTECTED]>: > >> Hi to all, > >> > >> is someone working on the -Xg lineinfo/lnfodwrf support, so that using > >> a separate .dbg file for the debug, the software is able to show the > >> call-stack with source line? > > Please