Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756201Ab0ANLIr (ORCPT ); Thu, 14 Jan 2010 06:08:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755884Ab0ANLIq (ORCPT ); Thu, 14 Jan 2010 06:08:46 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:58366 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755989Ab0ANLIo (ORCPT ); Thu, 14 Jan 2010 06:08:44 -0500 Subject: Re: [RFC] [PATCH 1/7] User Space Breakpoint Assistance Layer (UBP) From: Peter Zijlstra To: Srikar Dronamraju Cc: Ingo Molnar , Arnaldo Carvalho de Melo , Ananth N Mavinakayanahalli , utrace-devel , Jim Keniston , Frederic Weisbecker , Masami Hiramatsu , Maneesh Soni , Mark Wielaard , LKML In-Reply-To: <20100111122529.22050.32596.sendpatchset@srikar.in.ibm.com> References: <20100111122521.22050.3654.sendpatchset@srikar.in.ibm.com> <20100111122529.22050.32596.sendpatchset@srikar.in.ibm.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 14 Jan 2010 12:08:09 +0100 Message-ID: <1263467289.4244.288.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 927 Lines: 22 On Mon, 2010-01-11 at 17:55 +0530, Srikar Dronamraju wrote: > User Space Breakpoint Assistance Layer (UBP) > > User space breakpointing Infrastructure provides kernel subsystems > with architecture independent interface to establish breakpoints in > user applications. This patch provides core implementation of ubp and > also wrappers for architecture dependent methods. So if this is the basic infrastructure to set userspace breakpoints, then why not call this uprobe? > UBP currently supports both single stepping inline and execution out > of line strategies. Two different probepoints in the same process can > have two different strategies. maybe explain wth these are? -- 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/