[Lldb-commits] [lldb] [lldb][Target] RunThreadPlan to save/restore the ExecutionContext's frame if one exists (PR #134097)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 4 07:35:17 PDT 2025


================
@@ -0,0 +1,6 @@
+int func(void) {
+  __builtin_printf("Break here");
----------------
DavidSpickett wrote:

Skipped for now: https://github.com/llvm/llvm-project/commit/d4002b43f517fea0292bf71dccaa3d0f6dd798b9

It could be another case where we link with link.exe which can't handle DWARF information, and that's needed for the test. We will try to confirm or deny that.

https://github.com/llvm/llvm-project/pull/134097


More information about the lldb-commits mailing list