From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25599 invoked by alias); 27 Feb 2003 09:13:59 -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 25591 invoked from network); 27 Feb 2003 09:13:57 -0000 Received: from unknown (HELO ns2.uk.superh.com) (193.128.105.170) by 172.16.49.205 with SMTP; 27 Feb 2003 09:13:57 -0000 Received: from sh-uk-ex01.uk.w2k.superh.com (sh-uk-ex01 [192.168.16.17]) by ns2.uk.superh.com (8.11.6+Sun/8.11.6) with ESMTP id h1R8trn02722 for ; Thu, 27 Feb 2003 08:55:53 GMT content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: String handling in GDB command language variables X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Thu, 27 Feb 2003 09:13:00 -0000 Message-ID: <9FF3133289A7A84E81E2ED8F5E56B379537D94@sh-uk-ex01.uk.w2k.superh.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Fyles, Matthew" To: X-SW-Source: 2003-02/txt/msg00578.txt.bz2 Just a quick question about the string handling capability of the GDB command language. set $test=3D"mystring" does not work but defining a procedure and passing a string in as an argument does, is there any further documentation anywhere about the capabilities of the language other than the information available in the user documentation. Is this a feature that has been considered in the past and not implemented or am I just not understanding the syntax for achieving this.