[Lldb-commits] [PATCH] D156268: [lldb] Treat ARM64X images as ARM64.

2023-07-26 Thread antoine moynault via Phabricator via lldb-commits
antmo added a comment. I confirm that the 7 failed tests are now Ok CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156268/new/ https://reviews.llvm.org/D156268 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cg

[Lldb-commits] [PATCH] D156268: [lldb] Treat ARM64X images as ARM64.

2023-07-26 Thread antoine moynault via Phabricator via lldb-commits
antmo added a comment. In D156268#4534366 , @mstorsjo wrote: > I think this looks good. Did @antmo verify that it actually fixes the issue? > (It seems plausible, although there may be more similar cases hiding > somewhere?) Not yet. Struggling a bit w

[Lldb-commits] [PATCH] D151366: [lldb] Disable variable watchpoints when going out of scope

2023-05-26 Thread antoine moynault via Phabricator via lldb-commits
antmo added a comment. Hi @mib, I think this broke lldb-arm-ubuntu bot (LocalVariableWatchpointDisabler.test failure): https://lab.llvm.org/buildbot/#/builders/17/builds/38136 Also visible on lldb-aarch64-windows here (TestVarPath.py issue is something else): https://lab.llvm.org/buildbot/#/buil

[Lldb-commits] [PATCH] D151268: [lldb][DataFormatter] Add dereference support to libstdcpp std::shared_ptr formatter

2023-05-25 Thread antoine moynault via Phabricator via lldb-commits
antmo added a comment. Hi Michael, lldb-aarch64-windows bot is broken since yesterday: https://lab.llvm.org/buildbot/#/builders/219/builds/3012 I suspect this is due to this commit. Could you please take a look at this ? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D151268/new/ https:/