Re: [lldb-dev] [Release-testers] LLVM 9.0.1-rc2 has been tagged

2019-12-08 Thread Michał Górny via lldb-dev
On Fri, 2019-12-06 at 19:03 -0800, Tom Stellard via Release-testers wrote: > Hi, > > I've tagged LLVM 9.0.1-rc2. Testers can begin testing and uploading binaries. > If all goes well, this will be the last -rc. > My initial amd64 multilib Gentoo testing reveals no issues left, except for LLDB

[lldb-dev] [RFC] Supporting Lua Scripting in LLDB

2019-12-08 Thread Jonas Devlieghere via lldb-dev
Hi everyone, Earlier this year, when I was working on the Python script interpreter, I thought it would be interesting to see what it would take to support other scripting languages in LLDB. Lua, being designed to be embedded, quickly came to mind. The idea remained in the back of my head, but I

Re: [lldb-dev] Stackoverflow crash when evaluating an invalid expression

2019-12-08 Thread Vadim Chugunov via lldb-dev
Looks like I am hitting the same issue. Was there a fix checked in for this? On Thu, Mar 7, 2019 at 3:05 PM Raphael Isemann via lldb-dev < lldb-dev@lists.llvm.org> wrote: > You can also dump() the AST to a file on disk if that is easier to > capture than stderr. See the overload of `dump()`

Re: [lldb-dev] [Release-testers] LLVM 9.0.1-rc2 has been tagged

2019-12-08 Thread Dimitry Andric via lldb-dev
On 7 Dec 2019, at 04:03, Tom Stellard via Release-testers wrote: > I've tagged LLVM 9.0.1-rc2. Testers can begin testing and uploading binaries. > If all goes well, this will be the last -rc. For this rc, I used two patches, from: * https://bugs.llvm.org/show_bug.cgi?id=42892 - After r356631,