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]

[PATCH 0/2] Add DW_OP_implicit_value in dwarf assembler


Andreas posted a patch
https://sourceware.org/ml/gdb-patches/2017-01/msg00251.html and added
DW_OP_implicit_value in dwarf assembler.  I find DW_OP_implicit_value
can be used in gdb.dwarf2/implptr-64bit.exp, so that we can remove
implptr-64bit.S and use the generated .S file instead.

Patch 1 fixes a minor bug in dwarf assembler, and patch 2 does the
major work.  Run gdb.dwarf2/*.exp on i686-pc-linux-gnu.  There is
no change in the .S files generated by dwarf assembler.

*** BLURB HERE ***

Yao Qi (2):
  Handle DW_OP_GNU_implicit_pointer in dwarf assembler
  Use dwarf assembler in gdb.dwarf2/implptr-64bit.exp

 gdb/testsuite/gdb.dwarf2/implptr-64bit.S   | 226 -----------------------------
 gdb/testsuite/gdb.dwarf2/implptr-64bit.exp | 118 +++++++++++++--
 gdb/testsuite/lib/dwarf.exp                |  46 +++++-
 3 files changed, 153 insertions(+), 237 deletions(-)
 delete mode 100644 gdb/testsuite/gdb.dwarf2/implptr-64bit.S

-- 
1.9.1


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