Re: Problem Halting Execution

"Frank Ch. Eigler" <[email protected]> Fri, 28 May 2010 12:20:23 -0400
Newsgroups gmane.comp.emulators.sid.devel
Message-ID <[email protected]>
Hi -

> I'm trying to hand control to GDB.  I have looked at other ports and I
> have not seen where they do this, but I must have missed something.

OK.  The magic there should reside in the sid configuration, and
cpu<->gdb component pin-connections related to traps and the target
scheduler.  See also include/sidcpuutil.h's signal_trap().

- FChE