From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6978 invoked by alias); 11 Jun 2012 10:32:15 -0000 Received: (qmail 6970 invoked by uid 22791); 11 Jun 2012 10:32:15 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Jun 2012 10:32:02 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1Se1ui-00032k-GP from Maciej_Rozycki@mentor.com ; Mon, 11 Jun 2012 03:32:00 -0700 Received: from SVR-IES-FEM-02.mgc.mentorg.com ([137.202.0.106]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 11 Jun 2012 03:31:59 -0700 Received: from [172.30.0.208] (137.202.0.76) by SVR-IES-FEM-02.mgc.mentorg.com (137.202.0.106) with Microsoft SMTP Server id 14.1.289.1; Mon, 11 Jun 2012 11:31:57 +0100 Date: Mon, 11 Jun 2012 10:32:00 -0000 From: "Maciej W. Rozycki" To: Mark Kettenis CC: Subject: [PING][PATCH] microMIPS support (Linux signal trampolines) In-Reply-To: Message-ID: References: <201205182225.q4IMPBiD031110@glazunov.sibelius.xs4all.nl> User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-06/txt/msg00277.txt.bz2 Mark, anyone, I made the adjustments you requested, is there still any problem with this change? > 2011-05-18 Maciej W. Rozycki > > gdb/ > * tramp-frame.h (tramp_frame): Add validate member. > * tramp-frame.c (tramp_frame_start): Validate trampoline before > scanning. > * mips-linux-tdep.c (MICROMIPS_INST_LI_V0): New macro. > (MICROMIPS_INST_POOL32A, MICROMIPS_INST_SYSCALL): Likewise. > (mips_linux_o32_sigframe): Initialize validate member. > (mips_linux_o32_rt_sigframe): Likewise. > (mips_linux_n32_rt_sigframe): Likewise. > (mips_linux_n64_rt_sigframe): Likewise. > (micromips_linux_o32_sigframe): New variable. > (micromips_linux_o32_rt_sigframe): Likewise. > (micromips_linux_n32_rt_sigframe): Likewise. > (micromips_linux_n64_rt_sigframe): Likewise. > (mips_linux_o32_sigframe_init): Handle microMIPS trampolines. > (mips_linux_n32n64_sigframe_init): Likewise. > (mips_linux_sigframe_validate): New function. > (micromips_linux_sigframe_validate): Likewise. > (mips_linux_init_abi): Install microMIPS trampoline unwinders. Latest submission: http://sourceware.org/ml/gdb-patches/2012-05/msg00769.html Maciej