[Pushed,as,obvious] gdbserver: regcache: Update comment in supply_regblock
Checks
Commit Message
Since commit 84da4a1ea0ae ("gdbserver: refactor the definition and uses of
supply_regblock") there is no case where supply_regblock is passed a
nullptr for the BUF argument, and there is even a gdb_assert to make
sure of it.
Therefore remove that part of the documentation comment.
---
gdbserver/regcache.cc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
base-commit: c2f55040d34784a5c40d25f6a58615da1b4a52be
Comments
On Sunday, April 6, 2025 1:48 AM, Thiago Jung Bauermann wrote:
> Since commit 84da4a1ea0ae ("gdbserver: refactor the definition and uses of
> supply_regblock") there is no case where supply_regblock is passed a
> nullptr for the BUF argument, and there is even a gdb_assert to make
> sure of it.
>
> Therefore remove that part of the documentation comment.
Thanks for fixing this.
-Baris
Intel Deutschland GmbH
Registered Address: Am Campeon 10, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Sean Fennelly, Jeffrey Schneiderman, Tiffany Doon Silva
Chairperson of the Supervisory Board: Nicole Lau
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928
@@ -353,8 +353,7 @@ supply_register_by_name_zeroed (struct regcache *regcache,
#endif
/* Supply the whole register set whose contents are stored in BUF, to
- REGCACHE. If BUF is NULL, all the registers' values are recorded
- as unavailable. */
+ REGCACHE. */
void
supply_regblock (struct regcache *regcache, const void *buf)