[lldb-dev] LLVM 9.0.0 Release

2019-09-19 Thread Hans Wennborg via lldb-dev
It's my great pleasure to announce that LLVM 9 is now available. Get it here: https://llvm.org/releases/download.html#9.0.0 This release is the result of the LLVM community's work over the past six months (up to trunk r366426 plus commits on the branch). Some highlights include: - Support for as

Re: [lldb-dev] Stepping in a breakpoint callback with Python

2019-09-19 Thread Jim Ingham via lldb-dev
lldb doesn’t currently support breakpoint callbacks that try to control running the target in the callback. I’m not sure how easy it would be to support that reliably, but anyway, that doesn’t work at present. My model for this sort of tracing activity is that you are writing a fancy kind of “

Re: [lldb-dev] [9.0.0 Release] Release Candidate 6 is here

2019-09-19 Thread Hans Wennborg via lldb-dev
On Tue, Sep 17, 2019 at 4:05 PM Hans Wennborg wrote: > > Hello everyone, > > 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. This has now been tagged as the final 9.0.0 release. In the Git monorepo, it's tagged as llvmorg-9

Re: [lldb-dev] [9.0.0 Release] Release Candidate 6 is here

2019-09-19 Thread Diana Picus via lldb-dev
Hi, Same as before. b70d9b0f83ea0df0d59f54445930110f9d7819afd46dd1824853d9cf92ff2164 clang+llvm-9.0.0-rc6-armv7a-linux-gnueabihf.tar.xz 6be0e426f2ecaefb38813321d467746eb67b1f736024dde46eb1500b49d4af91 clang+llvm-9.0.0-rc6-aarch64-linux-gnu.tar.xz Cheers, Diana On Tue, 17 Sep 2019 at 16:05, Han