================ @@ -384,6 +313,21 @@ void MainLoopPosix::ProcessReadObject(IOObject::WaitableHandle handle) { it->second(*this); // Do the work } +void MainLoopPosix::ProcessSignals() { + std::vector<int> signals; ---------------- labath wrote:
It's the type that the OS signal APIs use. I think it's best to stick with that even though the values would technically fit into a `uint8_t`. https://github.com/llvm/llvm-project/pull/115197 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits