[lldb-dev] [Bug 42981] cross-compile lldb for ios fails

2019-08-14 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=42981 Jonas Devlieghere changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[lldb-dev] [Bug 42981] cross-compile lldb for ios fails

2019-08-14 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=42981 mryusolo changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WONTFIX

Re: [lldb-dev] Who sets the 10-minute timeouts?

2019-08-14 Thread Jim Ingham via lldb-dev
I don't know where the windows bot output is... Which tests are timing out? Maybe you ought to skip those tests on Windows for now to reduce the noise? Jim > On Aug 14, 2019, at 4:14 PM, Adrian McCarthy wrote: > > > > On Wed, Aug 14, 2019 at 2:47 PM Jim Ingham wrote: > > > > On Aug

Re: [lldb-dev] Who sets the 10-minute timeouts?

2019-08-14 Thread Adrian McCarthy via lldb-dev
On Wed, Aug 14, 2019 at 2:47 PM Jim Ingham wrote: > > > > On Aug 14, 2019, at 1:41 PM, Adrian Prantl via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > > > > > > > >> On Aug 14, 2019, at 11:26 AM, Adrian McCarthy via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > >> > >> A recent change is

Re: [lldb-dev] [RFC] Fast Conditional Breakpoints (FCB)

2019-08-14 Thread Finkel, Hal J. via lldb-dev
On 8/14/19 3:52 PM, Ismail Bennani via lldb-dev wrote: > Hi everyone, > > I’m Ismail, a compiler engineer intern at Apple. As a part of my internship, > I'm adding Fast Conditional Breakpoints to LLDB, using code patching. > > ... > > Since all the registers are already mapped to a structure, I

Re: [lldb-dev] Who sets the 10-minute timeouts?

2019-08-14 Thread Jim Ingham via lldb-dev
> On Aug 14, 2019, at 1:41 PM, Adrian Prantl via lldb-dev > wrote: > > > >> On Aug 14, 2019, at 11:26 AM, Adrian McCarthy via lldb-dev >> wrote: >> >> A recent change is causing several LLDB tests on Windows to fail and several >> more to time out, which I intend to look into. >> >> It

[lldb-dev] [RFC] Fast Conditional Breakpoints (FCB)

2019-08-14 Thread Ismail Bennani via lldb-dev
Hi everyone, I’m Ismail, a compiler engineer intern at Apple. As a part of my internship, I'm adding Fast Conditional Breakpoints to LLDB, using code patching. Currently, the expressions that power conditional breakpoints are lowered to LLVM IR and LLDB knows how to interpret a subset of it. If

Re: [lldb-dev] Who sets the 10-minute timeouts?

2019-08-14 Thread Adrian Prantl via lldb-dev
> On Aug 14, 2019, at 11:26 AM, Adrian McCarthy via lldb-dev > wrote: > > A recent change is causing several LLDB tests on Windows to fail and several > more to time out, which I intend to look into. > > It appears the timeout period is set to 600 seconds (10 minutes), which seems >

Re: [lldb-dev] Who sets the 10-minute timeouts?

2019-08-14 Thread Davide Italiano via lldb-dev
On Wed, Aug 14, 2019 at 11:27 AM Adrian McCarthy via lldb-dev wrote: > > A recent change is causing several LLDB tests on Windows to fail and several > more to time out, which I intend to look into. > > It appears the timeout period is set to 600 seconds (10 minutes), which seems > excessive

[lldb-dev] Who sets the 10-minute timeouts?

2019-08-14 Thread Adrian McCarthy via lldb-dev
A recent change is causing several LLDB tests on Windows to fail and several more to time out, which I intend to look into. It appears the timeout period is set to 600 seconds (10 minutes), which seems excessive and causes the Windows build bot to spend lots of time waiting. (e.g.,

[lldb-dev] [Bug 42995] MSVC lldb failed to build, error C3861: 'SetID': identifier not found

2019-08-14 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=42995 Raphael Isemann changed: What|Removed |Added Severity|enhancement |release blocker

[lldb-dev] [Bug 42995] New: MSVC lldb failed to build, error C3861: 'SetID': identifier not found

2019-08-14 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=42995 Bug ID: 42995 Summary: MSVC lldb failed to build, error C3861: 'SetID': identifier not found Product: lldb Version: unspecified Hardware: PC OS: Windows NT

[lldb-dev] [9.0.0 Release] Release Candidate 2 is here

2019-08-14 Thread Hans Wennborg via lldb-dev
Hello everyone, 9.0.0-rc2 was tagged yesterday from the release_90 branch at r368683. In the Git monorepo it's available as the llvmorg-9.0.0-rc2 tag. Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc2 Binaries will be added as they become available. The tag went in