From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31930 invoked by alias); 23 May 2008 05:00:45 -0000 Received: (qmail 31921 invoked by uid 22791); 23 May 2008 05:00:44 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 May 2008 05:00:27 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 9A0A63C44C; Thu, 22 May 2008 22:00:25 -0700 (PDT) Subject: Re: GDB record patch 0.1.3.1 for GDB-6.8 release From: Michael Snyder To: Tea Cc: gdb-patches@sourceware.org In-Reply-To: References: <1211231955.32587.23.camel@localhost.localdomain> <1211393440.3601.80.camel@localhost.localdomain> <1211394916.7957.47.camel@localhost.localdomain> <20080521184542.GA31895@caradoc.them.org> <1211402304.7957.76.camel@localhost.localdomain> <1211480158.3601.88.camel@localhost.localdomain> Content-Type: text/plain Date: Fri, 23 May 2008 16:46:00 -0000 Message-Id: <1211518825.3601.95.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00678.txt.bz2 On Fri, 2008-05-23 at 11:04 +0800, Tea wrote: > Hi Michael, > > How do you think about "query". I always forget the name of variable > that can set by user. So I more like query than it. :) Sorry, we have an existing set of commands, and we like to stay consistent with those. A user settable mode is set via the command "set". Type "help set" and you'll see a large number of them. They can have lots of different kinds of values, eg. integers, strings, or small sets of enums like "on" and "off". It's not difficult, I can point you to a few examples of how it's done if you like. Michael