Re: [Dwarf-discuss] Question on "pascal property"

2024-05-03 Thread Martin via Dwarf-discuss
On 03/05/2024 10:08, Martin via Dwarf-discuss wrote: Then next is the question, how to start an attempt to get it standardized? I started on a DRAFT. (still discussing on the Pascal community, to ensure it comprises everything required. I post it here for comments on the general direction a

Re: [Dwarf-discuss] Question on "pascal property"

2024-05-03 Thread Martin via Dwarf-discuss
I had a look at the Apple properties extension. There is also a Borland one, but for that I could not find anything beyond just the names. The apple one bears some similarities. There documentation is here https://github.com/llvm/llvm-project/blob/main/llvm/docs/SourceLevelDebugging.rst#debuggin

Re: [Dwarf-discuss] Question on "pascal property"

2024-05-02 Thread Martin via Dwarf-discuss
On 01/05/2024 23:46, Adrian Prantl wrote: Just a quick very general remark: For Objective-C, Clang (and presumably also GCC) are producing a couple of property-related attributes in the DW_AT_APPLE extension space https://github.com/llvm/llvm-project/blob/505f6da1961ab55c601d7239648c53ce863b5d

Re: [Dwarf-discuss] Question on "pascal property"

2024-05-01 Thread David Blaikie via Dwarf-discuss
I'd be curious what compilers have been doing for Pascal for the last few decades - not exactly a new problem? But, yeah, might've all been getting by with extensions. On Wed, May 1, 2024 at 2:47 PM Adrian Prantl via Dwarf-discuss < dwarf-discuss@lists.dwarfstd.org> wrote: > Just a quick very gen

Re: [Dwarf-discuss] Question on "pascal property"

2024-05-01 Thread Adrian Prantl via Dwarf-discuss
Just a quick very general remark: For Objective-C, Clang (and presumably also GCC) are producing a couple of property-related attributes in the DW_AT_APPLE extension space https://github.com/llvm/llvm-project/blob/505f6da1961ab55c601d7239648c53ce863b5d70/llvm/include/llvm/BinaryFormat/Dwarf.def#