From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3383 invoked by alias); 19 May 2005 16:41:16 -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 3166 invoked from network); 19 May 2005 16:41:09 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 19 May 2005 16:41:09 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j4JGf4Un015789 for ; Thu, 19 May 2005 12:41:09 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j4JGf4O17479; Thu, 19 May 2005 12:41:04 -0400 Received: from [172.16.14.151] (to-dhcp51.toronto.redhat.com [172.16.14.151]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j4JGf2j2021920; Thu, 19 May 2005 12:41:02 -0400 Message-ID: <428CC0B1.6020008@gnu.org> Date: Thu, 19 May 2005 17:07:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 1.0.2-1 (X11/20050323) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: [commit] gdb_byte regcache.[hc] Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-05/txt/msg00474.txt.bz2 little by little. These still contains void*s where an object, and not a buffer, is being passed. I'll look in defs.h next, it contains some stray void* and char* parameters.