This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [mi] organize possible exec async mi oc command reasons
- From: David Lecomber <david at allinea dot com>
- To: Bob Rossi <bob at brasko dot net>
- Cc: patches <gdb-patches at sources dot redhat dot com>
- Date: Wed, 15 Jun 2005 20:30:04 +0100
- Subject: Re: [mi] organize possible exec async mi oc command reasons
- References: <20050324154602.GA10558@white> <20050324160653.GB29185@nevyn.them.org> <20050324212036.GB10808@white>
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
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 <bob@brasko.net>
> * 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 <bob@brasko.net>
>
> * 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 <david@allinea.com>