* record.c (record_xfer_partial): Call error When nquery
return "n".
+2009-07-22 Hui Zhu <teawater@gmail.com>
+
+ * record.c (record_xfer_partial): Call error When nquery
+ return "n".
+
2009-07-21 Paul Pluzhnikov <ppluzhnikov@google.com>
* objfiles.c (objfiles_updated_p): New variable.
"will make the execution log unusable from this "
"point onward. Write memory at address %s?"),
paddress (target_gdbarch, offset)))
- return -1;
+ error (_("Process record canceled the operation."));
/* Destroy the record from here forward. */
record_list_release_next ();