apple / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Apple’s stable releases of Clang as well as support the Swift project.
https://llvm.org
Other
1.1k stars 320 forks source link

[lldb/crashlog] Always load Application Specific Backtrace Thread images (#94259) #8883

Closed medismailben closed 2 weeks ago

medismailben commented 3 weeks ago

This patch changes the crashlog image loading default behaviour to not only load images from the crashed thread but also for the application specific backtrace thread.

This patch also move the Application Specific Backtrace / Last Exception Backtrace tag from the thread queue field to the thread name.

rdar://128276576

Signed-off-by: Med Ismail Bennani ismail@bennani.ma (cherry picked from commit 86dddbe3b54eae22db6e208e6bc1c3cda9b7e149)

medismailben commented 3 weeks ago

@swift-ci test