From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30685 invoked by alias); 6 Mar 2012 17:40:05 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 30457 invoked by uid 22791); 6 Mar 2012 17:40:02 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Date: Tue, 06 Mar 2012 17:40:00 -0000 From: Joel Brobecker To: Keith Seitz Cc: archer@sourceware.org Subject: Re: [Archer] Re: [Archer] Stop the Insanity! Linespec Rewrite Message-ID: <20120306173945.GP2867@adacore.com> References: <4F501EC1.3050104@redhat.com> <20120302190658.GH2867@adacore.com> <4F514E30.7070400@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F514E30.7070400@redhat.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-SW-Source: 2012-q1/txt/msg00020.txt.bz2 Hi Keith, Sorry for the delay in answering this... > I have a patch to fix this. Thank you for bringing this to my > attention (and adding tests for it). Your new operator_bps.exp > passes 100% on archer-keiths-linespec-rewrite. [I haven't pushed the > patch yet.] Awesome, thanks! > > . Our testsuite spotted a couple of crashes. They might be related > > to the crash that Tom mentioned, although I kind of doubt it. > > Nevertheless, I'll investigate them after you've looked at Tom's > > report, just in case they end up having the same cause. > > If you can tell me how to reproduce, I will take a look. There are > probably lots of gotchas all over the place. I relied heavily (too > much?) on the test suite. I wonder what bugs Go, D, and other > languages might expose. OK. I have added two new testcases: * gdb.ada/bp_enum_homonym.exp: The testcase inserts a breakpoint using a function name ("archive"), but that name is also used as the name of one of the enumerals in an enumerated type. * gdb.ada/bp_on_var.exp: The testcase attempts to insert some breakpoints using variable names. The breakpoints should be rejected... If you'd like me to take a look and tell you what's going on, I'd be more than happy to... -- Joel