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

2019-09-12 Thread Diana Picus via lldb-dev
Hi, Uploaded 86efbad6d8677c64d057d92e1dd144988dee68f7a0faa84e5d12f1b59ded0e4f clang+llvm-9.0.0-rc4-armv7a-linux-gnueabihf.tar.xz eb37ced0868066fdf21a1539c61081b1b6e87f2fc6da58aa282230728329f80a clang+llvm-9.0.0-rc4-aarch64-linux-gnu.tar.xz Both seem fine. Cheers, Diana On Tue, 10 Sep 2019 at 12

[lldb-dev] Compile lldb to wasm

2019-09-12 Thread Z Nguyen-Huu via lldb-dev
Hello, For the purpose of debugging wasm code, I am investigating how to compile lldb to wasm module. I am starting with use emconfigure (in emscripten) but it broke so many references, have not been able to generate cmake yet. Has anyone done it before? Do you have any docs/ leads related the

Re: [lldb-dev] lldb access in Emacs via realgud

2019-09-12 Thread Adrian Prantl via lldb-dev
> On Sep 11, 2019, at 1:08 AM, Rocky Bernstein via lldb-dev > wrote: > > > Hi - I just wanted to mention that if there are emacs users there is an > interface to lldb via realgud. See https://github.com/realgud/realgud-lldb > > A MELPA package and ELPA packageElpa package are available too

Re: [lldb-dev] lldb access in Emacs via realgud

2019-09-12 Thread Rocky Bernstein via lldb-dev
On Thu, Sep 12, 2019 at 3:37 PM Adrian Prantl wrote: > > > On Sep 11, 2019, at 1:08 AM, Rocky Bernstein via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > > > > > > Hi - I just wanted to mention that if there are emacs users there is an > interface to lldb via realgud. See https://github.com/real

Re: [lldb-dev] lldb access in Emacs via realgud

2019-09-12 Thread Adrian Prantl via lldb-dev
> On Sep 12, 2019, at 2:24 PM, Rocky Bernstein wrote: > > > > On Thu, Sep 12, 2019 at 3:37 PM Adrian Prantl wrote: >> >> > On Sep 11, 2019, at 1:08 AM, Rocky Bernstein via lldb-dev >> > wrote: >> > >> > >> > Hi - I just wanted to mention that if there are emacs users there is an >> > i

Re: [lldb-dev] lldb access in Emacs via realgud

2019-09-12 Thread Rocky Bernstein via lldb-dev
On Thu, Sep 12, 2019 at 5:51 PM Adrian Prantl wrote: > > > > On Sep 12, 2019, at 2:24 PM, Rocky Bernstein wrote: > > > > > > > > On Thu, Sep 12, 2019 at 3:37 PM Adrian Prantl wrote: > >> > >> > On Sep 11, 2019, at 1:08 AM, Rocky Bernstein via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > >> >

Re: [lldb-dev] lldb access in Emacs via realgud

2019-09-12 Thread Adrian Prantl via lldb-dev
> On Sep 12, 2019, at 4:45 PM, Rocky Bernstein wrote: > > > > On Thu, Sep 12, 2019 at 5:51 PM Adrian Prantl > wrote: > > > > On Sep 12, 2019, at 2:24 PM, Rocky Bernstein > > wrote: > > > > > > > > On Thu, Sep 12, 2019 at 3:37 PM Adri

Re: [lldb-dev] lldb access in Emacs via realgud

2019-09-12 Thread Rocky Bernstein via lldb-dev
Your guess is as good as mine. The one you project link you give looks more akin to what I was looking for. At any rate, rather than try to fix up lldb-mi, I'd put my (limited) resources into using one of these and beefing it up if it needs improvement. On Thu, Sep 12, 2019 at 10:33 PM Adrian Pra

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

2019-09-12 Thread Dimitry Andric via lldb-dev
On 10 Sep 2019, at 12:26, Hans Wennborg via Release-testers wrote: > > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. For this rc, I used two patches, from: * https://bugs.llvm.org/show_bug.cgi?id=42892 - After r356631,