mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* dwarf2expr.c (execute_stack_op): Add QUIT.
This commit is contained in:
@@ -521,6 +521,10 @@ execute_stack_op (struct dwarf_expr_context *ctx,
|
||||
LONGEST offset;
|
||||
struct value *result_val = NULL;
|
||||
|
||||
/* The DWARF expression might have a bug causing an infinite
|
||||
loop. In that case, quitting is the only way out. */
|
||||
QUIT;
|
||||
|
||||
switch (op)
|
||||
{
|
||||
case DW_OP_lit0:
|
||||
|
||||
Reference in New Issue
Block a user