[lldb-dev] unable to install lldb-9 from apt.llvm.org

2019-09-30 Thread Michael Ellery via lldb-dev
I’m having problems installing the current (release) for lldb-9 from apt.llvm.org (for ubuntu 18.04/bionic): apt-get -y install lldb-9 python-lldb-9 liblldb-9-dev results in: The following packages have unmet dependencies: lldb-9 : Depends: llvm-9-dev but it is not going to be install

Re: [lldb-dev] How to debug a child process ?

2019-09-30 Thread Jim Ingham via lldb-dev
> On Sep 30, 2019, at 5:05 PM, Peter Rowat via lldb-dev > wrote: > > I have a process P1 that forks a child process P2. Both have graphic > displays, P2 is an animation depending on data from P1. > P2 suddenly disappears at a time that is never the same as any previous run. > > I use lldb to

[lldb-dev] How to debug a child process ?

2019-09-30 Thread Peter Rowat via lldb-dev
I have a process P1 that forks a child process P2. Both have graphic displays, P2 is an animation depending on data from P1. P2 suddenly disappears at a time that is never the same as any previous run. I use lldb to run P1 and when P2 disappears P1 hangs, and lldb prints a message like "2019-09-

Re: [lldb-dev] Rust support in LLDB, again

2019-09-30 Thread Jonas Devlieghere via lldb-dev
Hi Vadim, On Sat, Sep 28, 2019 at 4:00 PM Vadim Chugunov via lldb-dev wrote: > > Hi, > Last year there was an effort led by Tom Tromey to add Rust language support > into LLDB. He had implemented a fairly complete language plugin, however it > was not accepted into mainline because of supporta