This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/3] Add support for DW_OP_GNU_variable_value
- From: Kevin Buettner <kevinb at redhat dot com>
- To: gdb-patches at sourceware dot org
- Date: Thu, 2 Aug 2018 21:04:05 -0700
- Subject: [PATCH 0/3] Add support for DW_OP_GNU_variable_value
This patch set adds support and a test case for
DW_OP_GNU_variable_value.
I've posted a patch to binutils adding readelf support for this
DWARF expression opcode:
https://sourceware.org/ml/binutils/2018-08/msg00059.html
I'm keeping this introductory message short. There's a lot more
info in the first patch...
Kevin