public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "Potharla, Rupesh" <Rupesh.Potharla@amd.com>
To: Jan Beulich <jbeulich@suse.com>
Cc: "George, Jini Susan" <JiniSusan.George@amd.com>,
	"Parasuraman, Hariharan" <Hariharan.Parasuraman@amd.com>,
	"Kumar N, Bhuvanendra" <Bhuvanendra.KumarN@amd.com>,
	"Potharla, Rupesh via Binutils" <binutils@sourceware.org>
Subject: RE: [PATCH] Ignore DWARF debug information for -gsplit-dwarf with dwarf-5.
Date: Thu, 29 Sep 2022 15:54:51 +0000	[thread overview]
Message-ID: <DM6PR12MB4219EA6DDE824C2EF4454D1BE7579@DM6PR12MB4219.namprd12.prod.outlook.com> (raw)
In-Reply-To: <8f9d1b9f-01d9-c415-d362-57fbade05b81@suse.com>

[-- Attachment #1: Type: text/plain, Size: 1894 bytes --]

[Public]

Jan,


.debug_info contents:
0x00000000: Compile Unit: length = 0x00000031, format = DWARF32, version = 0x0005, unit_type = DW_UT_skeleton, abbr_offset = 0x0000, addr_size = 0x08, DWO_id = 0xcd97775ca070a83c (next unit at 0x00000035)

The issue is seen with both clang and gcc.  Above is the Debug_info header of a program compiled with gcc using -gsplit-dwarf and dwarf-5.
There are two other fields(abbr_offset and addr_Size) after unit_type in the header.  Skipping the dwo_id field in the previous check of unit_type will not fix the issue.

Regards,
Rupesh P

>-----Original Message-----
>From: Jan Beulich <jbeulich@suse.com>
>Sent: Thursday, September 29, 2022 8:31 PM
>To: Potharla, Rupesh <Rupesh.Potharla@amd.com>
>Cc: George, Jini Susan <JiniSusan.George@amd.com>; Parasuraman,
>Hariharan <Hariharan.Parasuraman@amd.com>; Kumar N, Bhuvanendra
><Bhuvanendra.KumarN@amd.com>; Potharla, Rupesh via Binutils
><binutils@sourceware.org>
>Subject: Re: [PATCH] Ignore DWARF debug information for -gsplit-dwarf with
>dwarf-5.
>
>Caution: This message originated from an External Source. Use proper caution
>when opening attachments, clicking links, or responding.
>
>
>On 29.09.2022 14:43, Potharla, Rupesh via Binutils wrote:
>> --- a/bfd/dwarf2.c
>> +++ b/bfd/dwarf2.c
>> @@ -4441,6 +4441,10 @@ parse_comp_unit (struct dwarf2_debug *stash,
>>        return NULL;
>>      }
>>
>> +  /* Skip DWO_id field.  */
>> +  if (unit_type == DW_UT_skeleton)
>> +    info_ptr += 8;
>> +
>>    /* Read the abbrevs for this compilation unit into a table.  */
>>    abbrevs = read_abbrevs (abfd, abbrev_offset, stash, file);
>>    if (! abbrevs)
>
>A few lines up from here there's already a check of unit_type against
>DW_UT_type. May I suggest to convert that to switch() and add your new
>code there in form of a separate case block?
>
>Jan


  reply	other threads:[~2022-09-29 15:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-29 12:43 Potharla, Rupesh
2022-09-29 15:00 ` Jan Beulich
2022-09-29 15:54   ` Potharla, Rupesh [this message]
2022-09-29 16:03     ` Jan Beulich
2022-09-29 16:39       ` Potharla, Rupesh
2022-09-30  5:53         ` Jan Beulich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM6PR12MB4219EA6DDE824C2EF4454D1BE7579@DM6PR12MB4219.namprd12.prod.outlook.com \
    --to=rupesh.potharla@amd.com \
    --cc=Bhuvanendra.KumarN@amd.com \
    --cc=Hariharan.Parasuraman@amd.com \
    --cc=JiniSusan.George@amd.com \
    --cc=binutils@sourceware.org \
    --cc=jbeulich@suse.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).