Re: [Dwarf-Discuss] line table dir/file

2020-02-25 Thread Robinson, Paul via Dwarf-Discuss
> -Original Message- > From: Philip Craig > Sent: Tuesday, February 25, 2020 3:44 AM > To: Robinson, Paul > Cc: David Anderson ; dwarf- > disc...@lists.dwarfstd.org > Subject: Re: [Dwarf-Discuss] line table dir/file > > On Tue, 25 Feb 2020 at 05:34, Robin

Re: [Dwarf-Discuss] line table dir/file

2020-02-25 Thread Philip Craig via Dwarf-Discuss
On Tue, 25 Feb 2020 at 05:34, Robinson, Paul via Dwarf-Discuss wrote: > When the committee was reworking the file/dir tables for DWARF v5, > one thing that came up was that the root file/directory were *not* > in the .debug_line section, and therefore the line table could not > be interpreted full

Re: [Dwarf-Discuss] line table dir/file

2020-02-24 Thread Eric Christopher via Dwarf-Discuss
; From: Dwarf-Discuss On Behalf > > Of David Anderson via Dwarf-Discuss > > Sent: Friday, February 21, 2020 5:40 PM > > To: dwarf-discuss@lists.dwarfstd.org > > Subject: [Dwarf-Discuss] line table dir/file > > > > I've attached a pdf that > > shows some cases

Re: [Dwarf-Discuss] line table dir/file

2020-02-24 Thread Robinson, Paul via Dwarf-Discuss
February 21, 2020 5:40 PM > To: dwarf-discuss@lists.dwarfstd.org > Subject: [Dwarf-Discuss] line table dir/file > > I've attached a pdf that > shows some cases of current usage of the line > table directory and file arrays and of indexes. > > clang seems (with my limited

[Dwarf-Discuss] line table dir/file

2020-02-21 Thread David Anderson via Dwarf-Discuss
I've attached a pdf that shows some cases of current usage of the line table directory and file arrays and of indexes. clang seems (with my limited access to other compilers) the outlier in treating a index of 0 (from file [N] to the directory)  as a 0 origin references. Only 0-origin for DWARF5.