gdb/
[deliverable/binutils-gdb.git] / gdb / gdbthread.h
index fb8de161e1de3dc1be230e2e3f28336753ea7acb..25123574e31981a93f9ceaca8a0b64b689cde37b 100644 (file)
@@ -123,7 +123,7 @@ struct thread_control_state
 struct thread_suspend_state
 {
   /* Last signal that the inferior received (why it stopped).  */
-  enum target_signal stop_signal;
+  enum gdb_signal stop_signal;
 };
 
 struct thread_info
This page took 0.030768 seconds and 4 git commands to generate.