[Lldb-commits] [lldb] [lldb] Fix dynamic type resolutions for core files (PR #138698)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Wed May 7 07:55:34 PDT 2025
DavidSpickett wrote:
Yep, called from AddThreadList:
```
#0 0xffffffffedfbe37c llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/home/david.spickett/build-llvm-arm/local/lib/python3.10/dist-packages/lldb/_lldb.cpython-310-arm-linux-gnueabihf.so+0xdbe37c)
#1 0xffffffffedfbca00 llvm::sys::RunSignalHandlers() (/home/david.spickett/build-llvm-arm/local/lib/python3.10/dist-packages/lldb/_lldb.cpython-310-arm-linux-gnueabihf.so+0xdbca00)
#2 0xffffffffedfbcb44 SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0
#3 0xfffffffff7c3d6f0 __default_rt_sa_restorer ./signal/../sysdeps/unix/sysv/linux/arm/sigrestorer.S:80:0
#4 0xffffffffedd87604 MinidumpFileBuilder::AddThreadList() (/home/david.spickett/build-llvm-arm/local/lib/python3.10/dist-packages/lldb/_lldb.cpython-310-arm-linux-gnueabihf.so+0xb87604)
```
https://github.com/llvm/llvm-project/pull/138698
More information about the lldb-commits
mailing list