From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id vL7AAnx5uWO5nxEAWB0awg (envelope-from ) for ; Sat, 07 Jan 2023 08:54:04 -0500 Received: by simark.ca (Postfix, from userid 112) id F2CFF1E222; Sat, 7 Jan 2023 08:54:03 -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=UVChT58e; 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 ACEA41E0D3 for ; Sat, 7 Jan 2023 08:54:03 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id F1FCB3858D35 for ; Sat, 7 Jan 2023 13:54:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F1FCB3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673099643; bh=PRnD3kWfrBsvkK03WeGqeeSDKUcPu6th3sEQgUVVpiY=; 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=UVChT58e5YWyQEukUuB9SJ1+LiYj3wrbzHOzH8mzwBd4Nnw+d6Ww7C/taTtH2rR9n 5gTeU1GFxov4et3GzdCRkhXll19HVb8IeyF4a6CglCRPdQtouZDtz5HfCLnvLwQQ+j 8zkG6YkevMX31yUXIqFtirSBFOvNORoHl8U6mfz4= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 2A1903858D33 for ; Sat, 7 Jan 2023 13:53:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2A1903858D33 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 1pE9dn-00071K-G8; Sat, 07 Jan 2023 08:53:43 -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 1pE9dm-00044g-US; Sat, 07 Jan 2023 08:53:43 -0500 Date: Sat, 07 Jan 2023 15:54:02 +0200 Message-Id: <83h6x2sb5x.fsf@gnu.org> To: Andreas Schwab Cc: gdb-patches@sourceware.org In-Reply-To: <87lemeh4wz.fsf@igel.home> (message from Andreas Schwab on Sat, 07 Jan 2023 14:04:28 +0100) 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> 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: Andreas Schwab > Cc: gdb-patches@sourceware.org > Date: Sat, 07 Jan 2023 14:04:28 +0100 > > Did you set auto-load safe-path in your ~/.gdbinit? Yes, I did. But (a) if I rename ~/.gdbinit to some other name, GDB 13 still shows the "(gdb)" prompt, not "(top-gdb)"; (b) GDB 12 does show the "(top-gdb)" prompt with "auto-load safe path" in ~/.gdbinit (but not without it); and (c) could you explain what does "auto-load safe-path" have to do with the top-gdb prompt?