[Lldb-commits] [PATCH] D50304: [lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbers

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 28 06:20:10 PDT 2022


labath added a comment.

The problem is most likely due to the arm64 version having slightly different line number sequences due to different instruction scheduling. You might be able to gain some insight just by comparing the debug line content, without actually running it.

It might be helpful to make the test more hermetic by removing the calls to printf (a library function coming from the environment).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D50304



More information about the lldb-commits mailing list