Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753165Ab1CPRcg (ORCPT ); Wed, 16 Mar 2011 13:32:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4149 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751218Ab1CPRcb (ORCPT ); Wed, 16 Mar 2011 13:32:31 -0400 From: Tom Tromey To: Steven Rostedt Cc: Thomas Gleixner , Andi Kleen , Andrew Morton , Srikar Dronamraju , Peter Zijlstra , Ingo Molnar , Linux-mm , Arnaldo Carvalho de Melo , Linus Torvalds , Masami Hiramatsu , Christoph Hellwig , Ananth N Mavinakayanahalli , Oleg Nesterov , Jim Keniston , Roland McGrath , 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> <20110314234754.GP2499@one.firstfloor.org> <20110315180639.GQ2499@one.firstfloor.org> <1300219261.9910.300.camel@gandalf.stny.rr.com> <1300221856.9910.305.camel@gandalf.stny.rr.com> X-Attribution: Tom Date: Wed, 16 Mar 2011 11:32:06 -0600 In-Reply-To: <1300221856.9910.305.camel@gandalf.stny.rr.com> (Steven Rostedt's message of "Tue, 15 Mar 2011 16:44:16 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (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: 899 Lines: 18 Steve> I'm more interested in the perf/trace than gdb, as the way gdb is mostly Steve> used (at least now) to debug problems in the code with a big hammer Steve> (single step, look at registers/variables). That is, gdb is usually very Steve> interactive and its best to "stop the code" from running to examine what Steve> has happened. gdb is not something you will run on an application that Steve> is being used by others. It depends. People do in fact do this stuff. In recent years gdb got its own implementation of "always inserted" breakpoints (basically the same idea as uprobes) to support some trickier multi-thread debugging scenarios. Tom -- 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/