From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20533 invoked by alias); 13 Jul 2004 22:01:01 -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 20515 invoked from network); 13 Jul 2004 22:01:00 -0000 Received: from unknown (HELO nick.uklinux.net) (194.247.50.18) by sourceware.org with SMTP; 13 Jul 2004 22:01:00 -0000 Received: by nick.uklinux.net (Postfix, from userid 501) id BF39475FDE; Tue, 13 Jul 2004 22:57:09 +0100 (BST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16628.23221.92043.475528@nick.uklinux.net> Date: Wed, 14 Jul 2004 04:00:00 -0000 To: "Alain Magloire" Cc: gdb@sources.redhat.com Subject: Re: How does GDB/MI give the current frame In-Reply-To: <200407121751.NAA24942@smtp.ott.qnx.com> References: <16625.49885.55497.860630@nick.uklinux.net> <200407121751.NAA24942@smtp.ott.qnx.com> X-SW-Source: 2004-07/txt/msg00124.txt.bz2 > Curious, what do you want to accomplish with this, or rather how do > you intend to use it in you emacs port ? gdb-ui.el in the Emacs CVS repository already uses variable objects. I would like Emacs to have features for debugging multi-threaded programs like those found in the Totalview debugger. Nick