From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26638 invoked by alias); 18 Sep 2014 09:59:17 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 26447 invoked by uid 89); 18 Sep 2014 09:59:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 18 Sep 2014 09:59:14 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8I9xB6L008968 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 18 Sep 2014 05:59:11 -0400 Received: from blade.nx (ovpn-116-121.ams2.redhat.com [10.36.116.121]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s8I9xA5S011837; Thu, 18 Sep 2014 05:59:11 -0400 Received: from blade.nx (localhost [127.0.0.1]) by blade.nx (Postfix) with ESMTP id 30B7D2623EF; Thu, 18 Sep 2014 10:59:10 +0100 (BST) From: Gary Benson To: gdb-patches@sourceware.org Cc: Pedro Alves , Doug Evans Subject: [PATCH 0/3] target_{stop,continue} things Date: Thu, 18 Sep 2014 09:59:00 -0000 Message-Id: <1411034346-868-1-git-send-email-gbenson@redhat.com> X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00617.txt.bz2 Hi all, This series fixes three issues raised in this thread: https://sourceware.org/ml/gdb-patches/2014-09/msg00338.html Patch 1 renames target_{stop,continue}_ptid, patch 2 updates target_stop's documentation to indicate that it is asynchronous, and patch 3 fixes a bug in linux-nat.c where agent commands are run on inferiors that may not have stopped. Build and regtested on x86_64 RHEL 6.5. Is this ok to commit? Thanks, Gary -- http://gbenson.net/