From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6436 invoked by alias); 28 Sep 2007 18:21:20 -0000 Received: (qmail 6425 invoked by uid 22791); 28 Sep 2007 18:21:18 -0000 X-Spam-Check-By: sourceware.org Received: from sca-es-mail-1.Sun.COM (HELO sca-es-mail-1.sun.com) (192.18.43.132) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 28 Sep 2007 18:21:15 +0000 Received: from fe-sfbay-10.sun.com ([192.18.43.129]) by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id l8SILCkt012888 for ; Fri, 28 Sep 2007 11:21:14 -0700 (PDT) Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0JP300K01BRESL00@fe-sfbay-10.sun.com> (original mail from Gordon.Prieur@Sun.COM) for gdb@sourceware.org; Fri, 28 Sep 2007 11:21:12 -0700 (PDT) Received: from [129.146.82.55] by fe-sfbay-10.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0JP3004HQCBBZ5B0@fe-sfbay-10.sun.com> for gdb@sourceware.org; Fri, 28 Sep 2007 11:21:11 -0700 (PDT) Date: Fri, 28 Sep 2007 18:29:00 -0000 From: Gordon Prieur Subject: Re: -break-insert and multi-byte file names In-reply-to: <20070928180634.GA20916@caradoc.them.org> To: Gordon Prieur , gdb@sourceware.org Message-id: <46FD460F.20205@sun.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT References: <46FD4052.2060605@sun.com> <20070928180634.GA20916@caradoc.them.org> User-Agent: Thunderbird 1.5 (X11/20060113) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-09/txt/msg00248.txt.bz2 Daniel Jacobowitz wrote: > On Fri, Sep 28, 2007 at 10:56:34AM -0700, Gordon Prieur wrote: > >> If I type "b test.cc:10" I get a valid breakpoint. If I type "-break-insert >> test.cc:10" >> I get "mi_cmd_break_insert: Garbage following " and a failed >> breakpoint. >> I've tried various quoting permutations but none have worked. >> > > The MI version should probably have quotes in it somewhere... > I've tried: -break-insert "foo.c:10" -break-insert "foo.c":10 -break-insert 'foo.c:10' -break-insert 'foo.c':10 Any other permutations I should try? Gordon