From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 0DSnF9P2nWJDnQoAWB0awg (envelope-from ) for ; Mon, 06 Jun 2022 08:45:07 -0400 Received: by simark.ca (Postfix, from userid 112) id 5DEE01E221; Mon, 6 Jun 2022 08:45:07 -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=ReBFtsdA; 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 CBDF41E00D for ; Mon, 6 Jun 2022 08:45:06 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 66E9D385041A for ; Mon, 6 Jun 2022 12:45:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 66E9D385041A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1654519506; bh=qhtkt9tH2dk9NYhbVOXDBW/a3iphy6fhEcvdwv+zEUA=; h=Date:To:In-Reply-To:Subject:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=ReBFtsdAibqlla8zc24sI3DFdAN3Q0KmmZeURQaEnwbR6G6Il8gxhlROfbQD7sh4V YGBMhYFoVzHKDtptGKC92LFudGVqkMkzy/6FGNlPRB2vSPDAPIBbCfg7HR94W2Z165 TjOpx3CNQCvxagjSJcB7XS+bXSEvBJgAyuR+7t50= Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id C26E9385085A for ; Mon, 6 Jun 2022 12:44:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C26E9385085A Received: from fencepost.gnu.org ([2001:470:142:3::e]:35686) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nyC5b-0004SU-Bn; Mon, 06 Jun 2022 08:44:11 -0400 Received: from [87.69.77.57] (port=4419 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 1nyC5a-0004UX-RO; Mon, 06 Jun 2022 08:44:11 -0400 Date: Mon, 06 Jun 2022 15:44:00 +0300 Message-Id: <83czfm7yi7.fsf@gnu.org> To: Philippe Waroquiers In-Reply-To: (message from Philippe Waroquiers on Sun, 05 Jun 2022 21:44:27 +0200) Subject: Re: [RFAv2] Show locno for 'multi location' breakpoint hit msg+conv var $bkptno $locno. References: <20220605165759.2433530-1-philippe.waroquiers@skynet.be> <83tu8z8297.fsf@gnu.org> <980bf860a6a9375968c68d1f31009ede20608226.camel@skynet.be> <83r1429aj4.fsf@gnu.org> 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 Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" > From: Philippe Waroquiers > Cc: gdb-patches@sourceware.org > Date: Sun, 05 Jun 2022 21:44:27 +0200 > > > Does "M-x gdb" in Emacs still work correctly after this change, > > including the display in the breakpoints buffer? > I do not see behavior changes between GDB master and GDB with this patch. > But the display of multiple code locations in the breakpoint buffer > seems to not work properly, for both the non modified master > and the gdb with this patch. Thanks, something to fix in Emacs, I guess.