forked from Imagelibrary/binutils-gdb
PR c++/14999:
* dwarf2loc.c (dwarf2_compile_expr_to_ax) <DW_OP_fbreg>: Call require_rvalue. gdb/testsuite * gdb.dwarf2/trace-crash.s: New file. * gdb.dwarf2/trace-crash.exp: New file.
This commit is contained in:
@@ -2878,6 +2878,7 @@ dwarf2_compile_expr_to_ax (struct agent_expr *expr, struct axs_value *loc,
|
||||
op_ptr = safe_read_sleb128 (op_ptr, op_end, &offset);
|
||||
dwarf2_compile_expr_to_ax (expr, loc, arch, addr_size, datastart,
|
||||
datastart + datalen, per_cu);
|
||||
require_rvalue (expr, loc);
|
||||
|
||||
if (offset != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user