From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31470 invoked by alias); 18 Mar 2005 16:01:06 -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 31283 invoked from network); 18 Mar 2005 16:00:58 -0000 Received: from unknown (HELO pythagoras.zen.co.uk) (212.23.3.140) by sourceware.org with SMTP; 18 Mar 2005 16:00:58 -0000 Received: from [82.69.69.95] (helo=opal.uk.level5networks.com) by pythagoras.zen.co.uk with esmtp (Exim 4.30) id 1DCJuD-0002Zb-Rd for gdb@sources.redhat.com; Fri, 18 Mar 2005 16:00:57 +0000 Received: from [10.17.20.19] (jasper.uk.level5networks.com [10.17.20.19]) by opal.uk.level5networks.com (8.12.8/8.12.8) with ESMTP id j2IG0vgJ017015 for ; Fri, 18 Mar 2005 16:00:57 GMT Message-ID: <423AFB39.6050705@level5networks.com> Date: Fri, 18 Mar 2005 16:01:00 -0000 From: Greg Law User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: Machine interface Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-Pythagoras-IP: [82.69.69.95] X-SW-Source: 2005-03/txt/msg00185.txt.bz2 Hi, I'm trying to find some info on GDB/MI. I've read the info pages. They seem to be half finished, and specifically don't talk about one actually interfaces with gdb/mi. ie. it doesn't seem to be via stdin of the gdb processes (typing -break-point at it causes "unknown command" errors. Do I need to open a socket to it or some such? Or do I just have the MI syntax wrong? TIA, Greg