Re: [fpc-devel] unit imm.pp on windows

2009-02-27 Thread dmitry boyarintsev
the unit is still missing in FPC win package. is it going to be included? Thanks, Dmitry ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] unit imm.pp on windows

2009-02-27 Thread Marco van de Voort
In our previous episode, dmitry boyarintsev said: the unit is still missing in FPC win package. is it going to be included? The unit is from Alexey Barkovoy, not the one that submitted them. Moreover it seems to be in lazarus mantis rather than FPC. Get confirmation from Alexey that is ok to

[fpc-devel] How to search units reported by gdb? (fpc and mseide devels please participate)

2009-02-27 Thread Paul Ishenin
Hello, FPC developers' list We have a trouble in lazarus. We need to open units and include files wich gdb returns to us. The problem is that gdb repors them without full path. At moment if we get some file we expand it path using known project and packages paths (lcl is a package too). But

Re: [fpc-devel] unit imm.pp on windows

2009-02-27 Thread dmitry boyarintsev
Thanks for the information ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] How to search units reported by gdb? (fpc and mseide devels please participate)

2009-02-27 Thread Jonas Maebe
On 27 Feb 2009, at 15:17, Paul Ishenin wrote: We have a trouble in lazarus. We need to open units and include files wich gdb returns to us. The problem is that gdb repors them without full path. It's because there is no path information in the debug information. What solution fpc team

Re: [fpc-devel] How to search units reported by gdb? (fpc and mseide devels please participate)

2009-02-27 Thread Mattias Gärtner
Zitat von Jonas Maebe jonas.ma...@elis.ugent.be: On 27 Feb 2009, at 15:17, Paul Ishenin wrote: We have a trouble in lazarus. We need to open units and include files wich gdb returns to us. The problem is that gdb repors them without full path. It's because there is no path information

Re: [fpc-devel] How to search units reported by gdb? (fpc and mseide devels please participate)

2009-02-27 Thread Marco van de Voort
In our previous episode, Jonas Maebe said: In case of DWARF, the path is split in two parts: a base directory, and then paths to files relative to this base directory. That makes it easier to specify full paths and still be portable to other file system layouts, I guess (although I don't

Re: [fpc-devel] How to search units reported by gdb? (fpc and mseide devels please participate)

2009-02-27 Thread Jonas Maebe
On 27 Feb 2009, at 15:55, Marco van de Voort wrote: In our previous episode, Jonas Maebe said: In case of DWARF, the path is split in two parts: a base directory, and then paths to files relative to this base directory. That makes it easier to specify full paths and still be portable to

Re: [fpc-devel] How to search units reported by gdb? (fpc and mseide devels please participate)

2009-02-27 Thread dmitry boyarintsev
Feel free to file a feature request what about patch? :) what units should be studied to make such patch? Thanks, Dmitry P.S. AFAIK, Marc told me, that FPC does not generate DWARF line info for yet, so it's not possible to use DWARF to find files or anything else... I don't remember exact, so i

Re: [fpc-devel] How to search units reported by gdb? (fpc and mseide devels please participate)

2009-02-27 Thread Paul Ishenin
Mattias Gärtner wrote: Thanks for the advice. Paul, will you do that? I've done: http://bugs.freepascal.org/view.php?id=13248 I have no idea whether more info must be placed there? The only thing is that we need to have this problem solved before lazarus 1.0 release or we need to invent

Re: [fpc-devel] How to search units reported by gdb? (fpc and mseide devels please participate)

2009-02-27 Thread Jonas Maebe
On 27 Feb 2009, at 16:08, dmitry boyarintsev wrote: Feel free to file a feature request what about patch? :) what units should be studied to make such patch? compiler/dbgstabs.pas P.S. AFAIK, Marc told me, that FPC does not generate DWARF line info for yet, so it's not possible to use

Re: [fpc-devel] How to search units reported by gdb? (fpc and mseide devels please participate)

2009-02-27 Thread Marc Weustink
Jonas Maebe wrote: On 27 Feb 2009, at 16:08, dmitry boyarintsev wrote: Feel free to file a feature request what about patch? :) what units should be studied to make such patch? compiler/dbgstabs.pas P.S. AFAIK, Marc told me, that FPC does not generate DWARF line info for yet, so it's not