From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31543 invoked by alias); 12 Jan 2009 22:17:45 -0000 Received: (qmail 31529 invoked by uid 48); 12 Jan 2009 22:17:45 -0000 Date: Mon, 12 Jan 2009 22:17:00 -0000 Message-ID: <20090112221745.31528.qmail@sourceware.org> From: "tromey at redhat dot com" To: gdb-prs@sourceware.org In-Reply-To: <20090111231526.9729.pogonyshev@gmx.net> References: <20090111231526.9729.pogonyshev@gmx.net> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug c++/9729] incorrect 'unmatched single quote' error X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00054.txt.bz2 ------- Additional Comments From tromey at redhat dot com 2009-01-12 22:17 ------- Unfortunately, no. This sort of parsing in gdb is a mess. There is no consistency, and each command is free to do as it likes. In the case of break, there are even hacks in the various language-specific expression parsers so that "if" is recognized as a special terminator. So, it can't be directly used for disassemble. -- http://sourceware.org/bugzilla/show_bug.cgi?id=9729 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.