From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24572 invoked by alias); 5 Feb 2010 02:37:24 -0000 Received: (qmail 24552 invoked by uid 48); 5 Feb 2010 02:37:23 -0000 Date: Fri, 05 Feb 2010 02:37:00 -0000 From: "green at moxielogic dot com" To: gdb-prs@sourceware.org Message-ID: <20100205023723.11253.green@moxielogic.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug gdb/11253] New: SEGV during reverse debugging w/ record target over simulator X-Bugzilla-Reason: CC 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: 2010-q1/txt/msg00216.txt.bz2 I'm getting a SEGV now whenever I step after setting record on for my target (the built-in moxie simulator). It's happening in the first line of watchpoints_triggered(), where the code reads: int stopped_by_watchpoint = target_stopped_by_watchpoint (); target_stopped_by_watchpoint is defined as (*current_target.to_stopped_by_watchpoint). The problem is that current_target.to_stopped_by_watchpoint is NULL. This has something to do with how the record and simulator targets interact. Normal breakpoints (w/o record) are working fine. AG -- Summary: SEGV during reverse debugging w/ record target over simulator Product: gdb Version: 7.0 Status: UNCONFIRMED Severity: critical Priority: P1 Component: gdb AssignedTo: unassigned at sourceware dot org ReportedBy: green at moxielogic dot com CC: gdb-prs at sourceware dot org,msnyder at vmware dot com,teawater at gmail dot com GCC target triplet: moxie-elf http://sourceware.org/bugzilla/show_bug.cgi?id=11253 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.