Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] patch for [Bug gdb/11253]
@ 2010-02-26  3:26 Hui Zhu
  2010-02-26 12:53 ` Jan Kratochvil
  2010-02-28 18:38 ` Jan Kratochvil
  0 siblings, 2 replies; 8+ messages in thread
From: Hui Zhu @ 2010-02-26  3:26 UTC (permalink / raw)
  To: gdb-patches ml

This patch is for bug 11253 http://sourceware.org/bugzilla/show_bug.cgi?id=11253
Tested by AG.
Please help me review it.

Thanks,
Hui


2010-02-26  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;
 }


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-03-08 13:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-26  3:26 [RFA] patch for [Bug gdb/11253] Hui Zhu
2010-02-26 12:53 ` Jan Kratochvil
2010-02-28 15:38   ` Hui Zhu
2010-02-28 18:10     ` Jan Kratochvil
2010-02-28 18:38 ` Jan Kratochvil
2010-03-08  2:35   ` Hui Zhu
2010-03-08  4:39   ` Joel Brobecker
2010-03-08 13:35     ` Hui Zhu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox