[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 13:08:46 PST 2022


mgorny updated this revision to Diff 401378.
mgorny added a comment.
Herald added a subscriber: fedor.sergeev.

Use `CreateStructForIdentifier()` whenever possible. Describe the remaining union members.

Open question: do we care for 100% correct SPARC support? Given that it has different `_sigfault` layout, it adds some complexity while LLDB doesn't seem to support SPARC at all.


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

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


More information about the lldb-commits mailing list