On 27/04/2024 22:10, Jonas Maebe via fpc-devel wrote:
On 27/04/2024 21:40, Martin Frb via fpc-devel wrote:
First, telling the asm to storeĀ ".l99 - .ldebuginfo" or telling the
asm to store 733 (having done the math already) will result in the
same dwarf info.
Of course this only works for loca
On 27/04/2024 21:40, Martin Frb via fpc-devel wrote:
Maybe a miss understanding: storing the difference between 2 local
labels would be the asm?
But if (e.g. on Linux) it is cross units then its the linker.
There are 2 consideration here.
1)
First, telling the asm to storeĀ ".l99 - .ldebuginfo
On 27/04/2024 20:29, Jonas Maebe via fpc-devel wrote:
On 27/04/2024 17:18, Martin Frb via fpc-devel wrote:
One of the posts also brings up the idea of avoiding labels (in asm),
and keep track of locations by counting the bytes in the generated
dwarf as part of the compilers work (IMHO duplica
On 27/04/2024 17:18, Martin Frb via fpc-devel wrote:
One of the posts also brings up the idea of avoiding labels (in asm),
and keep track of locations by counting the bytes in the generated dwarf
as part of the compilers work (IMHO duplicate what the asm already can do?)
That's not the assem
On 27/04/2024 17:05, Martin Frb via fpc-devel wrote:
On 27/04/2024 15:24, Jonas Maebe via fpc-devel wrote:
On 27/04/2024 13:45, Martin Frb via fpc-devel wrote:
Ok, I would like to start another attempt to support properties when
using fpdebug as debugger.
I would recommend asking guidance on
On 27/04/2024 15:24, Jonas Maebe via fpc-devel wrote:
On 27/04/2024 13:45, Martin Frb via fpc-devel wrote:
Ok, I would like to start another attempt to support properties when
using fpdebug as debugger.
I would recommend asking guidance on the DWARF list (dwarf-discuss).
Maybe there are alrea
On 27/04/2024 13:45, Martin Frb via fpc-devel wrote:
Ok, I would like to start another attempt to support properties when
using fpdebug as debugger.
I would recommend asking guidance on the DWARF list (dwarf-discuss).
Maybe there are already standard-supported constructs to do this.
Jonas