Hi, git://sourceware.org/git/archer.git jankratochvil/gdbserverbuildid - although it is not properly separated into 1..8 there as in this series the is a follow-up to never checked in series: Message-ID: <1366127096-5744-1-git-send-email-ARistovski@qnx.com> https://sourceware.org/ml/gdb-patches/2013-04/msg00472.html The changes [attached] are: * Implemented the review comments I made. (Except for comments for the testcase.) * Removed fetching build-id in solib-svr4.c for NAT run: /* There is no way to safely fetch build-id from running inferior without OS specific code. The code from get_hex_build_id from gdbserver/linux-low.c could be used for GNU/Linux NAT target. */ As former code regressed break-interp.exp with 32-bit targets for: egrep '(BINprelinkNO.*pieATTACH.*relinkYES|BINprelinkYES.*pieATTACH.*relinkNO).*attach main bt' Implementing new feature into gdbserver and not linux-nat seems correct to me according to: https://sourceware.org/gdb/wiki/LocalRemoteFeatureParity I will list there this local/remote difference after check-in but that should be OK after the final switch to gdbserver. I left there authorship intact except for added mine to [patchv3 7/8]. I do not mind to change it any way. Jan