From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20581 invoked by alias); 21 Jun 2014 00:23:32 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 20571 invoked by uid 89); 21 Jun 2014 00:23:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 21 Jun 2014 00:23:30 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5L0NPxV001959 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 20 Jun 2014 20:23:25 -0400 Received: from fche.csb (vpn-56-123.rdu2.redhat.com [10.10.56.123]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s5L0NO0g002776; Fri, 20 Jun 2014 20:23:24 -0400 Received: by fche.csb (Postfix, from userid 2569) id BF49A5819B; Fri, 20 Jun 2014 20:23:23 -0400 (EDT) To: David Taylor Cc: gdb@sourceware.org Subject: Re: gdb remote protocol breakpoints (Z0 command) References: <20417.1403189074@usendtaylorx2l> From: fche@redhat.com (Frank Ch. Eigler) Date: Sat, 21 Jun 2014 00:23:00 -0000 In-Reply-To: <20417.1403189074@usendtaylorx2l> (David Taylor's message of "Thu, 19 Jun 2014 10:44:34 -0400") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2014-06/txt/msg00060.txt.bz2 David Taylor writes: > [...] > . there is no bytecode operator for setting memory > . there is no bytecode operator for setting registers > [...] Can you elaborate why you wish to modify state in breakpoint conditionals? - FChE