[lldb/Gui] zero-initialize children_stop_id
authorJordan Rupprecht <rupprecht@google.com>
Thu, 3 Sep 2020 02:42:54 +0000 (19:42 -0700)
committerJordan Rupprecht <rupprecht@google.com>
Thu, 3 Sep 2020 03:05:17 +0000 (20:05 -0700)
commitf7e04b710d2d90ae913e737550f7eec03d2c9f37
treea005b826847c496066ffff7ea45207cb53c81a65
parentf434f7dabc1679d5218db359265f02a4eda6a94c
[lldb/Gui] zero-initialize children_stop_id

This is currently causing msan warnings in the API tests when run under msan, e.g. `commands/gui/basic/TestGuiBasic.py`.

Reviewed By: clayborg

Differential Revision: https://reviews.llvm.org/D86825
lldb/source/Core/IOHandlerCursesGUI.cpp