[Lldb-commits] [PATCH] D117707: siginfo_t synthesis WIP

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 19 15:25:44 PST 2022


mgorny updated this revision to Diff 401421.
mgorny added a comment.

Initial PoC unit test — the idea is to verify field offsets and sizes against known values taken from real siginfo_t.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117707/new/

https://reviews.llvm.org/D117707

Files:
  lldb/bindings/interface/SBPlatform.i
  lldb/include/lldb/API/SBPlatform.h
  lldb/include/lldb/API/SBType.h
  lldb/include/lldb/Target/Platform.h
  lldb/source/API/SBPlatform.cpp
  lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  lldb/source/Plugins/Platform/Linux/PlatformLinux.h
  lldb/source/Target/Platform.cpp
  lldb/unittests/Platform/CMakeLists.txt
  lldb/unittests/Platform/PlatformLinuxTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117707.401421.patch
Type: text/x-patch
Size: 14432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220119/64c3c0bb/attachment.bin>


More information about the lldb-commits mailing list