From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30952 invoked by alias); 16 Oct 2002 20:57:24 -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 30906 invoked from network); 16 Oct 2002 20:57:22 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 16 Oct 2002 20:57:22 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g9GKafw09925 for ; Wed, 16 Oct 2002 16:36:41 -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 g9GKvLf30398 for ; Wed, 16 Oct 2002 16:57:21 -0400 Received: from localhost.localdomain (vpn50-17.rdu.redhat.com [172.16.50.17]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g9GKvLT16449 for ; Wed, 16 Oct 2002 16:57:21 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id g9GKvF602889 for gdb-patches@sources.redhat.com; Wed, 16 Oct 2002 13:57:15 -0700 Date: Wed, 16 Oct 2002 13:57:00 -0000 From: Kevin Buettner Message-Id: <1021016205715.ZM2888@localhost.localdomain> In-Reply-To: Kevin Buettner "[PATCH RFA/RFC] Address class support" (Oct 15, 5:42pm) References: <1021016004200.ZM22063@localhost.localdomain> To: gdb-patches@sources.redhat.com Subject: Re: [PATCH RFA/RFC] Address class support MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-10/txt/msg00284.txt.bz2 On Oct 15, 5:42pm, Kevin Buettner wrote: > * dwarf2read.c (dwarf2_invalid_pointer_size): New complaint. > (read_tag_pointer_type): Add address class support. > * gdbarch.sh (ADDRESS_CLASS_TYPE_FLAGS) > (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_NAME_TO_TYPE_FLAGS): > New methods. > * gdbarch.h, gdbarch.c: Regenerate. > * gdbtypes.c (address_space_name_to_int, address_space_int_to_name) > (make_type_with_address_space, recursive_type_dump): Add address > class support. > * gdbtypes.h (TYPE_FLAG_ADDRESS_CLASS_1, TYPE_FLAG_ADDRESS_CLASS_2) > (TYPE_FLAG_ADDRESS_CLASS_ALL, TYPE_ADDRESS_CLASS_1) > (TYPE_ADDRESS_CLASS_2, TYPE_ADDRESS_CLASS_ALL): New defines Committed.