Re: [fpc-devel] Dwarf type-information for gdb

2009-07-20 Thread Joost van der Sluis
Op zondag 19-07-2009 om 21:23 uur [tijdzone +0200], schreef Jonas Maebe: On 19 Jul 2009, at 20:57, Joost van der Sluis wrote: The attached patch solves the problem, but I doubt this is the right place to do this, since this way the 'DW_TAG_typedef' entry is always added, and in some cases

[fpc-devel] missing descriptions for few compiler magic functions

2009-07-20 Thread Paul Ishenin
Hello, FPC developers' list I have found that next functions are not described here: http://freepascal.org/docs-html/rtl/system/index.html The functions are: - BitSizeOf - Finalize - get_frame - Initialize - Pack - ReadStr - Unaligned - Unpack - WriteStr It is difficult to find any

Re: [fpc-devel] missing descriptions for few compiler magic functions

2009-07-20 Thread Jonas Maebe
On 20 Jul 2009, at 17:12, Paul Ishenin wrote: I have found that next functions are not described here: http://freepascal.org/docs-html/rtl/system/index.html Several of them are 2.3.1, so it's normal that they are not yet in the documentation. The functions are: - BitSizeOf It's

Re: [fpc-devel] missing descriptions for few compiler magic functions

2009-07-20 Thread Michael Van Canneyt
On Mon, 20 Jul 2009, Paul Ishenin wrote: Hello, FPC developers' list I have found that next functions are not described here: http://freepascal.org/docs-html/rtl/system/index.html The functions are: - BitSizeOf - Finalize - get_frame - Initialize - Pack - ReadStr - Unaligned - Unpack -

Re: [fpc-devel] missing descriptions for few compiler magic functions

2009-07-20 Thread Paul Ishenin
Jonas Maebe wrote: Several of them are 2.3.1, so it's normal that they are not yet in the documentation. Ah. Then it is ok. - Pack - ReadStr - Unpack - WriteStr These come straight from ISO (Standard or Extended) Pascal and behave exactly as described in the standards: * Pack, Unpack: