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
>
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
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