RE: [Question] Should gdb client query FP registers even if gdb server does not report having org.gnu.gdb.aarch64.fpu feature?

2014-11-11 Thread Qu, Strong
er 11, 2014 5:43 AM To: Will Newton Cc: Qu, Strong; linaro-toolchain@lists.linaro.org Subject: Re: [Question] Should gdb client query FP registers even if gdb server does not report having org.gnu.gdb.aarch64.fpu feature? There was discussion to put with-expat in default config options not sure if

RE: [Question] Should gdb client query FP registers even if gdb server does not report having org.gnu.gdb.aarch64.fpu feature?

2014-11-10 Thread Qu, Strong
rn the value of fpsr and fpcr to make the gdb client happy. Regards, Strong -Original Message- From: Omair Javaid [mailto:omair.jav...@linaro.org] Sent: Monday, November 10, 2014 3:30 AM To: Qu, Strong Cc: linaro-toolchain@lists.linaro.org Subject: Re: [Question] Should gdb client query

[Question] Should gdb client query FP registers even if gdb server does not report having org.gnu.gdb.aarch64.fpu feature?

2014-11-06 Thread Qu, Strong
Hello, We have implemented gdb server in one of our project and we are using Linaro aarch64-none-elf-gdb.exe as gdb client. Our gdb server will response to packet 'qXfer:features:read:target.xml:0,fff' with a xml file which only claims feature 'org.gnu.gdb.aarch64.core'. However, when I issue '

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