From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 596483858D35 for ; Sat, 7 Jan 2023 15:06:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 596483858D35 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org 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 1pEAmO-0001FI-AU; Sat, 07 Jan 2023 10:06:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=mjY7ShzDQog+Pf4f/pZ9mjXBK9TkWdYg3phtXzwhI4U=; b=nlV7oNz67odQ CJVlPbneFyBXz2eb5yaX65fZtVofa3BTExhCsgL8ehIM0ThZVh8IjR36Ads5UPwJ29OGRFXiKysr6 PvJRcoi3yQc7m/vkL7FqMkkS/UO0DTaolFlseSSqUqKb/Ow5J860Su81Q2LowI3uXKPg+qIQpuSIG 3AdQBIDYbF1dYAX+75aHcsuKdfqAB01tvn8RyqERWrw23kS8BvdJGCcG3d9oxICXQo3YSuDR5pZcm /BdF7O333I0ECfpXaOv/pVyup2YEjBuSemCX8JVDmUBMYLCU/zumuoCvpppvoLsYMs6QcIGs+4Ymv th1WQJbdz37/LEJeg5yxcg==; 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 1pEAmN-0003Gs-Qn; Sat, 07 Jan 2023 10:06:40 -0500 Date: Sat, 07 Jan 2023 17:07:00 +0200 Message-Id: <837cxys7sb.fsf@gnu.org> From: Eli Zaretskii To: schwab@linux-m68k.org CC: gdb-patches@sourceware.org In-Reply-To: <838ries9je.fsf@gnu.org> (message from Eli Zaretskii via Gdb-patches on Sat, 07 Jan 2023 16:29:09 +0200) Subject: Re: Two observations using GDB 13 snapshot References: <83h6xugc5v.fsf@gnu.org> <83r0w6uaad.fsf@gnu.org> <87fscmemeo.fsf@linux-m68k.org> <83358mu1tv.fsf@gnu.org> <87bknaek9z.fsf@linux-m68k.org> <83v8lisjlx.fsf@gnu.org> <87lemeh4wz.fsf@igel.home> <83h6x2sb5x.fsf@gnu.org> <87cz7qh2db.fsf@igel.home> <83a62usabj.fsf@gnu.org> <878rieh194.fsf@igel.home> <838ries9je.fsf@gnu.org> X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Date: Sat, 07 Jan 2023 16:29:09 +0200 > Cc: gdb-patches@sourceware.org > X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, > DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, > RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, > TXREP autolearn=no autolearn_force=no version=3.4.6 > From: Eli Zaretskii via Gdb-patches > > > From: Andreas Schwab > > Cc: gdb-patches@sourceware.org > > Date: Sat, 07 Jan 2023 15:23:35 +0100 > > > > On Jan 07 2023, Eli Zaretskii wrote: > > > > > GNU gdb ((MinGW32 GDB)) 13.0.50.20221217-git > > > Copyright (C) 2022 Free Software Foundation, Inc. > > > License GPLv3+: GNU GPL version 3 or later > > > This is free software: you are free to change and redistribute it. > > > There is NO WARRANTY, to the extent permitted by law. > > > Type "show copying" and "show warranty" for details. > > > This GDB was configured as "i686-pc-mingw32". > > > Type "show configuration" for configuration details. > > > For bug reporting instructions, please see: > > > . > > > Find the GDB manual and other documentation resources online at: > > > . > > > > > > For help, type "help". > > > Type "apropos word" to search for commands related to "word"... > > > Reading symbols from ./gdb.exe... > > > > Here you should see a warning: > > > > warning: File "[...]/gdb-gdb.gdb" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". > > > > Does it help to copy gdb.exe to gdb and use that? > > Probably. Actually, it's impossible to do that, since the gdb directory already includes a gdb.exe (which is a libtool wrapper). Copying gdb-gdb.gdb to .libs is thus the only way.