[Lldb-commits] [PATCH] D148099: [lldb] Reduce chances of spurious failures in some build setups

David Spickett via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 12 03:06:32 PDT 2023


DavidSpickett added a comment.

Could you look for the full output line instead?

  (lldb) expression 1+1
  (int) $0 = 2

Even if `$0` changes maybe `= ` can be checked.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148099



More information about the lldb-commits mailing list