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
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
> 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
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
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
> 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
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