From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 347 invoked by alias); 26 Dec 2011 23:24:18 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 319 invoked by uid 9674); 26 Dec 2011 23:24:17 -0000 Date: Mon, 26 Dec 2011 23:24:00 -0000 Message-ID: <20111226232417.303.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-jankratochvil-watchpoint3: Merge branch 'f-cleanup-fork-multifix' into archer-jankratochvil-watchpoint3 X-Git-Refname: refs/heads/archer-jankratochvil-watchpoint3 X-Git-Reftype: branch X-Git-Oldrev: 4224070af09c2facd63f7ab0787daac7aa13a0e3 X-Git-Newrev: de10a63f2dce45a46eaaa5bbf6b52d646bc9edad X-SW-Source: 2011-q4/txt/msg00194.txt.bz2 List-Id: The branch, archer-jankratochvil-watchpoint3 has been updated via de10a63f2dce45a46eaaa5bbf6b52d646bc9edad (commit) via 20f78d0fd857fa2210a170629489493049be84bd (commit) from 4224070af09c2facd63f7ab0787daac7aa13a0e3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit de10a63f2dce45a46eaaa5bbf6b52d646bc9edad Merge: 4224070 20f78d0 Author: Jan Kratochvil Date: Tue Dec 27 00:24:04 2011 +0100 Merge branch 'f-cleanup-fork-multifix' into archer-jankratochvil-watchpoint3 commit 20f78d0fd857fa2210a170629489493049be84bd Author: Jan Kratochvil Date: Mon Dec 26 23:35:38 2011 +0100 ppc multiinf fix ----------------------------------------------------------------------- Summary of changes: gdb/ppc-linux-nat.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) First 500 lines of diff: diff --git a/gdb/ppc-linux-nat.c b/gdb/ppc-linux-nat.c index 921ed1c..94900c9 100644 --- a/gdb/ppc-linux-nat.c +++ b/gdb/ppc-linux-nat.c @@ -1774,7 +1774,7 @@ ppc_linux_insert_mask_watchpoint (struct target_ops *ops, CORE_ADDR addr, p.addr2 = mask; p.condition_value = 0; - iterate_over_lwps (minus_one_ptid, booke_insert_point_callback, &p); + linux_nat_iterate_watchpoint_lwps (booke_insert_point_callback, &p); return 0; } @@ -1800,7 +1800,7 @@ ppc_linux_remove_mask_watchpoint (struct target_ops *ops, CORE_ADDR addr, p.addr2 = mask; p.condition_value = 0; - iterate_over_lwps (minus_one_ptid, booke_remove_point_callback, &p); + linux_nat_iterate_watchpoint_lwps (booke_remove_point_callback, &p); return 0; } hooks/post-receive -- Repository for Project Archer.