mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
Tweak target_xfer_status_to_string
This patch tweaks target_xfer_status_to_string on comments and argument name. gdb: 2014-02-24 Yao Qi <yao@codesourcery.com> * target.c (target_xfer_status_to_string): Rename argument err to status. * target.h (target_xfer_status_to_string): Update declaration. Replace target_xfer_error_to_string with target_xfer_status_to_string in comment.
This commit is contained in:
@@ -222,12 +222,13 @@ enum target_xfer_status
|
||||
unavailable. */
|
||||
TARGET_XFER_E_UNAVAILABLE = -2,
|
||||
|
||||
/* Keep list in sync with target_xfer_error_to_string. */
|
||||
/* Keep list in sync with target_xfer_status_to_string. */
|
||||
};
|
||||
|
||||
/* Return the string form of ERR. */
|
||||
/* Return the string form of STATUS. */
|
||||
|
||||
extern const char *target_xfer_status_to_string (enum target_xfer_status err);
|
||||
extern const char *
|
||||
target_xfer_status_to_string (enum target_xfer_status status);
|
||||
|
||||
/* Enumeration of the kinds of traceframe searches that a target may
|
||||
be able to perform. */
|
||||
|
||||
Reference in New Issue
Block a user