[Lldb-commits] [lldb] [lldb][AIX] AIX Changes for MainLoop polling (PR #120378)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 26 00:36:41 PST 2024


https://github.com/labath approved this pull request.

For me personally this would look better as thin syscall wrapper -- a static function with all arguments passed explicitly (since the arguments are modified, it would have to be MutableArrayRef, and not ArrayRef as I originally wrote), rather than a method, but this will work too.

https://github.com/llvm/llvm-project/pull/120378


More information about the lldb-commits mailing list