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

Venkata Ramanaiah Nalamothu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 27 09:27:14 PDT 2022


RamNalamothu added a comment.

In D50304#3611390 <https://reviews.llvm.org/D50304#3611390>, @goncharov wrote:

> FYI this caused a test breakage at lldb-aarch64-ubuntu, https://lab.llvm.org/buildbot/#/builders/96/builds/25128. I have reverted this in fe6db8d03ff16a65f57af24d2cb04f489e2e9b0c <https://reviews.llvm.org/rGfe6db8d03ff16a65f57af24d2cb04f489e2e9b0c>

Thank you.

Interestingly, the test is not failing for `x86-64` and `arm` but fails for only `aarch64`. I don't have an `aarch64' system and need to find an alternative way to get access to the system.


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