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 Omair Javaid
Have you implemented a qXfer packet response if not you can do so to use xml description provided by target. Here is a gdb help link that describe how to client can query target.xml. https://sourceware.org/gdb/onlinedocs/gdb/Retrieving-Descriptions.html#Retrieving-Descriptions On 10 November 20

[ACTIVITY] 3 - 7 November 2014

2014-11-10 Thread Will Newton
== Progress == * Pushed malloc microbenchmark to glibc (1/10, TCWG-160) * Upstream work (4/10, CARD-341) - glibc patch review (C11 atomics series) - glibc patchwork cleanup * Look into binutils input fuzzing fixes (1/10) * Investigate ARM port of lld (2/10) * Email, meetings, review, etc. (2/10)

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
Thanks, Omair. I did check xml files in Linaro's source (gdb-linaro-7.6.1-2013.10). In the target.xml file our gdb server sends back to gdb client, we only include regsiters X0~X30, sp, pc and cpsr. It's close to gdb-linaro-7.6.1-2013.10\gdb\features\aarch64-core.xml, which is included in aarch

[ACTIVITY] 3-7 November

2014-11-10 Thread Charles Baylis
== Progress == Bug 404 [5/10] Bugs 403/418 [2/10] Misc [3/10] . office move . review ___ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-toolchain

[ACTIVITY] 3rd - 7th November

2014-11-10 Thread Bernie Ogden
cbuild2 benchmarking - TCWG-360 [4/10] * SPEC 2006 cross-built binaries now running. Easy when you know how. libm exercising - CARD-1693 [4/10] * Understood improved libm usage on 1 benchmark. * Tried 3 more. 1 shows significantly more time in libm on AArch64 over AArch32. Meetings/mail/etc - [2/

[ACTIVITY] Week 45

2014-11-10 Thread Yvan Roux
== Issues == * none. == Progress == * GCC 4.9 and 4.8 2014.11 (1/10) - Reviewed FSF branch Merges. * Lab move (3/10) - Cherry-picked cbuildv2 master patches in schroot-test - Created a new jenkins job to tst the "schroot lab move" branch - The job is able to build all the targets but val

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 Omair Javaid
On 7 November 2014 02:27, Qu, Strong wrote: > 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 fe