From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18426 invoked by alias); 4 Oct 2002 23:36:13 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 18419 invoked from network); 4 Oct 2002 23:36:12 -0000 Received: from unknown (HELO localhost.localdomain) (217.215.27.171) by sources.redhat.com with SMTP; 4 Oct 2002 23:36:12 -0000 Received: from [192.168.0.253] ([192.168.0.253]) by localhost.localdomain (8.11.6/8.11.2) with ESMTP id g94Na7d31267 for ; Sat, 5 Oct 2002 01:36:07 +0200 Subject: Instruction address catching From: Fredrik Tolf To: gdb@sources.redhat.com Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 04 Oct 2002 16:36:00 -0000 Message-Id: <1033774568.4573.2.camel@pc7> Mime-Version: 1.0 X-SW-Source: 2002-10/txt/msg00049.txt.bz2 Is it possible, with the current version of gdb, to make it detect every time an address is written to, and to make it stop only if the address of the instruction that wrote to that address isn't equal to a specific value. If it's possible, does it work in a multithreaded application?