From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 3 19:45:01 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0AD4249D; Tue, 3 Mar 2015 19:45:01 +0000 (UTC) Received: from mail-ie0-x232.google.com (mail-ie0-x232.google.com [IPv6:2607:f8b0:4001:c03::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C68E9E7A; Tue, 3 Mar 2015 19:45:00 +0000 (UTC) Received: by iecrp18 with SMTP id rp18so61522772iec.1; Tue, 03 Mar 2015 11:45:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=b3b9L/O6bkqy85gCAz5YoMFBx+8cNaRoGTtR3K88+P4=; b=Qets4yBIexVtpwUcdPqZPswEaJBXSRAE+Om+67VzWoqhjy3nVEoUgSW6HFfRHMRXbQ I6+a4e53YmJo1BX/zaLuz1imwmJU4QDk27tR4FkM/gzorcVbzBPg0AYslyCroqR/7fzZ g3IkmP/hwb1pojGj0As9XTllZqPcRJdQyyElK10o/Myn3NCaOUvTLqChia+LTjq/PzSx tO4l6uWOQQICqBA43MfscGl2C8au9RzWeiM8I6hqIhiD3ilmgl8F4HFfeonkGWYTRPex VrYWI6VDlnSQWWlGoodlImUxug3JjNgY3ys7wNdrqOsWP5MFL8YREJ+Qz4vCq7d7uDJk 0Umw== MIME-Version: 1.0 X-Received: by 10.107.135.216 with SMTP id r85mr4665960ioi.38.1425411900024; Tue, 03 Mar 2015 11:45:00 -0800 (PST) Received: by 10.64.96.9 with HTTP; Tue, 3 Mar 2015 11:44:59 -0800 (PST) In-Reply-To: <54F60386.6070709@FreeBSD.org> References: <54F60386.6070709@FreeBSD.org> Date: Tue, 3 Mar 2015 20:44:59 +0100 Message-ID: Subject: Re: DDB Improvements From: Daniel Lovasko To: Navdeep Parhar Content-Type: text/plain; charset=UTF-8 Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2015 19:45:01 -0000 Hello Navdeep, that is precisely what my last GSoC was about. I am about to present it on the AsiaBSDCon that will happen next week. In case you wont be attending, here is my paper about this topic: www.smnd.sk/lovasko/paper.pdf I hope that we will integrate the result one day. :) Thanks both of you (more ideas are still welcome), Daniel On Tue, Mar 3, 2015 at 7:55 PM, Navdeep Parhar wrote: > On 03/03/2015 05:54, Daniel Lovasko wrote: >> >> Hello hackers, >> >> I would like to reach out to all DDB users here: what are the things >> (or just one single thing) that you would like to improve in DDB? > > > I'd like it to understand CTF so it can display any type, just like > Solaris's mdb (addr::print ) > > Regards, > Navdeep