From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32667 invoked by alias); 29 Sep 2007 17:57:49 -0000 Received: (qmail 32658 invoked by uid 22791); 29 Sep 2007 17:57:48 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 29 Sep 2007 17:57:45 +0000 Received: from HOME-C4E4A596F7 ([81.5.36.172]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HXL68481 (AUTH halo1); Sat, 29 Sep 2007 19:54:59 +0200 (IST) Date: Sat, 29 Sep 2007 21:07:00 -0000 Message-Id: From: Eli Zaretskii To: Gordon Prieur CC: gdb@sourceware.org In-reply-to: <46FE8F99.4040604@Sun.COM> (message from Gordon Prieur on Sat, 29 Sep 2007 10:47:05 -0700) Subject: Re: -break-insert and multi-byte file names Reply-to: Eli Zaretskii References: <46FD4052.2060605@sun.com> <46FE8F99.4040604@Sun.COM> 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/msg00270.txt.bz2 > Date: Sat, 29 Sep 2007 10:47:05 -0700 > From: Gordon Prieur > Cc: gdb@sourceware.org > > Its on Solaris 10. What happens if you invoke GDB with stdin redirected from a file, and that file has the "-break-insert test.cc:10" command where the name of the file is encoded in UTF-8? Does it work then?