[lldb][ARM/AArch64] Use sys/uio.h instead of socket.h in native register context
authorDavid Spickett <david.spickett@linaro.org>
Mon, 25 Jul 2022 10:55:45 +0000 (10:55 +0000)
committerDavid Spickett <david.spickett@linaro.org>
Mon, 25 Jul 2022 12:35:57 +0000 (12:35 +0000)
commitae8a6602fb7260cc4b6d07689c8ac80f0fb4d86a
treef7e19d7b37360022778272a031cd0a7cf673dfcc
parentc04ff587dce29063525ce67e1af11c541f98412d
[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
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp