From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id Y+xRAFh+rGNN3QoAWB0awg (envelope-from ) for ; Wed, 28 Dec 2022 12:35:20 -0500 Received: by simark.ca (Postfix, from userid 112) id E13821E222; Wed, 28 Dec 2022 12:35:19 -0500 (EST) 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=xAZfn9uc; 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=-7.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, 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 75BF11E112 for ; Wed, 28 Dec 2022 12:35:19 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 77A1A385840F for ; Wed, 28 Dec 2022 17:35:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 77A1A385840F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672248916; bh=FdNSpGAB6Sep5Rjyim1Uz7u0uiuJ4kSDxZtds4kgVXA=; h=Date:To:Cc:In-Reply-To:Subject:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=xAZfn9ucfEcaoA3IEivH8k+OuOG7Ff7zq0LrZwvlZdHDQewr8jikiNd7U1VK8k+c2 E4LSHep/9fLE4bE7RAVnS46V8Vw0yvQ4UwdIa6DPRGTOMyN7lPBDCEuZ0OTMI1cd3x xhb43UNHnOJWaGGbIetgPacq+owvbe5CPw3HvjK0= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 3A2CB3858D33 for ; Wed, 28 Dec 2022 17:34:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 3A2CB3858D33 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pAaKO-0007tx-1g; Wed, 28 Dec 2022 12:34:56 -0500 Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pAaKN-0005kr-5I; Wed, 28 Dec 2022 12:34:55 -0500 Date: Wed, 28 Dec 2022 19:35:05 +0200 Message-Id: <83sfgz8m9i.fsf@gnu.org> To: Tom Tromey Cc: gdb-patches@sourceware.org, luis.machado@arm.com In-Reply-To: <87wn6bbi5m.fsf@tromey.com> (message from Tom Tromey on Wed, 28 Dec 2022 09:35:33 -0700) Subject: Re: Two observations using GDB 13 snapshot References: <83h6xugc5v.fsf@gnu.org> <58b64bf8-90b6-d080-c060-d03761501199@arm.com> <83k02neezy.fsf@gnu.org> <835ye7e9jw.fsf@gnu.org> <87h6xrks77.fsf@tromey.com> <83mt7idacj.fsf@gnu.org> <87fsd4elb2.fsf@tromey.com> <83o7rs4qmg.fsf@gnu.org> <87cz84dasj.fsf@tromey.com> <835ydw20bw.fsf@gnu.org> <87wn6bbi5m.fsf@tromey.com> 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: Eli Zaretskii via Gdb-patches Reply-To: Eli Zaretskii Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > From: Tom Tromey > Cc: Tom Tromey , gdb-patches@sourceware.org, > luis.machado@arm.com > Date: Wed, 28 Dec 2022 09:35:33 -0700 > > I don't have a theory for what could be wrong. Maybe profiling is the > best way. OK. Should it be enough to just recompile in the gdb directory with make CXXFLAGS=-pg or do I have to reconfigure with --enable-profiling?