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>
Tue, 18 Jan 2022 18:14:20 +0000 (13:14 -0500)
commit6a533a7b898d9c65f9473eab2ca9f4bae253250b
tree019d6b7fdb110ca5cc904eca695c4b4e08417cc2
parentc90b0ec156797e80a3590f8fb9a9f63abe0e94db
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
This page took 0.024863 seconds and 4 git commands to generate.