[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 Sent: Thursday, January 16, 2020 7:45 PM To: Achra, Nitika ; gdb-patches@sourceware.org Cc: Ali Tamur ; George, Jini Susan 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