* record.c (record_wait): Change the argument of
record_beneath_to_wait to options.
+2009-08-21 Hui Zhu <teawater@gmail.com>
+
+ * record.c (record_wait): Change the argument of
+ record_beneath_to_wait to options.
+
2009-08-20 Jacob Potter <jdpotter@google.com>
Replace dcache with splay tree.
{
/* This is a single step. */
return record_beneath_to_wait (record_beneath_to_wait_ops,
- ptid, status, 0);
+ ptid, status, options);
}
else
{
while (1)
{
ret = record_beneath_to_wait (record_beneath_to_wait_ops,
- ptid, status, 0);
+ ptid, status, options);
if (status->kind == TARGET_WAITKIND_STOPPED
&& status->value.sig == TARGET_SIGNAL_TRAP)