[lldb-dev] [Bug 29138] lldb uses internal lib/Support/regex_impl.h LLVM header

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

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

2019-08-16 Thread Ismail Bennani via lldb-dev
Hi Pavel, Thanks for all your feedbacks. I’ve been following the discussion closely and find your approach quite interesting. As Jim explained, I’m also trying to have a conditional breakpoint, that is able to stop a specific thread (name or id) when the condition expression evaluates to true

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

2019-08-16 Thread Finkel, Hal J. via lldb-dev
On 8/16/19 10:27 AM, Adrian Prantl wrote: > >> On Aug 15, 2019, at 2:03 PM, Ismail Bennani via lldb-dev >> wrote: >> >> I built Clang (and LLVM) in Release Mode with Debug Info (-O2), >> and got these results: >> >> | Dwarf Occurences |Occurences | >> |--|---

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

2019-08-16 Thread Adrian Prantl via lldb-dev
> On Aug 15, 2019, at 2:03 PM, Ismail Bennani via lldb-dev > wrote: > > I built Clang (and LLVM) in Release Mode with Debug Info (-O2), > and got these results: > > | Dwarf Occurences |Occurences | > |--|-| > | DW\_OP\_deref|1,570

Re: [lldb-dev] test suite issue with Python2.7/3.5

2019-08-16 Thread Joseph Tremoulet via lldb-dev
> The 7.0 branch is not compatible with Python 3 .. The first release that is, > would be 9.0 Should some/all of the recent Python/CMake changes be ported to the 9.0 release branch? ‘git log --grep ython’ turns up r367956, r367153, r367127, r367125, r367115, r366447, and r366383, all of which

[lldb-dev] [Bug 43017] New: Can't the SBDebugger API be used directly on android?

2019-08-16 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=43017 Bug ID: 43017 Summary: Can't the SBDebugger API be used directly on android? Product: lldb Version: 8.0 Hardware: Other OS: other Status: NEW Severity: enhancem

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

2019-08-16 Thread Sylvestre Ledru via lldb-dev
Le 14/08/2019 à 10:14, Hans Wennborg via Release-testers a écrit : 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. [...] Release testers: please start your engines, run the script, share yo