From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9916 invoked by alias); 24 Jul 2006 03:37:41 -0000 Received: (qmail 9569 invoked by uid 48); 24 Jul 2006 03:37:13 -0000 Date: Mon, 24 Jul 2006 03:37:00 -0000 Message-ID: <20060724033713.9568.qmail@sourceware.org> From: "guanglei at cn dot ibm dot com" To: systemtap@sources.redhat.com In-Reply-To: <20060306154835.2422.wcohen@redhat.com> References: <20060306154835.2422.wcohen@redhat.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/2422] module("*") probes fail with debug-info-less modules X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2006-q3/txt/msg00136.txt.bz2 ------- Additional Comments From guanglei at cn dot ibm dot com 2006-07-24 03:37 ------- (In reply to comment #0) > [..] Here is a patch. Please take a review. This patch will cause stap to skip a module without debuginfo only when the probe looks like "probe module("*").xx" RCS file: /cvs/systemtap/src/tapsets.cxx,v retrieving revision 1.137 diff -r1.137 tapsets.cxx 585c585,588 < get_module_dwarf(true); --- > if(module_name != "" && pattern == "*") > get_module_dwarf(false); > else > get_module_dwarf(true); -- http://sourceware.org/bugzilla/show_bug.cgi?id=2422 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.