DWARF: handle non-local references in nested functions
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index 82399a4f949f7698054e0bce1a13a016e9ee2d38..393ccb9a079975ba7c38476c89f25a177407fced 100644 (file)
@@ -1662,7 +1662,7 @@ finish_command_continuation (void *arg, int err)
            {
              struct value *func;
 
-             func = read_var_value (a->function, get_current_frame ());
+             func = read_var_value (a->function, NULL, get_current_frame ());
              TRY
                {
                  /* print_return_value can throw an exception in some
This page took 0.027061 seconds and 4 git commands to generate.