bulbazord accepted this revision. bulbazord added a comment. This revision is now accepted and ready to land.
Makes sense. ================ Comment at: lldb/source/Plugins/Process/scripted/ScriptedThread.cpp:253 case lldb::eStopReasonSignal: { - int signal; + unsigned int signal; llvm::StringRef description; ---------------- Is there a more specific type we can use other than `unsigned int`? Maybe `uint32_t`? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D152848/new/ https://reviews.llvm.org/D152848 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits