Add an objfile getter to gdb.Type
[deliverable/binutils-gdb.git] / gdb / darwin-nat.c
index 02604338b5620e50b5b06a4ddf2e7daf4d008ea5..8282ef27e61168307556ccfa4370a92c9335ee5a 100644 (file)
@@ -1693,7 +1693,7 @@ darwin_attach_pid (struct inferior *inf)
       exit_inferior (inf);
       inferior_ptid = null_ptid;
 
-      throw_exception (ex);
+      throw;
     }
 
   target_ops *darwin_ops = get_native_target ();
This page took 0.023184 seconds and 4 git commands to generate.