Lines Matching refs:description
102 set description "send ^C to child process"
107 pass "$description"
110 fail "$description"
113 fail "$description (timeout)"
118 set description "send SIGINT signal to child process"
119 gdb_test_multiple "signal SIGINT" "$description, top GDB message" {
125 gdb_test_multiple "" "$description, bottom GDB message" {
132 set description "send ^C to child process again"
136 pass "$description"
139 fail "$description"
142 fail "$description (timeout)"
157 set description "backtrace through signal handler"
158 gdb_test_multiple "backtrace" "$description" {
160 pass "$description"