[Lldb-commits] [PATCH] D86825: [lldb/Gui] zero-initialize children_stop_id

2020-09-02 Thread Jordan Rupprecht via Phabricator via lldb-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGf7e04b710d2d: [lldb/Gui] zero-initialize children_stop_id (authored by rupprecht). Changed prior to commit:

[Lldb-commits] [PATCH] D86825: [lldb/Gui] zero-initialize children_stop_id

2020-09-02 Thread Jordan Rupprecht via Phabricator via lldb-commits
rupprecht marked an inline comment as done. rupprecht added a comment. SG, will land momentarily with the one formatting change. Thanks! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D86825/new/ https://reviews.llvm.org/D86825

[Lldb-commits] [PATCH] D86825: [lldb/Gui] zero-initialize children_stop_id

2020-09-02 Thread Greg Clayton via Phabricator via lldb-commits
clayborg added inline comments. Comment at: lldb/source/Core/IOHandlerCursesGUI.cpp:1500-1513 uint32_t children_stop_id; int row_idx; int x; int y; bool might_have_children; bool expanded; bool calculated_children; Or we can inline the

[Lldb-commits] [PATCH] D86825: [lldb/Gui] zero-initialize children_stop_id

2020-08-28 Thread Jordan Rupprecht via Phabricator via lldb-commits
rupprecht created this revision. Herald added subscribers: lldb-commits, danielkiss. Herald added a project: LLDB. rupprecht requested review of this revision. Herald added a subscriber: JDevlieghere. This is currently causing msan warnings in the API tests when run under msan, e.g.