From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6345 invoked by alias); 15 Jun 2005 20:03:21 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6192 invoked by uid 22791); 15 Jun 2005 20:02:56 -0000 Received: from lakermmtao09.cox.net (HELO lakermmtao09.cox.net) (68.230.240.30) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 15 Jun 2005 20:02:56 +0000 Received: from white ([68.9.64.121]) by lakermmtao09.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050615200249.KFFJ6804.lakermmtao09.cox.net@white>; Wed, 15 Jun 2005 16:02:49 -0400 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1Die66-0005bu-00; Wed, 15 Jun 2005 16:02:50 -0400 Date: Wed, 15 Jun 2005 20:03:00 -0000 From: Bob Rossi To: David Lecomber Cc: patches Subject: Re: [mi] organize possible exec async mi oc command reasons Message-ID: <20050615200250.GA21503@white> Mail-Followup-To: David Lecomber , patches References: <20050324154602.GA10558@white> <20050324160653.GB29185@nevyn.them.org> <20050324212036.GB10808@white> <1118863804.7546.2.camel@cpc4-oxfd5-5-0-cust158.oxfd.cable.ntl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1118863804.7546.2.camel@cpc4-oxfd5-5-0-cust158.oxfd.cable.ntl.com> User-Agent: Mutt/1.3.28i X-SW-Source: 2005-06/txt/msg00204.txt.bz2 On Wed, Jun 15, 2005 at 08:30:04PM +0100, David Lecomber wrote: > Dear all, > > Since this commit, it's now no longer possible to build with ./configure > --disable-gdbmi. The reason is failure to link because it doesn't find > async_reason_lookup. > > Can I propose we disable that configure option, or are there some > platforms where mi doesn't build? Patch to follow if we're all in > agreement. > > Regards > David Oops, sorry. Well, I don't know of any need for the option, and support removing it. Although, I you'll obviously have to wait for a maintainer. Bob Rossi > On Thu, 2005-03-24 at 16:20 -0500, Bob Rossi wrote: > [..] > > Here is an updated patch, without the testsuite concerns. > > > > Eli, I hope this doco patch makes more sense, please let me know. > > > > 2005-03-24 Bob Rossi > > * Makefile.in (SUBDIR_MI_OBS, SUBDIR_MI_SRCS): Add mi-common. > > (gdb/mi/ headers): Add mi_common_h. > > (breakpoint.o, infrun.o): Add dependencies mi_common_h. > > * breakpoint.c (include): Add include 'mi/mi-common.h'. > > (print_it_typical): Use async_reason_lookup. > > (watchpoint_check): Ditto. > > * infrun.c (include): Add include 'mi/mi-common.h'. > > (print_stop_reason): Use async_reason_lookup. > > > > 2005-03-24 Bob Rossi > > > > * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating > > the possible reasons why an exec async record would be returned to FE. > [..] > -- > David Lecomber