From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32219 invoked by alias); 11 Mar 2005 23:48:37 -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 32164 invoked from network); 11 Mar 2005 23:48:28 -0000 Received: from unknown (HELO whale.cs.indiana.edu) (129.79.246.27) by sourceware.org with SMTP; 11 Mar 2005 23:48:28 -0000 Received: from wobbegong.cs.indiana.edu (wobbegong.cs.indiana.edu [129.79.246.93]) by whale.cs.indiana.edu (8.12.11/8.12.11/IUCS_2.65) with ESMTP id j2BNmRT3023690 for ; Fri, 11 Mar 2005 18:48:28 -0500 (EST) Date: Fri, 11 Mar 2005 23:48:00 -0000 From: Bhanu Nagendra Pisupati To: gdb@sources.redhat.com Subject: MI starting guide Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-03/txt/msg00131.txt.bz2 Hello, I have looked around for documentation to help me get started with using the GDB/MI interface. I found material that described the interface in general (command interface/ usage scenarios etc), but failed to address some basic questions (that might have been considered trivial). For one, how does a user process wanting to interact with GDB using the MI do so (pipes?). Any 'hello world' document that walks me through a basic session would be greatly useful. Please let me know if there is one I can refer to. Thanks, -Bhanu