From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24498 invoked by alias); 2 Nov 2009 10:57:16 -0000 Received: (qmail 24488 invoked by uid 22791); 2 Nov 2009 10:57:15 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.154) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Nov 2009 10:57:11 +0000 Received: by fg-out-1718.google.com with SMTP id 16so1685053fgg.12 for ; Mon, 02 Nov 2009 02:57:08 -0800 (PST) Received: by 10.87.38.33 with SMTP id q33mr2117352fgj.3.1257159428792; Mon, 02 Nov 2009 02:57:08 -0800 (PST) Received: from ?11.243.122.238? (93-39-107-96.ip75.fastwebnet.it [93.39.107.96]) by mx.google.com with ESMTPS id 3sm5370174fge.4.2009.11.02.02.57.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 02 Nov 2009 02:57:07 -0800 (PST) From: Marco Menegazzi Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Subject: GDB GUI Date: Mon, 02 Nov 2009 10:57:00 -0000 Message-Id: <100F84AB-4BCE-427F-9796-3D2162D97DC9@gmail.com> To: gdb@sourceware.org Mime-Version: 1.0 (Apple Message framework v1076) 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/msg00006.txt.bz2 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. Thanks. Marco Menegazzi