Re: [lldb-dev] [Release-testers] LLVM 9.0.1-rc1 Release has been tagged

2019-11-27 Thread Tom Stellard via lldb-dev
On 11/25/2019 11:35 PM, Tobias Hieta wrote: > Hello, > > I built for macOS - I can't upload via SFTP since I never got that > access. But the build can be downloaded here: > https://drive.google.com/file/d/1qULDWqHK5s1dHiCyS32BE2ZgxaTjlSSu/view?usp=sharing > > the SHA256 is: > 646b0acae090d09d74

[lldb-dev] [Bug 44161] New: TestTrivialABI.py fails on AArch64 Ubuntu

2019-11-27 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=44161 Bug ID: 44161 Summary: TestTrivialABI.py fails on AArch64 Ubuntu Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: enhancement

[lldb-dev] [Bug 44160] New: TestSteppingOutWithArtificialFrames.py fails on AArch64 Ubuntu

2019-11-27 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=44160 Bug ID: 44160 Summary: TestSteppingOutWithArtificialFrames.py fails on AArch64 Ubuntu Product: lldb Version: unspecified Hardware: PC OS: Linux Status:

Re: [lldb-dev] SBValues referencing deallocated memory

2019-11-27 Thread Pavel Labath via lldb-dev
On 27/11/2019 08:47, Raphael “Teemperor” Isemann via lldb-dev wrote: This can also be reproduced in the command line like this: (lldb) expr "foo" (const char [4]) $0 = "foo" (lldb) expr "bar" (const char [4]) $1 = "bar" (lldb) expr $0 (const char [4]) $0 = “bar” This however works just fine: (