[Lldb-commits] [lldb] [lldb][Target] RunThreadPlan to save/restore the ExecutionContext's frame if one exists (PR #134097)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 4 07:20:06 PDT 2025
================
@@ -0,0 +1,6 @@
+int func(void) {
+ __builtin_printf("Break here");
----------------
Michael137 wrote:
Oh I fixed this in a follow-up commit. Is the test still failing?
Yea not exactly sure about why the builtin doesnt link. Your theory sounds plausible
https://github.com/llvm/llvm-project/pull/134097
More information about the lldb-commits
mailing list