This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb-6.6 mingw port hangs after Ctrl-C


> From: Roland Puntaier <Roland.Puntaier@br-automation.com>
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]