Re: Q about using AArch64 gdb with target running in AArch32 state

2014-10-21 Thread Omair Javaid
On 21 October 2014 12:51, Peter Maydell wrote: > On 17 October 2014 16:28, Qu, Strong wrote: >> For our use case, we are running the gdb client at early state of boot. So >> the ARMv8 target might be running into any EL and into either AArch64 or >> AArch32 state. My questions are: >> >> 1)

Re: Q about using AArch64 gdb with target running in AArch32 state

2014-10-21 Thread Peter Maydell
On 17 October 2014 16:28, Qu, Strong wrote: > For our use case, we are running the gdb client at early state of boot. So > the ARMv8 target might be running into any EL and into either AArch64 or > AArch32 state. My questions are: > > 1) Is the aarch64-none-elf-gdb.exe good for both AArch64 a

Q about using AArch64 gdb with target running in AArch32 state

2014-10-17 Thread Qu, Strong
Hi, I start to use Linary AArch64 toolchain recently and just joined this maillist. I went through some of the archived threads but didn't read all of them. So bear me if I'm asking dumb question or old question which had been answered before. For our use case, we are running the gdb client at