mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
2009-07-22 Hui Zhu <teawater@gmail.com>
* record.c (record_xfer_partial): Call error When nquery return "n".
This commit is contained in:
@ -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>
|
2009-07-21 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||||
|
|
||||||
* objfiles.c (objfiles_updated_p): New variable.
|
* 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 "
|
"will make the execution log unusable from this "
|
||||||
"point onward. Write memory at address %s?"),
|
"point onward. Write memory at address %s?"),
|
||||||
paddress (target_gdbarch, offset)))
|
paddress (target_gdbarch, offset)))
|
||||||
return -1;
|
error (_("Process record canceled the operation."));
|
||||||
|
|
||||||
/* Destroy the record from here forward. */
|
/* Destroy the record from here forward. */
|
||||||
record_list_release_next ();
|
record_list_release_next ();
|
||||||
|
Reference in New Issue
Block a user