From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7771 invoked by alias); 19 Apr 2012 09:45:52 -0000 Received: (qmail 7703 invoked by uid 22791); 19 Apr 2012 09:45:51 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from outdoor.onevision.de (HELO outdoor.onevision.de) (212.77.172.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Apr 2012 09:45:07 +0000 Received: from sanders.onevision.de (moonrace [212.77.172.62]) by outdoor.onevision.de (8.14.3/8.13.7/ROSCH/DDB) with ESMTP id q3J9ixCN001989 for ; Thu, 19 Apr 2012 11:45:04 +0200 Received: from [192.168.5.32] ([192.168.5.32]) by sanders.onevision.de (Lotus Domino Release 8.5.1FP3) with ESMTP id 2012041911445464-253 ; Thu, 19 Apr 2012 11:44:54 +0200 Message-ID: <4F8FDE96.8000008@onevision.com> Date: Thu, 19 Apr 2012 09:45:00 -0000 From: Roland Schwingel User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: insight@sourceware.org Subject: Re: [PATCH/gdbtk] Fix crash when running insight with pending breakpoints Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-15; format=flowed Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2012-q2/txt/msg00020.txt.bz2 Hi ... > > 2012-04-11 Roland Schwingel > > > > * generic/gdbtk-bp.c: Updated copyright. > > (gdb_find_bp_at_line): Don't access location struct > > of breakpoint if it is NULL. > > > > Any comments? Is this ok? > > Yes, please commit. Done now. > Thank you for the patch! Thanks for reviewing. Roland