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 DW_OP_addrx and DW_FORM_addrx tags


>>>>> "Ali" == Ali Tamur via gdb-patches <gdb-patches@sourceware.org> writes:

Ali> DW_OP_addrx is the new name of DW_OP_GNU_addr_index, and DW_FORM_addrx
Ali> is the name of DW_FORM_addr_index in the Dwarf 5 standard. This is a small
Ali> step towards supporting Dwarf 5 in gdb.

Thanks for doing this.

The patch seemed to be a bit mangled by some mailer somewhere.  However,
it looks fine to me.

Do you have commit access to gdb?  If not, contact me off-list to set up
write-after-approval permission.

Ali> Note: I could not find any tests specifically for *_GNU_addr_index, and
Ali> I did not add any new tests, please advise.

I think this stuff was previously tested by using the script
gdb/contrib/cc-with-tweaks.sh.  Also see gdb/testsuite/boards/cc-with-tweaks.exp
and maybe gdb/testsuite/boards/fission.exp (?).

Tom


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