Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261193AbVDDJzq (ORCPT ); Mon, 4 Apr 2005 05:55:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261202AbVDDJzq (ORCPT ); Mon, 4 Apr 2005 05:55:46 -0400 Received: from wproxy.gmail.com ([64.233.184.204]:5173 "EHLO wproxy.gmail.com") by vger.kernel.org with ESMTP id S261193AbVDDJzj (ORCPT ); Mon, 4 Apr 2005 05:55:39 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=bjcKjUzKtIiu+pRa+gCJHSWxE9LHWai+pizkwfN2DV1+2lpmr8GbBdcmfKCuS5yNcn6tdjRh5J2ocV1aDDDFA5moIsHbkJbqsHRzANB1D5LfJGpRe+uiiigBBX1xbqYjtebd9zpPu6NfsZNY6umAppkpcFJmRlWrFmbrEhy0+sc= Message-ID: Date: Mon, 4 Apr 2005 18:55:38 +0900 From: Piotr Muszynski Reply-To: Piotr Muszynski To: prasanna@in.ibm.com Subject: Re: module for controlling kprobes with /proc Cc: linux-kernel@vger.kernel.org, Keith Owens In-Reply-To: <20050404083507.GG1715@in.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050404083507.GG1715@in.ibm.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 990 Lines: 26 Hello Prasanna, On Apr 4, 2005 5:35 PM, Prasanna S Panchamukhi wrote: > why /proc ? Thank you for your remarks. I originally thought of writing a simple CLI app to sit over /proc , do basic sanity checks and be simple to use. > You can use a combination of SysRq key to enter a kprobe command line prompt. > Initially you can define a dummy breakpoint for command line prompt and accept > commands from thereon. > Later display the list of features add/remove/display breakpoint, backtrace etc. > Also once you hit a breakpoint you give a command line prompt and user can backtrace/ dump some global memory, dump registers etc. > > Let me know if you need more information. Yes please, I would be grateful. TIA Piotr - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/