break of time loop

Daniel Jacobowitz drow@false.org
Mon Oct 31 14:19:00 GMT 2005


On Mon, Oct 31, 2005 at 02:56:46PM +0100, Efim Monjak wrote:
> thanks it works with Signal interrupt.
> 
> But I found an other Problem:
> after two steps I read from CPSR Register the ARM CPU goes into Abort Mode.
> I is because the GDB reads memory after a step and hier are two 
> adressies which
> are not in address area of ARM CPU. Step after reading of such address cause
> CPU Abort Mode. What informations reads GDB. Is it possible to switch it 
> off?

It's probably confused about the stack frame.  In general, your stub
should detect invalid memory reads and return errors.


-- 
Daniel Jacobowitz
CodeSourcery, LLC



More information about the Gdb mailing list