[Lldb-commits] [PATCH] D146044: [lldb] Implement CrashReason using UnixSignals
David Spickett via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 14 07:33:28 PDT 2023
DavidSpickett updated this revision to Diff 505090.
DavidSpickett added a comment.
Update the descriptions to match the platform's.
Add a couple of FreeBSD signals I missed the first time.
We're missing a bunch of Linux ones too but since that file
already existed, I don't want to make the diff more messy.
I'll add them later.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146044/new/
https://reviews.llvm.org/D146044
Files:
lldb/include/lldb/Target/UnixSignals.h
lldb/source/Plugins/Process/POSIX/CrashReason.cpp
lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp
lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
lldb/source/Plugins/Process/Utility/NetBSDSignals.cpp
lldb/source/Target/UnixSignals.cpp
lldb/unittests/Signals/UnixSignalsTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146044.505090.patch
Type: text/x-patch
Size: 39666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230314/0a3e253d/attachment-0001.bin>
More information about the lldb-commits
mailing list