* symfile.c (find_separate_debug_file): Remove double free of
[deliverable/binutils-gdb.git] / gdb / stack.c
index 82ac0d48fe0260d476554c04217271dc53de5b8a..1c37801f2ea44b1014c8f8b36154f18bc3771f57 100644 (file)
@@ -482,7 +482,7 @@ gdb_disassembly_stub (void *args)
 {
   struct gdb_disassembly_stub_args *p = args;
   gdb_disassembly (p->gdbarch, uiout, 0,
-                   DISASSEMBLY_SOURCE | DISASSEMBLY_RAW_INSN, p->how_many,
+                   DISASSEMBLY_RAW_INSN, p->how_many,
                    p->low, p->high);
 }
 
@@ -1275,11 +1275,6 @@ backtrace_command_1 (char *count_exp, int show_locals, int from_tty)
      of frames which we should print, or -1 if all of them.  */
   trailing = get_current_frame ();
 
-  /* The target can be in a state where there is no valid frames
-     (e.g., just connected). */
-  if (trailing == NULL)
-    error (_("No stack."));
-
   trailing_level = 0;
   if (count_exp)
     {
This page took 0.023877 seconds and 4 git commands to generate.