]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Small get_tib_address cleanups
authorTom Tromey <tromey@adacore.com>
Wed, 19 Feb 2025 15:55:37 +0000 (08:55 -0700)
committerTom Tromey <tromey@adacore.com>
Thu, 20 Feb 2025 14:39:41 +0000 (07:39 -0700)
commit904d3768c88a6591204969826f47d706f6da504a
tree6167abd24e2b61414b25b894b958adc3e73d91b6
parent67c2a95af353239e5771000c08126914349043f4
Small get_tib_address cleanups

I noticed a non-bool-like use of target_get_tib_address in
windows-tdep.c.  After fixing this I thought it would be good to
document the target method; and this also lead to some non-bool-like
commentary in remote.c.  This patch fixes all of these nits.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/remote.c
gdb/target.h
gdb/windows-tdep.c