[Lldb-commits] [PATCH] D26300: ELF core: Adding parsing of the floating-point and SSE registers on x86 32/64 bit elf core files
Dimitar Vlahovski via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 10 06:47:45 PST 2016
dvlahovski updated this revision to Diff 77477.
dvlahovski added a comment.
Generated the core files with make-core.sh
https://reviews.llvm.org/D26300
Files:
packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/TestLinuxCore.py
packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/fpr_sse.cpp
packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/fpr_sse_i386.core
packages/Python/lldbsuite/test/functionalities/postmortem/linux-core/fpr_sse_x86_64.core
source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp
source/Plugins/Process/Utility/RegisterContextLinux_i386.h
source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h
source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h
source/Plugins/Process/Utility/RegisterInfoInterface.h
source/Plugins/Process/elf-core/ProcessElfCore.cpp
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26300.77477.patch
Type: text/x-patch
Size: 13231 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161110/b68de7c1/attachment-0001.bin>
More information about the lldb-commits
mailing list