[Lldb-commits] [PATCH] D30457: [LLDB][MIPS] Core Dump Support
Nitesh Jain via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 28 06:09:35 PST 2017
nitesh.jain created this revision.
This patch add support for core file. This patch includes
- Separation of register context which was earlier share between Linux and FreeBSD.
- Add support to analyse Linux core file for all three ABI (N32, N64 and O32)
https://reviews.llvm.org/D30457
Files:
source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.h
source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp
source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.h
source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.cpp
source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h
source/Plugins/Process/Utility/RegisterContextLinux_mips.cpp
source/Plugins/Process/Utility/RegisterContextLinux_mips.h
source/Plugins/Process/Utility/RegisterContextLinux_mips64.cpp
source/Plugins/Process/Utility/RegisterContextLinux_mips64.h
source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h
source/Plugins/Process/Utility/RegisterInfoInterface.h
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h
source/Plugins/Process/elf-core/ThreadElfCore.cpp
source/Plugins/Process/elf-core/ThreadElfCore.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30457.90013.patch
Type: text/x-patch
Size: 37583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170228/143b5941/attachment-0001.bin>
More information about the lldb-commits
mailing list