[Lldb-commits] [PATCH] D32930: New framework for lldb client-server communication tests.
Jason Majors via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 11 14:18:04 PDT 2017
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
More information about the lldb-commits
mailing list