From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id uFx2Mz0edWI+rAQAWB0awg (envelope-from ) for ; Fri, 06 May 2022 09:10:21 -0400 Received: by simark.ca (Postfix, from userid 112) id CFCE41E058; Fri, 6 May 2022 09:10:21 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, NICE_REPLY_A autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 564471E00E for ; Fri, 6 May 2022 09:10:21 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 062163954469 for ; Fri, 6 May 2022 13:10:21 +0000 (GMT) Received: from mail-wm1-f44.google.com (mail-wm1-f44.google.com [209.85.128.44]) by sourceware.org (Postfix) with ESMTPS id B9BF8395444F for ; Fri, 6 May 2022 13:10:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B9BF8395444F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wm1-f44.google.com with SMTP id m2-20020a1ca302000000b003943bc63f98so4359169wme.4 for ; Fri, 06 May 2022 06:10:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=vQAmeu0b2GHQc3IIZFJMO/0CDPLYtWiSv33QXchAzsU=; b=xys5E2UmvhRrDu/lQrydOku1a/nv0MHQ/OLF28TJ1A5/8LEbdhTP8HsfnL3v/H1md8 bWyt8jGzvWNnpwHKLaCrRc6Faz6Koisebl9xrpOmLadHW0Nts8VTj2hz6tCGQnYfXdx9 LuuVi3/8BGpwXUDGC6Q3JsBK2tizJbYMSX9FxbrMcR5iL99WDyH2XwAjIFBA4PvupHBf SsTfrRB9gyNNq6V0ujj3dCHd8uzUUWatl9cdPwNgTG8KfIpISOEWQG+eT2WJNxYTB+Vp 5qw7ioX/u3mDPgmPMycSG5l/ZlpYAjldWpEvfexfa6EeU+R2oAVFlw+vQj2QP7MTub62 yqQQ== X-Gm-Message-State: AOAM531bLS/wpNd9zMgh4bnf3kq8sb+KOwWTsH0ZoKUJhzkEGU5gLN7N lYTsZcFNp7alr2RZS/zERc02dnpQFYA= X-Google-Smtp-Source: ABdhPJw+DoHOF5tmIdTGKc/Owoo+OgI+zgZIGKR8X7tGxBDrt0yBp9qChofx9EKIX+RvTkQ6IuhvmA== X-Received: by 2002:a05:600c:1552:b0:394:52a9:e48a with SMTP id f18-20020a05600c155200b0039452a9e48amr9892153wmg.45.1651842600794; Fri, 06 May 2022 06:10:00 -0700 (PDT) Received: from ?IPV6:2001:8a0:f924:2600:209d:85e2:409e:8726? ([2001:8a0:f924:2600:209d:85e2:409e:8726]) by smtp.gmail.com with ESMTPSA id k7-20020a05600c1c8700b003946433a829sm4378116wms.11.2022.05.06.06.09.59 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 06 May 2022 06:09:59 -0700 (PDT) Message-ID: <298d7e67-de0d-8a64-b116-ff2f5c72644f@palves.net> Date: Fri, 6 May 2022 14:09:58 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH 3/3] Fix "b f(std::string)" when current language is C Content-Language: en-US To: Lancelot SIX References: <20220505185020.3648774-1-pedro@palves.net> <20220505185020.3648774-4-pedro@palves.net> <20220506083410.gywabd2zs2iytvfs@octopus> From: Pedro Alves In-Reply-To: <20220506083410.gywabd2zs2iytvfs@octopus> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 2022-05-06 09:34, Lancelot SIX wrote: >> [...] >> >> Use type_print_raw_options as it seems to me that in this scenario we >> always want raw types, to match the real symbol names. >> >> Adjust the gdb.cp/break-std-string.exp testcase to try setting a > > Hi, > > Just a nit, the testcase is "gdb.cp/break-f-std-string.exp". Thanks, fixed locally.