From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32382 invoked by alias); 9 Dec 2002 18:12:05 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 32347 invoked from network); 9 Dec 2002 18:12:04 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 9 Dec 2002 18:12:04 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gB9HkaP07144 for ; Mon, 9 Dec 2002 12:46:36 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gB9IC3D04828; Mon, 9 Dec 2002 13:12:03 -0500 Received: from valrhona.uglyboxes.com (IDENT:d2Q1nxjXCMtmxQQI3vAt5RrptDI5UZna@vpn50-39.rdu.redhat.com [172.16.50.39]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gB9IC3u10192; Mon, 9 Dec 2002 13:12:03 -0500 Date: Mon, 09 Dec 2002 10:12:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: a2782@dis.ulpgc.es cc: gdb@sources.redhat.com Subject: Re: Emacs and GDB In-Reply-To: <200212091610.gB9GAoD14558@siglo21.dis.ulpgc.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-12/txt/msg00170.txt.bz2 On Mon, 9 Dec 2002 a2782@dis.ulpgc.es wrote: > I\'m very interested in MI interface. But I don\'t know what\'s the way to > make it works with GDB. I mean, does it work with normal GDB? Is it a > library? How do I interact with it? Is there any restriction with GDB > versions? MI is an alternative command interface that is built into recent versions of gdb (>5.2-ish). Just invoke gdb with the "--i=mi" (or "--interpreter=mi") option, and gdb will run using the mi interface. For more details, see the MI chapter in the GDB User Manual (available online). Keith