Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756977Ab1COBN5 (ORCPT ); Mon, 14 Mar 2011 21:13:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5138 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756493Ab1COBN4 (ORCPT ); Mon, 14 Mar 2011 21:13:56 -0400 To: Andrew Morton Cc: Srikar Dronamraju , int-list-linux-mm@kvack.org, linux-mm@kvack.org, Peter Zijlstra , Ingo Molnar , Steven Rostedt , Arnaldo Carvalho de Melo , Linus Torvalds , Masami Hiramatsu , Christoph Hellwig , Ananth N Mavinakayanahalli , Andi Kleen , Oleg Nesterov , Jim Keniston , SystemTap , LKML , "Paul E. McKenney" Subject: Re: [PATCH v2 2.6.38-rc8-tip 0/20] 0: Inode based uprobes References: <20110314133403.27435.7901.sendpatchset@localhost6.localdomain6> <20110314163028.a05cec49.akpm@linux-foundation.org> From: fche@redhat.com (Frank Ch. Eigler) Date: Mon, 14 Mar 2011 21:13:25 -0400 In-Reply-To: <20110314163028.a05cec49.akpm@linux-foundation.org> (Andrew Morton's message of "Mon, 14 Mar 2011 16:30:28 -0700") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 891 Lines: 24 akpm wrote: > [...] How do you envisage these features actually get used? Patch #20/20 in the set includes an ftrace-flavoured debugfs frontend. Previous versions of the patchset included perf front-ends too, which are probably to be seen again. > For example, will gdb be modified? Will other debuggers be modified > or written? [...] The code is not currently useful to gdb. Perhaps ptrace or an improved userspace ABI can get access to it in the form of a breakpoint-management interface, though this inode+offset style of uprobe addressing would require adaptation to the process-virtual-address style used by debugging APIs. - FChE -- 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/