From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28820 invoked by alias); 15 Sep 2007 13:53:32 -0000 Received: (qmail 28809 invoked by uid 22791); 15 Sep 2007 13:53:31 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 15 Sep 2007 13:53:26 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 298AB982A2; Sat, 15 Sep 2007 13:53:25 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 0A48C98108; Sat, 15 Sep 2007 13:53:24 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IWY5M-0004Mi-3m; Sat, 15 Sep 2007 09:53:24 -0400 Date: Sat, 15 Sep 2007 13:53:00 -0000 From: Daniel Jacobowitz To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [commit/RFA] Add assert inside insert_step_resume_breakpoint_at_frame Message-ID: <20070915135324.GB15879@caradoc.them.org> Mail-Followup-To: Joel Brobecker , gdb-patches@sourceware.org References: <20070914214005.GA22603@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070914214005.GA22603@adacore.com> User-Agent: Mutt/1.5.15 (2007-04-09) 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: 2007-09/txt/msg00189.txt.bz2 On Fri, Sep 14, 2007 at 02:40:05PM -0700, Joel Brobecker wrote: > 2007-09-14 Joel Brobecker > > * infrun.c (insert_step_resume_breakpoint_at_frame): Add assertion > that return_frame is not null. This is definitely OK. -- Daniel Jacobowitz CodeSourcery