2009-07-22 Hui Zhu <teawater@gmail.com>
* record.c (record_xfer_partial): Call error When nquery return "n".
This commit is contained in:
parent
fd685944ea
commit
9a9dc473d3
@ -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.
|
||||
|
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user