From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24393 invoked by alias); 13 Apr 2012 05:26:43 -0000 Received: (qmail 24368 invoked by uid 22791); 13 Apr 2012 05:26:42 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Apr 2012 05:26:30 +0000 From: "teawater at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug remote/13978] New: tracepoint condition cannot use string Date: Fri, 13 Apr 2012 05:26:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: remote X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: teawater at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2012-q2/txt/msg00022.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13978 Bug #: 13978 Summary: tracepoint condition cannot use string Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: remote AssignedTo: unassigned@sourceware.org ReportedBy: teawater@gmail.com Classification: Unclassified (gdb) trace vfs_read During symbol reading, cannot get low and high bounds for subprogram DIE at 21765819. During symbol reading, Child DIE 0x14c29b6 and its abstract origin 0x14c1ee4 have different parents. Tracepoint 1 at 0xffffffff8117a220: file /home/teawater/kernel2/linux/fs/read_write.c, line 365. (gdb) condition 1 (buf[0] == '1') (gdb) tstart Unsupported operator (null) (52) in expression. (gdb) list vfs_read 360 } 361 362 EXPORT_SYMBOL(do_sync_read); 363 364 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) condition 1 (buf[0] == (int)'1') can handle this issue. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.