[Lldb-commits] [PATCH] D119167: [lldb/test] Remove sleeps from some lldb-server tests

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 8 05:43:56 PST 2022


DavidSpickett accepted this revision.
DavidSpickett added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lldb/test/API/tools/lldb-server/main.cpp:144
+#elif defined(__aarch64__)
+  asm volatile("brk #0xf000");
+#elif defined(__arm__)
----------------
I thought this might need to be different for Windows on Arm64 but no, it's the same instruction https://docs.microsoft.com/en-us/cpp/intrinsics/debugbreak?redirectedfrom=MSDN&view=msvc-170.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119167



More information about the lldb-commits mailing list