From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 574 invoked by alias); 9 Aug 2005 18:23:30 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 353 invoked by uid 22791); 9 Aug 2005 18:23:25 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 09 Aug 2005 18:23:25 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j79INIV6029807; Tue, 9 Aug 2005 20:23:19 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j79INIFX006330; Tue, 9 Aug 2005 20:23:18 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j79INIxc010781; Tue, 9 Aug 2005 20:23:18 +0200 (CEST) Date: Tue, 09 Aug 2005 18:34:00 -0000 Message-Id: <200508091823.j79INIxc010781@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: cagney@gnu.org CC: gdb-patches@sources.redhat.com In-reply-to: <42F8DBBF.5000300@gnu.org> (message from Andrew Cagney on Tue, 09 Aug 2005 12:37:19 -0400) Subject: Re: [ob] Some i386 gdb_byte tweaks References: <42F8DBBF.5000300@gnu.org> X-SW-Source: 2005-08/txt/msg00105.txt.bz2 Date: Tue, 09 Aug 2005 12:37:19 -0400 From: Andrew Cagney 2005-08-09 Andrew Cagney * linux-nat.h (linux_proc_xfer_memory): Change type of "myaddr" a "gdb_byte" pointer. * linux-nat.c (linux_proc_xfer_memory): Update. (get_signo): Cast signo to a "gdb_byte" pointer. * i386-linux-nat.c (child_resume): Make "buf" a gdb_byte, delete redundant casts. (child_resume): Cast eflags to a "gdb_byte" pointer. Thanks! Mark