[Lldb-commits] [PATCH] D39283: [lldb-dev] Update LLDB test cases for 'inlineStepping'
Carlos Alberto Enciso via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 26 01:23:36 PDT 2017
CarlosAlbertoEnciso added a comment.
In https://reviews.llvm.org/D39283#907100, @tberghammer wrote:
> Hi Carlos,
>
> Sorry for not responding to your related e-mails lately.
Hi Tamas,
There is no need for apologies. You have help me a lot in setting LLDB and be able to run the test suite. (Windows and Linux).
You are correct; there is a missing line in the referenced test case. It should look like this:
void
caller_trivial_1 ()
{
inline_value += 1; // At first increment in caller_trivial_1.
caller_trivial_2(); // In caller_trivial_1.
inline_value += 1;
}
Thanks.,
Carlos
https://reviews.llvm.org/D39283
More information about the lldb-commits
mailing list