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@polymtl.ca>
Mon, 17 Jan 2022 16:31:45 +0000 (11:31 -0500)
commit8cea61cbdc21a7c7c4d2ba183d0164a564d27fcd
tree109db10a88bafd980e7a17ced0cdebc2222fc86c
parentdc8f71408b556527929e956ba09d6e8ac4485485
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.022878 seconds and 4 git commands to generate.