public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
From: "teawater at gmail dot com" <sourceware-bugzilla@sourceware.org>
To: gdb-prs@sourceware.org
Subject: [Bug gdb/11253] SEGV during reverse debugging w/ record target over simulator
Date: Mon, 08 Feb 2010 05:45:00 -0000	[thread overview]
Message-ID: <20100208054515.13416.qmail@sourceware.org> (raw)
In-Reply-To: <20100205023723.11253.green@moxielogic.com>


------- Additional Comments From teawater at gmail dot com  2010-02-08 05:45 -------
Subject: Re:  SEGV during reverse debugging w/ record target 
	over simulator

Hi Anthony,

I make a patch for it.

Please help me test it.

Thanks,
Hui

2010-02-08  Hui Zhu  <teawater@gmail.com>

	* target.c (init_dummy_target): Add to_stopped_by_watchpoint.
---
 target.c |    1 +
 1 file changed, 1 insertion(+)

--- a/target.c
+++ b/target.c
@@ -2836,6 +2836,7 @@ init_dummy_target (void)
   dummy_target.to_has_stack = (int (*) (struct target_ops *)) return_zero;
   dummy_target.to_has_registers = (int (*) (struct target_ops *)) return_zero;
   dummy_target.to_has_execution = (int (*) (struct target_ops *)) return_zero;
+  dummy_target.to_stopped_by_watchpoint = return_zero;
   dummy_target.to_magic = OPS_MAGIC;
 }


-- 


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.


  parent reply	other threads:[~2010-02-08  5:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-05  2:37 [Bug gdb/11253] New: " green at moxielogic dot com
2010-02-05  6:41 ` [Bug gdb/11253] " teawater at gmail dot com
2010-02-05 13:03 ` green at moxielogic dot com
2010-02-08  5:45 ` teawater at gmail dot com [this message]
2010-02-20  5:56 ` teawater at gmail dot com
2010-02-22 13:04 ` pedro at codesourcery dot com
2010-02-22 16:47 ` teawater at gmail dot com
2010-02-25 21:44 ` green at moxielogic dot com
2010-02-26  3:26 ` teawater at gmail dot com
2010-03-11  9:25 ` teawater at gmail dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100208054515.13416.qmail@sourceware.org \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=gdb-prs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).