From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Fernando Nasser Cc: Eli Zaretskii , Michael Snyder , Daniel Jacobowitz , gdb-patches@sourceware.cygnus.com Subject: Re: [RFA] Testsuite addition for x86 linux GDB and SIGALRM fix Date: Thu, 26 Jul 2001 10:45:00 -0000 Message-id: <3B605708.3040504@cygnus.com> References: <3B603B33.B9B33633@redhat.com> <3B604DD6.9080708@cygnus.com> <3B6051D1.9297BBC0@cygnus.com> X-SW-Source: 2001-07/msg00659.html > > The current model is that one can switch between the source and assembler debugging at any time by issuing a control command with "i" or without it. So the previous command does not matter -- what matters is if you issued "finish" or "finishi". I'm sorry but I think this getting silly. Think about my example, you step out of the current function only to find you've landed in a totally different function that doesn't even appear on the call stack! Andrew