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
> 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
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-
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