[Lldb-commits] [PATCH] Refactor POSIXThread::GetRegisterContext and use i386 register context

Ed Maste emaste at freebsd.org
Thu Feb 13 07:35:29 PST 2014



================
Comment at: source/Plugins/Process/POSIX/POSIXThread.cpp:199
@@ -199,1 +198,3 @@
 
+        assert(reg_interface && "CPU type or OS not supported!");
+
----------------
We need to improve handling for this case, but this is no worse than before right now


http://llvm-reviews.chandlerc.com/D2765



More information about the lldb-commits mailing list