From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6419 invoked by alias); 3 Mar 2014 20:58:25 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 6401 invoked by uid 9674); 3 Mar 2014 20:58:24 -0000 Date: Mon, 03 Mar 2014 20:58:00 -0000 Message-ID: <20140303205824.6356.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] jankratochvil/gdbserverbuildid: Tests for validate symbol file using build-id X-Git-Refname: refs/heads/jankratochvil/gdbserverbuildid X-Git-Reftype: branch X-Git-Oldrev: 60e25b7b58ec9f018a6cd33ea0f6789d1d1d04ea X-Git-Newrev: e403a2cda7d319c9b5ef8c19dbb7f0cdfae4a613 X-SW-Source: 2014-q1/txt/msg00018.txt.bz2 List-Id: The branch, jankratochvil/gdbserverbuildid has been updated discards 60e25b7b58ec9f018a6cd33ea0f6789d1d1d04ea (commit) discards a5f4d3d7bedd2115a6185242c053a1032ecc9f99 (commit) discards bf18659834e6e48398dace329260ffaa1e26f7df (commit) discards 23a4c243fc8e2a9634ee41a53632acaec1344db2 (commit) discards 8454da3ccd129f95dcd0eac6a99bf78355689163 (commit) discards 159945ef7f5c25e309c373025eb3f27572e8a806 (commit) discards d7abdc578c0828f63e37416bafebf830e9fcd640 (commit) discards 635697584f5289fd090bc06a28bab625aad890a5 (commit) via e403a2cda7d319c9b5ef8c19dbb7f0cdfae4a613 (commit) via 4959c8426cb63d322cadba15ff9dea540896aab6 (commit) via fe251720f52e46bda712e20360d48a675956c6da (commit) via fe819bfa70c24f97e16c357787c55b6a0309723e (commit) via 796e7771c8f90df0b0f4e3abf1064936f1876f19 (commit) via f903119ff9990d1a38a10e223ddca5929d35aa87 (commit) via ced334e5f72d60216338349420a2ce0ed999347e (commit) via 6cd4dd736e6670ba7bae0e8abda93eaf3c481953 (commit) via be361d411775bdb2332605109565118e2591618c (commit) from 60e25b7b58ec9f018a6cd33ea0f6789d1d1d04ea (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit e403a2cda7d319c9b5ef8c19dbb7f0cdfae4a613 Author: Jan Kratochvil Date: Sun Mar 2 10:15:42 2014 +0100 Tests for validate symbol file using build-id Hi, new testcase. Jan gdb/testsuite/ 2014-02-26 Aleksandar Ristovski Date: Sun Mar 2 10:15:42 2014 +0100 Validate symbol file using build-id Hi, consumer part of the "build-id" attribute. Jan gdb/ 2014-02-26 Aleksandar Ristovski Validate symbol file using build-id. * NEWS (Changes since GDB 7.7): Add 'set solib-build-id-force' and 'show solib-build-id-force'. Add build-id attribute. * solib-darwin.c (_initialize_darwin_solib): Assign validate value. * solib-dsbt.c (_initialize_dsbt_solib): Ditto. * solib-frv.c (_initialize_frv_solib): Ditto. * solib-ia64-hpux.c (ia64_hpux_target_so_ops): Ditto. * solib-irix.c (_initialize_irix_solib): Ditto. * solib-osf.c (_initialize_osf_solib): Ditto. * solib-pa64.c (_initialize_pa64_solib): Ditto. * solib-som.c (_initialize_som_solib): Ditto. * solib-spu.c (set_spu_solib_ops): Ditto. * solib-svr4.c: Include rsp-low.h. (NOTE_GNU_BUILD_ID_NAME): New define. (svr4_validate): New function. (library_list_start_library): Parse 'build-id' attribute. (svr4_library_attributes): Add 'build-id' attribute. (_initialize_svr4_solib): Assign validate value. * solib-target.c (solib.h): Include. (_initialize_solib_target): Assign validate value. * solib.c (solib_build_id_force, show_solib_build_id_force): New. (solib_map_sections): Use ops->validate. (clear_so): Free build_id. (default_solib_validate): New function. (_initialize_solib): Add "solib-build-id-force". * solib.h (default_solib_validate): New declaration. * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'. (target_so_ops): New field 'validate'. gdb/doc/ 2014-03-02 Jan Kratochvil * gdb.texinfo (Files): Add 'set solib-build-id-force' and 'show solib-build-id-force'. commit fe251720f52e46bda712e20360d48a675956c6da Author: Jan Kratochvil Date: Sun Mar 2 10:15:42 2014 +0100 gdbserver build-id attribute generator Hi, producer part of the new "build-id" XML attribute. Jan gdb/ 2014-02-26 Aleksandar Ristovski Date: Sun Mar 2 10:15:41 2014 +0100 Move linux_find_memory_regions_full & co. Hi, this should be just a move with no changes. Jan gdb/ 2014-02-26 Aleksandar Ristovski Date: Sun Mar 2 10:15:41 2014 +0100 Prepare linux_find_memory_regions_full & co. for move Hi, prepare code for move into gdb/common/. Jan gdb/ 2014-02-26 Aleksandar Ristovski Date: Sun Mar 2 10:15:41 2014 +0100 Create empty common/linux-maps.[ch] and common/common-target.[ch] Hi, prepare new files for later move. Jan gdb/ 2014-02-26 Aleksandar Ristovski Date: Sun Mar 2 10:15:41 2014 +0100 Merge multiple hex conversions Hi, here most of the patch has been reimplemented in the meantime and this is only a small remaint. Jan gdb/ 2014-02-26 Aleksandar Ristovski Date: Sun Mar 2 10:15:41 2014 +0100 Move utility functions to common/ Hi, some parts of the former patch have been reimplemented in the meantime by other patches so this is only a part of the former cleanup. Jan gdb/ 2014-02-26 Aleksandar Ristovski Date: Mon Mar 3 21:57:06 2014 +0100 +README.archer ----------------------------------------------------------------------- Summary of changes: README.archer | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) create mode 100644 README.archer First 500 lines of diff: diff --git a/README.archer b/README.archer new file mode 100644 index 0000000..ba65e1d --- /dev/null +++ b/README.archer @@ -0,0 +1,4 @@ +[PATCH 0/8] v2 - validate binary before use +Aleksandar Ristovski +Message-ID: <1366127096-5744-1-git-send-email-ARistovski@qnx.com> +https://sourceware.org/ml/gdb-patches/2013-04/msg00472.html hooks/post-receive -- Repository for Project Archer.