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, 28 Oct 2021 20:11:06 +0000 (16:11 -0400)
commitfdc4bb36dc78ced60d244e02911d5a2156b7926c
tree3d1a9f2fae5ece3e47d0059cd28a0e7639eb0b57
parentfa912657bf3005d8a314613f86d7493d2da79e1c
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.023839 seconds and 4 git commands to generate.