From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17283 invoked by alias); 6 Jul 2009 19:41:34 -0000 Received: (qmail 17273 invoked by uid 22791); 6 Jul 2009 19:41:33 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_93 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Jul 2009 19:41:26 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id n66JfJ50025885; Mon, 6 Jul 2009 21:41:19 +0200 (CEST) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id n66JfJgG029987; Mon, 6 Jul 2009 21:41:19 +0200 (CEST) Date: Mon, 06 Jul 2009 19:41:00 -0000 Message-Id: <200907061941.n66JfJgG029987@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb-patches@sourceware.org In-reply-to: <20090706192000.GA26561@caradoc.them.org> (message from Daniel Jacobowitz on Mon, 6 Jul 2009 15:20:00 -0400) Subject: Re: [ob] Correct ovldbreak.exp KFAILs References: <20090706192000.GA26561@caradoc.them.org> 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: 2009-07/txt/msg00160.txt.bz2 > Date: Mon, 6 Jul 2009 15:20:00 -0400 > From: Daniel Jacobowitz > > Tom confirmed for me that GDB is expected to print \3 instead of \003 > nowadays. Sorry, but I think that's a regression; \003 obviously is an octal character escape sequence, \3 isn't.