From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23797 invoked by alias); 12 Oct 2006 07:10:43 -0000 Received: (qmail 23782 invoked by uid 22791); 12 Oct 2006 07:10:41 -0000 X-Spam-Check-By: sourceware.org Received: from smtp4-g19.free.fr (HELO smtp4-g19.free.fr) (212.27.42.30) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 12 Oct 2006 07:10:31 +0000 Received: from imp2-g19.free.fr (imp2-g19.free.fr [212.27.42.2]) by smtp4-g19.free.fr (Postfix) with ESMTP id 9650C866F for ; Thu, 12 Oct 2006 09:10:29 +0200 (CEST) Received: by imp2-g19.free.fr (Postfix, from userid 33) id 7D54FA839; Thu, 12 Oct 2006 09:10:29 +0200 (CEST) Received: from mail.odmx.org (mail.odmx.org [62.212.120.130]) by imp2-g19.free.fr (IMP) with HTTP for ; Thu, 12 Oct 2006 09:10:29 +0200 Message-ID: <1160637029.452dea65672a6@imp2-g19.free.fr> Date: Thu, 12 Oct 2006 07:10:00 -0000 From: jl.biord@free.fr To: gdb@sourceware.org Subject: Response to long with info locals and info args MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.5 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00072.txt.bz2 Hi, I want to have simple responses to "info locals" and "info args" because when the variables are complex class the responses are too long. I want to have only the names of locals or args variables. I need that because gdb is controlled by an external program. Is it possible? Thanks, Jean-Luc Biord --