jmajors marked 2 inline comments as done.
jmajors added inline comments.

================
Comment at: unittests/tools/lldb-server/inferior/thread_inferior.cpp:21
+
+  LLVM_BUILTIN_DEBUGTRAP;
+  delay = false;
----------------
zturner wrote:
> This will work on MSVC and presumably clang.  I'm not sure about gcc.  Is 
> that sufficient for your needs?   Do you know if gcc has the 
> `__builtin_debugtrap` intrinsic?
Do we use gcc to build/test lldb? If not, then it shouldn't be an issue. If we 
ever change our compiler of choice, we can always change this to match.


https://reviews.llvm.org/D32930



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to