mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
gdb/testsuite/
* lib/dwarf.exp (_location): Handle DW_OP_deref_size. * gdb.trace/entry-values.c: New. * gdb.trace/entry-values.exp: New.
This commit is contained in:
@ -667,6 +667,14 @@ namespace eval Dwarf {
|
||||
_op .sleb128 [lindex $line 2]
|
||||
}
|
||||
|
||||
DW_OP_deref_size {
|
||||
if {[llength $line] != 2} {
|
||||
error "usage: DW_OP_deref_size SIZE"
|
||||
}
|
||||
|
||||
_op .byte [lindex $line 1]
|
||||
}
|
||||
|
||||
default {
|
||||
if {[llength $line] > 1} {
|
||||
error "Unimplemented: operands in location for $opcode"
|
||||
|
Reference in New Issue
Block a user