[Lldb-commits] [PATCH] D105470: [lldb] Clear children of ValueObject on value update

2021-07-10 Thread Andy Yankovsky via Phabricator via lldb-commits
werat added a comment. Thanks for the explanation! But at this point I feel I'm a bit confused about how it all _supposed_ to work in the current design :) If I understand correctly, there are four "types" of values from the user (API) perspective: 1. `ExpressionResult` -- value returned by `S

[Lldb-commits] [PATCH] D105470: [lldb] Clear children of ValueObject on value update

2021-07-10 Thread Andy Yankovsky via Phabricator via lldb-commits
werat updated this revision to Diff 357710. werat added a comment. Add more test cases Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105470/new/ https://reviews.llvm.org/D105470 Files: lldb/source/Core/ValueObject.cpp lldb/test/API/python_api/