From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14033 invoked by alias); 1 Oct 2002 20:39:42 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 14022 invoked from network); 1 Oct 2002 20:39:41 -0000 Received: from unknown (HELO mail-out1.apple.com) (17.254.0.52) by sources.redhat.com with SMTP; 1 Oct 2002 20:39:41 -0000 Received: from mailgate2.apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out1.apple.com (8.11.3/8.11.3) with ESMTP id g91Kdai26380 for ; Tue, 1 Oct 2002 13:39:36 -0700 (PDT) Received: from scv3.apple.com (scv3.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id for ; Tue, 1 Oct 2002 13:39:36 -0700 Received: from inghji.apple.com (inghji.apple.com [17.201.22.240]) by scv3.apple.com (8.11.3/8.11.3) with ESMTP id g91KdZ304535 for ; Tue, 1 Oct 2002 13:39:35 -0700 (PDT) Date: Tue, 01 Oct 2002 13:39:00 -0000 Subject: Re: RFC: ui_out type? Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v543) From: Jim Ingham To: gdb@sources.redhat.com Content-Transfer-Encoding: 7bit In-Reply-To: <1033503424.916.ezmlm@sources.redhat.com> Message-Id: X-SW-Source: 2002-10/txt/msg00006.txt.bz2 Daniel, On Tuesday, October 1, 2002, at 01:17 PM, gdb-digest-help@sources.redhat.com wrote: > (gdb) disas 'std::collate::do_compare(char const*, char const*, > char const*, char const*) const' > Unmatched single quote. > > [Er... that's not what I wanted to show. Does anyone know why we're > reporting an unmatched quote there? "print" works but not "disas".] > > "disassemble" doesn't use decode_line_1 to parse it's input. It has its own simplified parser for arguments, which doesn't handle many of the more complex tricks decode_line_1 can handle... Jim -- Jim Ingham jingham@apple.com Developer Tools Apple Computer