From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17740 invoked by alias); 16 Nov 2011 19:58:04 -0000 Received: (qmail 17731 invoked by uid 22791); 16 Nov 2011 19:58:03 -0000 X-SWARE-Spam-Status: No, hits=-7.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Nov 2011 19:57:49 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pAGJvmuE017367 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 16 Nov 2011 14:57:48 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id pAGJvmAT001839; Wed, 16 Nov 2011 14:57:48 -0500 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id pAGJvlmU007641; Wed, 16 Nov 2011 14:57:47 -0500 From: Tom Tromey To: gdb-patches@sourceware.org Subject: [0/3] RFC: fix PR mi/8444 Date: Wed, 16 Nov 2011 19:58:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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 X-SW-Source: 2011-11/txt/msg00449.txt.bz2 This series fixes PR mi/8444, plus a few other things I noticed along the way. The PR itself concerns getting *stopped notifications when stop-on-solib-events is enabled. Currently, these notifications do not have a 'reason' field. I found a few other spots where stop notifications don't have reasons, this series fixes them all. Tom