[Lldb-commits] [lldb] [lldb][AIX] Adding AIX version of ptrace64 (PR #120390)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 18 04:55:47 PST 2024


================
@@ -21,8 +21,8 @@
 #include <sys/wait.h>
 #include <unistd.h>
 
-#include <sstream>
 #include <csignal>
+#include <sstream>
----------------
DavidSpickett wrote:

Please make a PR for these clang-format changes.

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


More information about the lldb-commits mailing list