From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30734 invoked by alias); 29 Jun 2004 18:27:23 -0000 Mailing-List: contact sid-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sid-owner@sources.redhat.com Received: (qmail 30687 invoked from network); 29 Jun 2004 18:27:23 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 29 Jun 2004 18:27:23 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i5TIRNe1014751 for ; Tue, 29 Jun 2004 14:27:23 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i5TIRM022073; Tue, 29 Jun 2004 14:27:22 -0400 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.toronto.redhat.com [172.16.14.9]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id i5TIRMvU010737; Tue, 29 Jun 2004 14:27:22 -0400 Received: from toenail (toenail.toronto.redhat.com [172.16.14.211]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 2BF168002A2; Tue, 29 Jun 2004 14:27:22 -0400 (EDT) Received: from toenail.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by toenail (8.12.10/8.12.5) with ESMTP id i5TIRLxj012656; Tue, 29 Jun 2004 14:27:21 -0400 Received: (from fche@localhost) by toenail.toronto.redhat.com (8.12.10/8.12.10/Submit) id i5TIRLlo012654; Tue, 29 Jun 2004 14:27:21 -0400 Date: Tue, 29 Jun 2004 18:27:00 -0000 From: "Frank Ch. Eigler" To: Dave Brolley Cc: sid@sources.redhat.com Subject: Re: Misaligned read/write of memory by GDB Message-ID: <20040629182721.GK10148@redhat.com> References: <40E08B13.7000404@redhat.com> <40E0A0B0.3020001@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40E0A0B0.3020001@redhat.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2004-q2/txt/msg00055.txt.bz2 OK, but did you consider an alternate of having a memory target that is unable to handle an unaligned access return sid::bus::misaligned, and then have gdb back down to byte-by-byte access? - FChE