]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/inflow.c
This commit was manufactured by cvs2svn to create branch 'gdb_6_2-branch'.
[thirdparty/binutils-gdb.git] / gdb / inflow.c
index 35cd79968b9fa4871d44fe7903a6d4200caa33ae..f2c306c856fbf988b9dc02fc576dbfcfe9932c15 100644 (file)
@@ -595,8 +595,7 @@ kill_command (char *arg, int from_tty)
       if (deprecated_selected_frame == NULL)
        fputs_filtered ("No selected stack frame.\n", gdb_stdout);
       else
-       print_stack_frame (deprecated_selected_frame,
-                          frame_relative_level (deprecated_selected_frame), 1);
+       print_stack_frame (get_selected_frame (), 1, SRC_AND_LOC);
     }
 }
 \f