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
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
> 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
> 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
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 |
>> |--|---
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
https://bugs.llvm.org/show_bug.cgi?id=29138
Jonas Devlieghere changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---