[all-commits] [llvm/llvm-project] ae8a66: [lldb][ARM/AArch64] Use sys/uio.h instead of socke...
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Jul 25 05:36:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae8a6602fb7260cc4b6d07689c8ac80f0fb4d86a
https://github.com/llvm/llvm-project/commit/ae8a6602fb7260cc4b6d07689c8ac80f0fb4d86a
Author: David Spickett <david.spickett at linaro.org>
Date: 2022-07-25 (Mon, 25 Jul 2022)
Changed paths:
M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
Log Message:
-----------
[lldb][ARM/AArch64] Use sys/uio.h instead of socket.h in native register context
We only want iovec and uio.h is just that without a lot
of other stuff. Saves me wondering why this code might
want to open sockets.
https://pubs.opengroup.org/onlinepubs/007904975/basedefs/sys/uio.h.html
More information about the All-commits
mailing list