This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH] Support for DWARF5 location lists entries


[AMD Official Use Only - Internal Distribution Only]

Hi Simon,

I have modified the commit message. Please find the attachment.

Regards,
Nitika Achra

-----Original Message-----
From: Simon Marchi <simark@simark.ca> 
Sent: Thursday, January 16, 2020 7:45 PM
To: Achra, Nitika <Nitika.Achra@amd.com>; gdb-patches@sourceware.org
Cc: Ali Tamur <tamur@google.com>; George, Jini Susan <JiniSusan.George@amd.com>
Subject: Re: [PATCH] Support for DWARF5 location lists entries

[CAUTION: External Email]

On 2020-01-16 6:29 a.m., Achra, Nitika wrote:
> [AMD Official Use Only - Internal Distribution Only]
>
> Hi Simon,
>
> Please find the attachment.
>
>
> *Handle DW_LLE_base_addressx, DW_LLE_startx_length and DW_LLE_start_length.
>
> Tested by running the testsuite before and after the patch and there is no increase in the number of test cases that fails.
> Tested with both -gdwarf-4 and -gdwarf-5 flags. Also tested -gslit-dwarf along with -gdwarf-4 as well as -gdwarf5 flags.
>
>
> gdb/ChangeLog:
>         *dwarf2loc.c (decode_debug_loclists_addresses): Handle
>           DW_LLE_base_addressx, DW_LLE_startx_length, DW_LLE_start_length.
>
> This is an effort to support DWARF5 in gdb.

Hi Achra,

The commit message of the patch is empty.  The text that is above, which describes what your patch does, should be placed in your git commit, such that it will appear in the patch file when you use "git format-patch".

This is the text that people will see when they do "git log", so you can do "git log"
to see how it's usually formatted.

Thanks,

Simon

Attachment: 0001-Support-for-DWARF5-location-lists-entries.patch
Description: 0001-Support-for-DWARF5-location-lists-entries.patch


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]