[Lldb-commits] [PATCH] D102140: [ppc64le] [lldb] [testsuite] Fix false FAILs on ppc64le with no hw watchpoints

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 20 01:23:50 PDT 2021


DavidSpickett added a comment.

> If there isn't a specific command you could do something silly like watch main and see if it succeeds then remove the watchpoint.

Or you could watch address 0, there's no requirement for it to be a symbol.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102140



More information about the lldb-commits mailing list