Explain why we do "info threads".
gdb/testsuite/
2014-07-30 Pedro Alves <palves@redhat.com>
* gdb.threads/signal-command-handle-nopass.exp (test): Add
comment.
+2014-07-30 Pedro Alves <palves@redhat.com>
+
+ * gdb.threads/signal-command-handle-nopass.exp (test): Add
+ comment.
+
2014-07-29 Yao Qi <yao@codesourcery.com>
PR gdb/17206
gdb_test "signal SIGUSR1" "handler .*"
+ # Make sure it was thread 1 that got the signal. Note we list
+ # all threads instead of just thread 1, so that if something
+ # goes wrong and another thread ends up selected, we can
+ # easily see which in the logs.
gdb_test "info threads" $pattern "thread 1 got the signal"
}
}