diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2023-02-08 15:36:23 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2023-02-08 15:46:02 -0500 |
commit | c583a2520616c2736cffc389c89a48b159366e6c (patch) | |
tree | b4925f26506fcee96c16119431c01760f05db95d /gdbsupport/rsp-low.h | |
parent | ca7f92c2f15b86b09c4a8ad14806bef666308d31 (diff) | |
download | binutils-users/simark/clang-format.zip binutils-users/simark/clang-format.tar.gz binutils-users/simark/clang-format.tar.bz2 |
Run clang-format.shusers/simark/clang-format
Change-Id: Ia948cc26d534b0dd02702244d52434b1a2093968
Diffstat (limited to 'gdbsupport/rsp-low.h')
-rw-r--r-- | gdbsupport/rsp-low.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdbsupport/rsp-low.h b/gdbsupport/rsp-low.h index 327d5f3..99e320c 100644 --- a/gdbsupport/rsp-low.h +++ b/gdbsupport/rsp-low.h @@ -67,8 +67,8 @@ extern std::string bin2hex (const gdb_byte *bin, int count); for the server side as well as the client. */ extern int remote_escape_output (const gdb_byte *buffer, int len_units, - int unit_size, gdb_byte *out_buf, - int *out_len_units, int out_maxlen_bytes); + int unit_size, gdb_byte *out_buf, + int *out_len_units, int out_maxlen_bytes); /* Convert BUFFER, escaped data LEN bytes long, into binary data in OUT_BUF. Return the number of bytes written to OUT_BUF. @@ -77,6 +77,6 @@ extern int remote_escape_output (const gdb_byte *buffer, int len_units, This function reverses remote_escape_output. */ extern int remote_unescape_input (const gdb_byte *buffer, int len, - gdb_byte *out_buf, int out_maxlen); + gdb_byte *out_buf, int out_maxlen); #endif /* COMMON_RSP_LOW_H */ |