[lldb-dev] [Bug 50936] New: lldb step over glibc dlopen fails (__GI__dl_catch_exception or runs away)

2021-06-29 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=50936 Bug ID: 50936 Summary: lldb step over glibc dlopen fails (__GI__dl_catch_exception or runs away) Product: lldb Version: 12.0 Hardware: PC OS: Linux Sta

[lldb-dev] [Bug 50935] New: lldb step over failed in musl dyn exe (Could not create return address breakpoint)

2021-06-29 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=50935 Bug ID: 50935 Summary: lldb step over failed in musl dyn exe (Could not create return address breakpoint) Product: lldb Version: 12.0 Hardware: PC OS: Linux

[lldb-dev] RFC: Update LLVM_VERSION_SUFFIX CMake variable for release candidates

2021-06-29 Thread Tom Stellard via lldb-dev
Hi, I would like to propose that we start using the LLVM_VERSION_SUFFIX CMake variable for release candidates. For example: after the release/13.x branch is created, instead of changing LLVM_VERSION_SUFFIX from "git" to "", we would change it to "rc1", then after the 13.0.0-rc1 release is tagged