From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18332 invoked by alias); 23 May 2003 19:23:30 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 3332 invoked from network); 23 May 2003 19:17:22 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 23 May 2003 19:17:22 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3p2/8.9.3) with ESMTP id PAA10066; Fri, 23 May 2003 15:13:04 -0400 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id PAA00526; Fri, 23 May 2003 15:17:21 -0400 Message-ID: <124701c3215f$f32edbd0$0202040a@catdog> From: "Kris Warkentin" To: "Elena Zannoni" Cc: "Elena Zannoni" , , "Gdb@Sources.Redhat.Com" References: <0cd101c31fc1$b589c500$0202040a@catdog><3ECCED6E.9060906@redhat.com><0fb801c32095$785e5590$0202040a@catdog><3ECD2378.1040704@redhat.com><16077.19191.135513.118401@localhost.redhat.com><11d801c32151$c37bbd80$0202040a@catdog> <16078.26357.742030.751293@localhost.redhat.com> Subject: Re: assertion failure in regcache.c Date: Fri, 23 May 2003 19:23:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-05/txt/msg00319.txt.bz2 > Maybe we should be using the legacy > version of the regcache init function? Is that doable? The conditions for using init_legacy_regcache_descr seem to be the target not having a gdbarch pseudo_register_read_p, pseudo_register_write_p and a register_type_p. It has the first two but not the third so we either figure out a way to get rid of the pseudo stuff or we finish making regcache take pseudo registers into account. cheers, Kris