[Lldb-commits] [PATCH] D132382: [lldb] Remove prefer-dynamic-value test override

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 22 13:36:42 PDT 2022


mib accepted this revision.
mib added a comment.
This revision is now accepted and ready to land.

I've had this issue in the past in a test where the variable value would not match what I'd get on an interactive debug session, until I added that flag.

I think this makes sense to have consistency between the interactive session default and the test suite. LGTM!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132382



More information about the lldb-commits mailing list