2009-07-22 Hui Zhu <teawater@gmail.com>

* record.c (record_xfer_partial): Call error When nquery
	return "n".
This commit is contained in:
Hui Zhu 2009-07-22 05:31:26 +00:00
parent fd685944ea
commit 9a9dc473d3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -997,7 +997,7 @@ record_xfer_partial (struct target_ops *ops, enum target_object object,
"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 ();