[Lldb-commits] [PATCH] D12420: Make ProcessGDBRemote get a //copy// of platform Unix signals.

Chaoren Lin via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 31 13:47:19 PDT 2015


chaoren added inline comments.

================
Comment at: source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp:2910
@@ +2909,3 @@
+{
+    Process::SetUnixSignals(std::make_shared<GDBRemoteSignals>(signals_sp));
+}
----------------
Here's the copy.


http://reviews.llvm.org/D12420





More information about the lldb-commits mailing list