From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20651 invoked by alias); 15 Feb 2012 19:30:15 -0000 Received: (qmail 20628 invoked by uid 22791); 15 Feb 2012 19:30:12 -0000 X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,RCVD_NUMERIC_HELO,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Feb 2012 19:29:39 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1RxkXn-0005yP-Jf for gdb-patches@sources.redhat.com; Wed, 15 Feb 2012 20:29:35 +0100 Received: from 209.226.137.107 ([209.226.137.107]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Feb 2012 20:29:35 +0100 Received: from aristovski by 209.226.137.107 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 15 Feb 2012 20:29:35 +0100 To: gdb-patches@sources.redhat.com From: Aleksandar Ristovski Subject: Re: [patch] Assert when 'break' with no arguments Date: Wed, 15 Feb 2012 20:06:00 -0000 Message-ID: <4F3C0796.1080002@qnx.com> References: <20120214185333.GB14803@adacore.com> <4F3AB4AE.2010504@qnx.com> <4F3AC7A9.3020805@qnx.com> <874nusnknu.fsf@fleche.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20120129 Thunderbird/10.0 In-Reply-To: <874nusnknu.fsf@fleche.redhat.com> X-IsSubscribed: yes 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: 2012-02/txt/msg00310.txt.bz2 On 12-02-15 11:09 AM, Tom Tromey wrote: >>>>>> "Aleksandar" == Aleksandar Ristovski writes: > > Aleksandar> 2012-02-14 Aleksandar Ristovski > Aleksandar> * frame.c (find_frame_sal): Initialize sal->pspace field from frame > Aleksandar> data. > Aleksandar> * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL. > > Aleksandar> 2012-02-14 Aleksandar Ristovski > > Aleksandar> * gdb.base/break-inline.exp: New file. > Aleksandar> * gdb.base/break-inline.c: New file. > > > This is ok. Thanks. > > Tom > Committed, thank you. --- Aleksandar