[lldb-dev] Reminder: SVN will be retired on Oct 21, 2019 -- Please migrate your workflows to github ASAP.

2019-07-11 Thread Tom Stellard via lldb-dev
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

Re: [lldb-dev] Evaluating the same expression at the same breakpoint gets slower after a certain number of steps

2019-07-11 Thread Jim Ingham via lldb-dev
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

Re: [lldb-dev] Evaluating the same expression at the same breakpoint gets slower after a certain number of steps

2019-07-11 Thread Guilherme Andrade via lldb-dev
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

[lldb-dev] [9.0.0 Release] One week to the branch

2019-07-11 Thread Hans Wennborg via lldb-dev
Hello everyone, This is a reminder that the upcoming release branch is scheduled for one week from today, on Thursday 18 July 2019. The full schedule can be found under "Upcoming Releases" in the column to the right at https://llvm.org Please try to avoid committing majorly disruptive changes