]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdbserver: remove macro get_lwp_thread
authorSimon Marchi <simon.marchi@polymtl.ca>
Wed, 4 Dec 2024 16:30:39 +0000 (11:30 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Wed, 4 Dec 2024 20:05:58 +0000 (15:05 -0500)
commitffa5bea793a2e4f4e5d4c33c770d2f1540008164
tree82668bdf217a8afd9781ec126a328fd4cdf35768
parentc7e0511ae4fba9906b8650a503bee8d3da940dcb
gdbserver: remove macro get_lwp_thread

I was thinking of changing this macro to a function, but I don't think
it adds much value over just accessing the field directly.

Change-Id: I5dc63e9db0773549c5b55a1279212e2d1213f50c
Approved-By: Tom Tromey <tom@tromey.com>
gdbserver/linux-arm-low.cc
gdbserver/linux-low.cc
gdbserver/linux-low.h
gdbserver/linux-mips-low.cc
gdbserver/linux-ppc-low.cc
gdbserver/linux-x86-low.cc
gdbserver/proc-service.cc