From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25668 invoked by alias); 28 Sep 2007 18:06:41 -0000 Received: (qmail 25656 invoked by uid 22791); 28 Sep 2007 18:06:40 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 28 Sep 2007 18:06:37 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 5892D9832A; Fri, 28 Sep 2007 18:06:35 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 397CD9831F; Fri, 28 Sep 2007 18:06:35 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IbKEU-0005Uh-HQ; Fri, 28 Sep 2007 14:06:34 -0400 Date: Fri, 28 Sep 2007 18:21:00 -0000 From: Daniel Jacobowitz To: Gordon Prieur Cc: gdb@sourceware.org Subject: Re: -break-insert and multi-byte file names Message-ID: <20070928180634.GA20916@caradoc.them.org> Mail-Followup-To: Gordon Prieur , gdb@sourceware.org References: <46FD4052.2060605@sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46FD4052.2060605@sun.com> User-Agent: Mutt/1.5.15 (2007-04-09) 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/msg00247.txt.bz2 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... -- Daniel Jacobowitz CodeSourcery