From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6745 invoked by alias); 2 Nov 2009 16:36:59 -0000 Received: (qmail 6736 invoked by uid 22791); 2 Nov 2009 16:36:59 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from e24smtp05.br.ibm.com (HELO e24smtp05.br.ibm.com) (32.104.18.26) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Nov 2009 16:36:54 +0000 Received: from d24relay01.br.ibm.com (d24relay01.br.ibm.com [9.8.31.16]) by e24smtp05.br.ibm.com (8.14.3/8.13.1) with ESMTP id nA2GUpmL017305 for ; Mon, 2 Nov 2009 14:30:51 -0200 Received: from d24av04.br.ibm.com (d24av04.br.ibm.com [9.18.232.43]) by d24relay01.br.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id nA2GapZf4096024 for ; Mon, 2 Nov 2009 13:36:51 -0300 Received: from d24av04.br.ibm.com (loopback [127.0.0.1]) by d24av04.br.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id nA2Gapqx014623 for ; Mon, 2 Nov 2009 14:36:51 -0200 Received: from miki.localnet ([9.8.8.20]) by d24av04.br.ibm.com (8.14.3/8.13.1/NCO v10.0 AVin) with ESMTP id nA2Gam5W014608 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 2 Nov 2009 14:36:51 -0200 From: =?iso-8859-1?q?S=E9rgio_Durigan_J=FAnior?= To: gdb@sourceware.org Subject: Re: GDB GUI Date: Mon, 02 Nov 2009 16:36:00 -0000 User-Agent: KMail/1.12.2 (Linux/2.6.30.4; KDE/4.3.2; i686; ; ) Cc: Marco Menegazzi References: <100F84AB-4BCE-427F-9796-3D2162D97DC9@gmail.com> In-Reply-To: <100F84AB-4BCE-427F-9796-3D2162D97DC9@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200911021436.46359.sergiodj@linux.vnet.ibm.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-11/txt/msg00010.txt.bz2 Hi Marco, On Monday 02 November 2009, Marco Menegazzi wrote: > Hi! > I'm new with gdb and I need help about writing a simple gui to control > gdb output. > I just need something that permits me to send commands as from the > textual interface and receive output as it is ... the main aspect I've > to work on is variable inspection so I don't need to create a real > frontend with a mess of functions ... I just need something that > permits me to start gdb under a Java (for example) program and control > it as I am writing on terminal. I believe you're looking for the GDB MI interface. You can find more=20 information about it here: http://sources.redhat.com/gdb/onlinedocs/gdb_28.html#SEC274 If you have any question that are not answered by the manual, get back to t= his=20 mailing list :-). --=20 S=E9rgio Durigan J=FAnior Linux on Power Toolchain - Software Engineer Linux Technology Center - LTC IBM Brazil