From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 6zSCNuzndGJ1nwQAWB0awg (envelope-from ) for ; Fri, 06 May 2022 05:18:36 -0400 Received: by simark.ca (Postfix, from userid 112) id CD0991E058; Fri, 6 May 2022 05:18:36 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=bVRGRBjd; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.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 2F7721E00E for ; Fri, 6 May 2022 05:18:36 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 4BA5D3856267 for ; Fri, 6 May 2022 09:18:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4BA5D3856267 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1651828715; bh=3aaU0sKUl80DiXrpSYxwxSeWdc/D0eKBX4TNQ1HqE9M=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=bVRGRBjdyzDdV2V5GcR+GQwdarDdmYlV4/lbV4u1k2IKfnV6D91IDnPkeRXOBZ3Ct a7AUpVtK1i7DvXDsfSJ0Xv5omyzVg0qL8lCXuKKXpEDPxETmw0dgGn54DXzcj1kX9h 4bMPqShHMAYQxKXjqmY8JPU+EgF2/g3yhI3cWTdg= Received: from lndn.lancelotsix.com (lndn.lancelotsix.com [51.195.220.111]) by sourceware.org (Postfix) with ESMTPS id 5A3033856249 for ; Fri, 6 May 2022 08:34:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5A3033856249 Received: from octopus (unknown [IPv6:2a01:e34:ef9a:d0b0:63db:3df:b586:6c02]) by lndn.lancelotsix.com (Postfix) with ESMTPSA id 3919780D60; Fri, 6 May 2022 08:34:16 +0000 (UTC) Date: Fri, 6 May 2022 09:34:10 +0100 To: Pedro Alves Subject: Re: [PATCH 3/3] Fix "b f(std::string)" when current language is C Message-ID: <20220506083410.gywabd2zs2iytvfs@octopus> References: <20220505185020.3648774-1-pedro@palves.net> <20220505185020.3648774-4-pedro@palves.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220505185020.3648774-4-pedro@palves.net> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (lndn.lancelotsix.com [0.0.0.0]); Fri, 06 May 2022 08:34:16 +0000 (UTC) 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: , From: Lancelot SIX via Gdb-patches Reply-To: Lancelot SIX Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > [...] > > 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". Best, Lancelot.