From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13990 invoked by alias); 20 May 2003 05:49:20 -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 13931 invoked from network); 20 May 2003 05:49:19 -0000 Received: from unknown (HELO ms2.dkm.cz) (62.24.64.14) by sources.redhat.com with SMTP; 20 May 2003 05:49:19 -0000 Received: (qmail 28952 invoked by uid 0); 20 May 2003 05:49:17 -0000 Received: from r2aa235.mistral.cz (HELO suse.cz) (62.245.90.235) by ms2.dkm.cz with SMTP; 20 May 2003 05:49:17 -0000 Message-ID: <3EC9C1E2.5050706@suse.cz> Date: Tue, 20 May 2003 05:49:00 -0000 From: Michal Ludvig Organization: SuSE CR s.r.o. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: cs, cz, en, en-us MIME-Version: 1.0 To: Mark Kettenis CC: aj@suse.de, gdb-patches@sources.redhat.com Subject: Re: [PATCH/i386newframe] amd64newframe References: <200305172226.h4HMQ8nJ010688@elgar.kettenis.dyndns.org> <3EC8810F.3040905@suse.cz> <200305191715.h4JHFCei001220@elgar.kettenis.dyndns.org> In-Reply-To: <200305191715.h4JHFCei001220@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00359.txt.bz2 Mark Kettenis wrote: > Yes, that would be great. As soon as it performs better than the old > stuff, I'd like to move things over to mainline. It's definitely much better than the mainline. I confirm what Elena pointed out - mainline dies with: /ttt/64/gdb-head-new/gdb/regcache.c:172: internal-error: init_regcache_descr: Assertion `!REGISTER_VIRTUAL_TYPE_P ()' failed. BTW Here is a log of the testsuite of the branch: http://tmp.logix.cz/gdb/gdb-branch.log It's the version where last Changelog entry was: 2003-05-19 Mark Kettenis * x86-64-tdep.c (x86_64_frame_this_id, x86_64_sigtramp_frame_this_id, x86_64_unwind_dummy_id): Add offset to the frame base such that we use the same defenition for the top of stack as DWARF CFI does. Michal Ludvig