* dwarf2loc.c (unimplemented): Handle unnamed opcodes.
(compile_dwarf_to_ax) <default>: Use unimplemented. <DW_OP_deref>: Update. (disassemble_dwarf_expression): Update. * dwarf2read.c (dwarf_stack_op_name): Remove 'def' argument. (decode_locdesc): Update. * dwarf2expr.h (dwarf_stack_op_name): Update.
This commit is contained in:
parent
5f1e6f1949
commit
b1bfef6533
4 changed files with 37 additions and 10 deletions
|
@ -229,7 +229,7 @@ const gdb_byte *read_uleb128 (const gdb_byte *buf, const gdb_byte *buf_end,
|
|||
const gdb_byte *read_sleb128 (const gdb_byte *buf, const gdb_byte *buf_end,
|
||||
LONGEST * r);
|
||||
|
||||
const char *dwarf_stack_op_name (unsigned int, int);
|
||||
const char *dwarf_stack_op_name (unsigned int);
|
||||
|
||||
void dwarf_expr_require_composition (const gdb_byte *, const gdb_byte *,
|
||||
const char *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue