[all-commits] [llvm/llvm-project] d5317b: [Process/NetBSD] Copy changes from FreeBSDRemote a...
Michał Górny via All-commits
all-commits at lists.llvm.org
Sat Jan 2 10:15:40 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5317b41c5857df4d4b2a382abcd58b81d2dcb18
https://github.com/llvm/llvm-project/commit/d5317b41c5857df4d4b2a382abcd58b81d2dcb18
Author: Michał Górny <mgorny at moritz.systems>
Date: 2021-01-02 (Sat, 02 Jan 2021)
Changed paths:
M lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
M lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.h
M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.h
M lldb/test/API/python_api/lldbutil/iter/TestRegistersIterator.py
M lldb/test/API/tools/lldb-server/TestLldbGdbServer.py
M lldb/test/API/tools/lldb-server/registers-target-xml-reading/TestGdbRemoteTargetXmlPacket.py
Log Message:
-----------
[Process/NetBSD] Copy changes from FreeBSDRemote and reformat
Copy changes, including:
- NativeProcessNetBSD::GetLoadedModuleFileSpec()
and NativeProcessNetBSD::GetFileLoadAddress() methods
- split x86 register sets by CPU extensions
- use offset/size-based register reading/writing
Differential Revision: https://reviews.llvm.org/D93541
More information about the All-commits
mailing list