From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Elizabeth Chastain To: ac131313@cygnus.com, gdb@sources.redhat.com Subject: Re: gdb_expect and default{} vs timeout{} Date: Wed, 14 Feb 2001 21:48:00 -0000 Message-id: <200102150548.VAA16017@bosch.cygnus.com> X-SW-Source: 2001-02/msg00168.html > If there is a default, will the timeout action ever occure? It looks like default and timeout are synonyms. # dejagnu/lib/remote.exp # proc remote_expect if { ${x} == "eof" } { set save_next 1; } elseif { ${x} == "default" || ${x} == "timeout" } { if { $error_sect == "" } { set save_next 1; } } All I know is what I see in the source. I don't know why. Michael