From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14500 invoked by alias); 26 Feb 2014 21:19:31 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 14473 invoked by uid 9674); 26 Feb 2014 21:19:30 -0000 Date: Wed, 26 Feb 2014 21:19:00 -0000 Message-ID: <20140226211929.14441.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] jankratochvil/gdbserverbuildid: Merge branch 'common-mergehex-empty-moveprep-move-attrgen-validate' into common-mergehex-empty-moveprep-move-attrgen-validate-tests X-Git-Refname: refs/heads/jankratochvil/gdbserverbuildid X-Git-Reftype: branch X-Git-Oldrev: 70d1332fddaf6a882bb29f71ca06c11c20c0142c X-Git-Newrev: de59d31f0e7d694bf74a5bd539ae28a70c87daf1 X-SW-Source: 2014-q1/txt/msg00010.txt.bz2 List-Id: The branch, jankratochvil/gdbserverbuildid has been updated via de59d31f0e7d694bf74a5bd539ae28a70c87daf1 (commit) via 114d2496eb0a546e45ba6231323f4726c7ad8f98 (commit) via c042536bf1cf98141bdfea27bbfc4879edb2ef6b (commit) via 02febadf5c8b484cdf4f6c21d180bb69806977e5 (commit) via 6e89496603071fcffee39778e90470507f921cc6 (commit) from 70d1332fddaf6a882bb29f71ca06c11c20c0142c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit de59d31f0e7d694bf74a5bd539ae28a70c87daf1 Merge: 70d1332 114d249 Author: Jan Kratochvil Date: Wed Feb 26 22:19:20 2014 +0100 Merge branch 'common-mergehex-empty-moveprep-move-attrgen-validate' into common-mergehex-empty-moveprep-move-attrgen-validate-tests commit 114d2496eb0a546e45ba6231323f4726c7ad8f98 Merge: c734bd1 c042536 Author: Jan Kratochvil Date: Wed Feb 26 22:19:20 2014 +0100 Merge branch 'common-mergehex-empty-moveprep-move-attrgen' into common-mergehex-empty-moveprep-move-attrgen-validate commit c042536bf1cf98141bdfea27bbfc4879edb2ef6b Merge: 616244b 02febad Author: Jan Kratochvil Date: Wed Feb 26 22:19:19 2014 +0100 Merge branch 'common-mergehex-empty-moveprep-move' into common-mergehex-empty-moveprep-move-attrgen commit 02febadf5c8b484cdf4f6c21d180bb69806977e5 Merge: bd75981 6e89496 Author: Jan Kratochvil Date: Wed Feb 26 22:19:19 2014 +0100 Merge branch 'common-mergehex-empty-moveprep' into common-mergehex-empty-moveprep-move commit 6e89496603071fcffee39778e90470507f921cc6 Author: Jan Kratochvil Date: Wed Feb 26 22:19:14 2014 +0100 . ----------------------------------------------------------------------- Summary of changes: gdb/linux-tdep.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) First 500 lines of diff: diff --git a/gdb/linux-tdep.c b/gdb/linux-tdep.c index 235a7c2..d0c8761 100644 --- a/gdb/linux-tdep.c +++ b/gdb/linux-tdep.c @@ -737,7 +737,7 @@ linux_find_memory_regions_gdb (struct gdbarch *gdbarch, /* We need to know the real target PID so linux_find_memory_regions_full can access /proc. */ if (current_inferior ()->fake_pid_p) - return 1; + return -1; cleanup = make_cleanup (free_current_contents, &memory_to_free); retval = linux_find_memory_regions_full (current_inferior ()->pid, hooks/post-receive -- Repository for Project Archer.