From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21205 invoked by alias); 28 Mar 2008 09:40:21 -0000 Received: (qmail 21196 invoked by uid 22791); 28 Mar 2008 09:40:21 -0000 X-Spam-Check-By: sourceware.org Received: from s200aog17.obsmtp.com (HELO s200aog17.obsmtp.com) (207.126.144.131) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 28 Mar 2008 09:39:50 +0000 Received: from source ([164.129.1.35]) (using TLSv1) by eu1sys200aob017.postini.com ([207.126.147.11]) with SMTP; Fri, 28 Mar 2008 09:39:41 UTC Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 3E48DDB74; Fri, 28 Mar 2008 09:39:24 +0000 (GMT) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id B04CD4BED2; Fri, 28 Mar 2008 09:39:23 +0000 (GMT) Received: from [164.129.12.194] (bri0669.bri.st.com [164.129.12.194]) by mail1.bri.st.com (MOS 3.7.5a-GA) with ESMTP id CJX31423 (AUTH stubbsa); Fri, 28 Mar 2008 09:39:22 GMT Message-ID: <47ECBCCA.5060201@st.com> Date: Fri, 28 Mar 2008 09:40:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Markus Deuling Cc: Daniel Jacobowitz , Ulrich Weigand , GDB Patches Subject: Re: [patch] Remove comments from user_code in gdb_test_multiple References: <47EBBBFA.4010700@de.ibm.com> <20080327153159.GA8060@caradoc.them.org> <47EBC15C.6070306@de.ibm.com> <47EBCCBC.8020706@st.com> <47ECB2F7.7060206@de.ibm.com> In-Reply-To: <47ECB2F7.7060206@de.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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-03/txt/msg00458.txt.bz2 Markus Deuling wrote: > This is interesting, thank you! Is this documented somewhere? Maybe it > would be a good idea > to add one or two lines above gdb_test_multiple or in the Internal's > Manual. What do you think ? Well, it's in both the TCL and Perl documentation, for starters. I imagine it's a common feature in modern regexp implementations. Andrew