From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [209.51.188.92]) by sourceware.org (Postfix) with ESMTPS id 45ED23858404 for ; Sun, 26 Dec 2021 07:04:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 45ED23858404 Received: from [2001:470:142:3::e] (port=46876 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n1NZi-0006H6-LL; Sun, 26 Dec 2021 02:04:10 -0500 Received: from [87.69.77.57] (port=3860 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 1n1NZh-0000Gx-LK; Sun, 26 Dec 2021 02:04:10 -0500 Date: Sun, 26 Dec 2021 09:04:23 +0200 Message-Id: <83sfufq22w.fsf@gnu.org> From: Eli Zaretskii To: aldelaro5 Cc: gdb@sourceware.org In-Reply-To: (message from aldelaro5 via Gdb on Sun, 26 Dec 2021 01:01:15 -0500) Subject: Re: Asking for the best way to implement a way to trigger watchpoint without changes References: X-Spam-Status: No, score=1.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2021 07:04:12 -0000 > Date: Sun, 26 Dec 2021 01:01:15 -0500 > From: aldelaro5 via Gdb > > I have come into a situation where I need to be able to have watchpoint > triggers even if the underlying address has not changed. Don't access watchpoints fit the bill? If not, why not?