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:
https://reviews.llvm.org/D86825?vs=288
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
_
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 simple
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. `commands/gui