Dear testers,
8.0.0-rc4 was just tagged from the release_80 branch at r355690.
This is similar to rc3, but it contains a few important fixes, notably
for https://llvm.org/PR40890
I'm hoping that this is that last release candidate, so please give it
a good testing. If all looks well, maybe we ca
On Tue, 26 Feb 2019 14:52:26 +0100, Eran Ifrah via lldb-dev wrote:
> I am trying a GTK application using lldb-mi, however, the application
> terminates immediately with the error message:
>
> @"15:47:16: Error: Unable to initialize GTK+, is DISPLAY set properly?\r\n"
>
> Running the same using "p
It's been a long time coming and a lot of work to get here, but Host is now
dependency free. While this may not be enforced in the Xcode project
(unless someone changes it to not link against any other libraries /
targets), as of r355730 this is enforced in the CMake build, so if new
dependencies
After discussing this privately with Pavel we decided to try updating
pexpect instead.
On Tue, Feb 26, 2019 at 4:42 AM Pavel Labath wrote:
>
> On 25/02/2019 22:15, Davide Italiano wrote:
> > On Fri, Feb 22, 2019 at 6:32 AM Pavel Labath wrote:
> >>
> >> On 21/02/2019 19:48, Ted Woodward wrote:
>
That's great news! I'm looking forward to having more fine-grained LLDB C++
modules.
-- adrian
> On Mar 8, 2019, at 1:00 PM, Zachary Turner via lldb-dev
> wrote:
>
> It's been a long time coming and a lot of work to get here, but Host is now
> dependency free. While this may not be enforced
Awesome :) Thanks much for working on this!
On Fri, Mar 8, 2019 at 4:01 PM Zachary Turner via lldb-dev <
lldb-dev@lists.llvm.org> wrote:
> It's been a long time coming and a lot of work to get here, but Host is
> now dependency free. While this may not be enforced in the Xcode project
> (unless