Re: [lldb-dev] LLDB Evolution

2016-08-08 Thread Vedant Kumar via lldb-dev
FWIW, as a happy lldb user, it's exciting to read about these planned developments. I have two follow-up questions about the section on 'Testing Strategy Evaluation': (1) what is lldb's policy on including test updates with bug fix commits and functional changes, and (2) how is this policy enforce

[lldb-dev] [Bug 28910] New: Add frame-finish breakpoints

2016-08-08 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=28910 Bug ID: 28910 Summary: Add frame-finish breakpoints Product: lldb Version: 3.8 Hardware: PC OS: Linux Status: NEW Severity: enhancement Priority: P

Re: [lldb-dev] LLDB Evolution

2016-08-08 Thread Zachary Turner via lldb-dev
On Mon, Aug 8, 2016 at 2:40 PM Kate Stone via lldb-dev < lldb-dev@lists.llvm.org> wrote: > LLDB has come a long way since the project was first announced. As a > robust debugger for C-family languages and Swift, LLDB is constantly in use > by millions of developers. It has also become a foundati

[lldb-dev] LLDB Evolution

2016-08-08 Thread Kate Stone via lldb-dev
LLDB has come a long way since the project was first announced. As a robust debugger for C-family languages and Swift, LLDB is constantly in use by millions of developers. It has also become a foundation for bringing up debugger support for other languages like Go and RenderScript. In additio

Re: [lldb-dev] Leaks from static variables

2016-08-08 Thread Greg Clayton via lldb-dev
> On Aug 1, 2016, at 2:40 PM, Vedant Kumar via lldb-dev > wrote: > > Hi lldb-dev, > > It looks like the debugger initializes static variables in llvm (see: > SystemInitializerFull::Initialize()), but, AFAICT, it never cleans them up. > > Does this cause memory leaks? I'd assumed that it's nec

Re: [lldb-dev] First hand support for musl-libc

2016-08-08 Thread Pavel Labath via lldb-dev
Hi, thanks for the patch. I took the opportunity to clean up the code there, so I have committed a somewhat modified version, but I believe you should get the result you were trying to achieve. Let me know how it works. cheers, pl On 2 August 2016 at 13:53, Dangling Pointer via lldb-dev wrote: