From owner-freebsd-mips@FreeBSD.ORG Wed Feb 3 12:40:47 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D22C2106568B; Wed, 3 Feb 2010 12:40:47 +0000 (UTC) (envelope-from c.jayachandran@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id A03688FC21; Wed, 3 Feb 2010 12:40:47 +0000 (UTC) Received: by mail-pz0-f202.google.com with SMTP id 40so1327968pzk.7 for ; Wed, 03 Feb 2010 04:40:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=fQZ5Mdf+NbUdYkn6PV+mqIE6fU9NxlJz/gxD3XNZ5Tk=; b=oAjwA0Mfk578K4whmjm/FDb0/7zn9nB2iazGeJptwQcyT1nFqHAhSug6LMDWDZoB0G 4Y+EZyjdqbKnNyt0eo1SxXuxvaWWn6m778b1pRF4Wr29yHB0tQKu8KuhY4+s6sOZWGqu F623PTKulUz0I9HLBd6D021ug9vv/jM1Xpmas= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=t2v9eWm09iVIylvsA27+XvGqD/mMesJqP0zVYUBL/3A2w7jiAwosoCutINxDc0Awc2 18fmIQJ5Qo9FvpAgHjOEnB5fdKnqQ1ztxAMrOCbvnoZtbkQPGELHYVpLdF+72Bybxcpz IbdF08bcPkKqUTxLB4iZTkgxazkgbhxCHKs8s= MIME-Version: 1.0 Received: by 10.140.82.21 with SMTP id f21mr5136709rvb.265.1265200847394; Wed, 03 Feb 2010 04:40:47 -0800 (PST) In-Reply-To: References: <98a59be81002021906l5a718a3p8127f2240dd538@mail.gmail.com> <98a59be81002030227u43b0e601q2eebb383debc230b@mail.gmail.com> Date: Wed, 3 Feb 2010 18:10:47 +0530 Message-ID: <98a59be81002030440x711d1eafv7b8925ebe109146e@mail.gmail.com> From: "C. Jayachandran" To: Randall Stewart Content-Type: text/plain; charset=UTF-8 Cc: freebsd-mips@freebsd.org Subject: Re: mips ptrace.S fix X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2010 12:40:47 -0000 On Wed, Feb 3, 2010 at 5:57 PM, Randall Stewart wrote: > JC: > > The two small patches (truss and ptrace) look fine to me.. and > definitely I can see things will not work without them.. > > The gdb patch will take me a while to chew on ;-) The gdb patch now is a rough merge I did with the RMI code, that gets gdb to compile and debug static binaries. Basic functionality seems to working now. I will have an update shortly with some more changes. Thanks, JC.