Re: [lldb-dev] lldb-dev Digest, Vol 125, Issue 31

2020-10-26 Thread Paolo Severini via lldb-dev
g > sure they don’t get dropped. > >>> > >>> Finally, when all this work is done and we’re happy with the approach, > we extend the SB API with overloads for the functions that currently take > or return addr_t . I want to do this last so w

Re: [lldb-dev] [RFC] Segmented Address Space Support in LLDB

2020-10-26 Thread Greg Clayton via lldb-dev
> On Oct 22, 2020, at 1:25 AM, Jason Molenda wrote: > > Hi Greg, Pavel. > > I think it's worth saying that this is very early in this project. We know > we're going to need the ability to track segments on addresses, but honestly > a lot of the finer details aren't clear yet. It's such a

Re: [lldb-dev] Unable to build lldb on Mac OS

2020-10-26 Thread Dave Lee via lldb-dev
On Mon, Oct 26, 2020 at 6:51 AM Tom Stellard via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Is there anyone with access to a Mac OS system that has time to take a > look at this bug: https://bugs.llvm.org/show_bug.cgi?id=46190 > When I've had compilation issues caused by CommandLineTools, the

[lldb-dev] Unable to build lldb on Mac OS

2020-10-26 Thread Tom Stellard via lldb-dev
Hi, Is there anyone with access to a Mac OS system that has time to take a look at this bug: https://bugs.llvm.org/show_bug.cgi?id=46190 I had to disable the lldb post-commit test we have in the release/11.x branch because of this bug and would like to get it enabled again. Thanks, Tom