Hi,
We are still on track to retire SVN and complete the transition to GitHub
by Oct 21, 2019 (This year's US Dev Meeting).
Even though this 3+ months away, it is very important that you begin to migrate
your workflows to GitHub as soon as possible. For developers, this means using
the git-llvm
lldb realizes types from DWARF lazily. So for instance, if an expression
refers to a pointer to type Foo, we won't necessarily realize the full type of
Foo from DWARF to parse that expression. Then if you write a second expression
that accesses a member of an object of type Foo, we will realiz
Speaking more generally, can evaluating an expression with no side effects
affect the outcome of subsequent evaluations? I.e, is it possible for the
expression evaluation X to produce different results in the following
scenarios?
Scenario 1:
Scenario 2:
Thanks!
On Tue, Jul 9, 2019 at 2:52