gdb/testsuite/ChangeLog:
2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
* lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
+2021-04-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
+
+ * lib/dwarf.exp (_location): Recognize DW_OP_fbreg as an op.
+
2021-04-12 Will Schmidt <will_schmidt@vnet.ibm.com>
* gdb.arch/powerpc-vsx-regs.exp: Initialize vs* doublewords.
_op .sleb128 $argvec(offset)
}
+ DW_OP_fbreg {
+ _get_args $line $opcode offset
+ _op .sleb128 $argvec(offset)
+ }
+
default {
if {[llength $line] > 1} {
error "Unimplemented: operands in location for $opcode"