[Lldb-commits] [PATCH] D95802: [lldb] [Process/FreeBSDRemote] Introduce mips64 support
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Feb 8 05:45:21 PST 2021
mgorny updated this revision to Diff 322088.
mgorny added a comment.
Switch to `SetBreakpoint()`. remove `friend` and refactor `size_hint` to a variable while at it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95802/new/
https://reviews.llvm.org/D95802
Files:
lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
lldb/source/Plugins/Process/FreeBSDRemote/CMakeLists.txt
lldb/source/Plugins/Process/FreeBSDRemote/NativeProcessFreeBSD.cpp
lldb/source/Plugins/Process/FreeBSDRemote/NativeProcessFreeBSD.h
lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_mips64.cpp
lldb/source/Plugins/Process/FreeBSDRemote/NativeRegisterContextFreeBSD_mips64.h
lldb/source/Plugins/Process/FreeBSDRemote/NativeThreadFreeBSD.cpp
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
lldb/source/Plugins/Process/Utility/CMakeLists.txt
lldb/source/Plugins/Process/Utility/NativeProcessSoftwareSingleStep.cpp
lldb/source/Plugins/Process/Utility/NativeProcessSoftwareSingleStep.h
lldb/unittests/Process/Utility/RegisterContextFreeBSDTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95802.322088.patch
Type: text/x-patch
Size: 34334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210208/e5efe2a4/attachment-0001.bin>
More information about the lldb-commits
mailing list