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: break of time loop


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


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