From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27132 invoked by alias); 28 Apr 2010 02:59:02 -0000 Received: (qmail 27124 invoked by uid 22791); 28 Apr 2010 02:59:02 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 28 Apr 2010 02:58:56 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L1K00B00G6QUC00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 28 Apr 2010 05:58:35 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.125.239]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L1K008DCG9KOGA0@a-mtaout22.012.net.il>; Wed, 28 Apr 2010 05:58:33 +0300 (IDT) Date: Wed, 28 Apr 2010 02:59:00 -0000 From: Eli Zaretskii Subject: Re: [python][patch] Add GDB Parameters functionality In-reply-to: <4BD7438F.8030508@redhat.com> To: Phil Muldoon Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83pr1kxoyn.fsf@gnu.org> References: <4BD592D9.1070801@redhat.com> <838w8ayu7a.fsf@gnu.org> <4BD6D7C7.9040804@redhat.com> <83wrvsyelz.fsf@gnu.org> <4BD73A07.7020706@redhat.com> <83r5m0y9fp.fsf@gnu.org> <4BD7438F.8030508@redhat.com> 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: 2010-04/txt/msg00935.txt.bz2 > Date: Tue, 27 Apr 2010 21:05:35 +0100 > From: Phil Muldoon > CC: gdb-patches@sourceware.org > > > Can you give me a couple of examples of this "translation"? Then I > > could suggest some simple explanation. > > The simplest example I can think of is escaping octal to print > characters. Thanks, but I'm sure this feature was not introduced for such trivial uses. Can you give a slightly more useful example? Is this similar to C escapes in strings, such as \f, \n, etc., for example?