]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/linux-low.cc
gdbserver: initialize the members of lwp_info in-class
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 28 Sep 2021 20:38:43 +0000 (16:38 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 21 Oct 2021 20:10:54 +0000 (16:10 -0400)
commitc360a4732bd7999767616e5f211314510ea677f4
tree394581e44bbbadf1ee782b20faf373420a6ea19e
parentd2f325df0b54b0fed87f74c284f0a067b7233a14
gdbserver: initialize the members of lwp_info in-class

Add a constructor to initialize the waitstatus members.  Initialize the
others in the class directly.

Change-Id: I10f885eb33adfae86e3c97b1e135335b540d7442
gdbserver/linux-low.cc
gdbserver/linux-low.h