From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12419 invoked by alias); 22 Aug 2007 19:20:07 -0000 Received: (qmail 12396 invoked by uid 22791); 22 Aug 2007 19:20:06 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 22 Aug 2007 19:20:03 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-54-156.inter.net.il [84.228.54.156]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HPL27826 (AUTH halo1); Wed, 22 Aug 2007 22:17:13 +0300 (IDT) Date: Wed, 22 Aug 2007 19:20:00 -0000 Message-Id: From: Eli Zaretskii To: Roland Puntaier CC: gdb@sourceware.org In-reply-to: (message from Roland Puntaier on Wed, 22 Aug 2007 13:10:07 +0200) Subject: Re: gdb-6.6 mingw port hangs after Ctrl-C Reply-to: Eli Zaretskii References: X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-08/txt/msg00165.txt.bz2 > From: Roland Puntaier > Date: Wed, 22 Aug 2007 13:10:07 +0200 > > I wanted to try this with the following changes in remoted.c, > but I could'nt find a way to get the EIP of the new address, i.e. > "continueHere:". > How could that be done? One way to do that would be to call setjmp at continueHere, and then call longjmp to jump there from any other place.