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
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
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:
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:
(