[Lldb-commits] [PATCH] D104886: [lldb] Fix that the embedded Python REPL crashes if it receives SIGINT

Stella Stamenova via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 13 09:07:37 PST 2022


stella.stamenova added inline comments.


================
Comment at: lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp:73
 
+#if defined(_WIN32)
+// Don't mess with the signal handlers on Windows.
----------------
Were these not used on Windows at all before?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104886/new/

https://reviews.llvm.org/D104886



More information about the lldb-commits mailing list