gdb/
[deliverable/binutils-gdb.git] / gdb / exceptions.h
index 0d6771966ee443e5035eb52fdae917525a275c89..630eb2e56bda45c79a19276ba2a39d7b8637c171 100644 (file)
@@ -86,6 +86,10 @@ enum errors {
   /* DW_OP_GNU_entry_value resolving failed.  */
   NO_ENTRY_VALUE_ERROR,
 
+  /* Target throwing an error has been closed.  Current command should be
+     aborted as the inferior state is no longer valid.  */
+  TARGET_CLOSE_ERROR,
+
   /* Add more errors here.  */
   NR_ERRORS
 };
This page took 0.025596 seconds and 4 git commands to generate.