Re: Need help finding the cause of an ARM4 Exception

2020-08-13 Thread Richi Dubey
Thanks for your detailed reply. All this helped. You should be able to print the exception context and see what are the > values of some different registers. This might be helpful. How do I do this? Right now I am printing individual variables that I find important by using 'p'. typedef struct >

Re: Need help finding the cause of an ARM4 Exception

2020-08-12 Thread Gedare Bloom
On Wed, Aug 12, 2020 at 2:28 PM Richi Dubey wrote: > > Hi, > > Can someone please help me figure out why I am getting the > _ARMV4_Exception_data_abort_default? > > I have attached the gdb script (Provided by Mr. Huber) that I used with this > email. I have also printed the commands I have used

Need help finding the cause of an ARM4 Exception

2020-08-12 Thread Richi Dubey
Hi, Can someone please help me figure out why I am getting the _ARMV4_Exception_data_abort_default? I have attached the gdb script (Provided by Mr. Huber) that I used with this email. I have also printed the commands I have used to run gdb and qemu. I have provided my view on this exception and