[lldb-dev] [Bug 48143] New: lldb-vscode tests failing on macOS after `check-lldb`

2020-11-10 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=48143 Bug ID: 48143 Summary: lldb-vscode tests failing on macOS after `check-lldb` Product: lldb Version: unspecified Hardware: PC OS: All Status: NEW Severity:

Re: [lldb-dev] Need help with failing LLDB tests on Windows

2020-11-10 Thread Tatyana Krasnukha via lldb-dev
On Windows one should run debug version of Python (python_d.exe) to load debug version of liblldb.dll. I hope this will help you. From: lldb-dev On Behalf Of Adrian McCarthy via lldb-dev Sent: Tuesday, November 10, 2020 4:00 AM To: Ted Woodward Cc: LLDB Subject: Re: [lldb-dev] Need help with

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

2020-11-10 Thread Zdenek Prikryl via lldb-dev
On 11/10/20 10:01 PM, Jonas Devlieghere wrote: On Nov 10, 2020, at 12:58 PM, Zdenek Prikryl wrote: Hi all, Just for the record, we have successfully implemented the wrapping of addr_t into a class to support multiple address spaces. The info about address space is stored in the ELF file,

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

2020-11-10 Thread Jonas Devlieghere via lldb-dev
> On Nov 10, 2020, at 12:58 PM, Zdenek Prikryl wrote: > > Hi all, > > Just for the record, we have successfully implemented the wrapping of addr_t > into a class to support multiple address spaces. The info about address space > is stored in the ELF file, so we get the info from ELF parser

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

2020-11-10 Thread Zdenek Prikryl via lldb-dev
Hi all, Just for the record, we have successfully implemented the wrapping of addr_t into a class to support multiple address spaces. The info about address space is stored in the ELF file, so we get the info from ELF parser and then pass it to the rest of the system. CLI/MI interface has