[Lldb-commits] [PATCH] D141816: [lldb] Fix comments referring to BCR_M_IMVA_MATCH

2023-01-15 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG08d6cf232c0e: [lldb] Fix comments referring to BCR_M_IMVA_MATCH (authored by saagarjha, committed by JDevlieghere). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.

[Lldb-commits] [PATCH] D141816: [lldb] Fix comments referring to BCR_M_IMVA_MATCH

2023-01-15 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. Right: `BCR_M_IMVA_MISMATCH` would be mismatch. LGTM. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D141816/new/ https://reviews.llvm

[Lldb-commits] [PATCH] D141816: [lldb] Fix comments referring to BCR_M_IMVA_MATCH

2023-01-15 Thread Saagar Jha via Phabricator via lldb-commits
saagarjha created this revision. Herald added a project: All. saagarjha requested review of this revision. Herald added a project: LLDB. Herald added a subscriber: lldb-commits. It seems like these were copied from the single-step code and not updated to match the new flags. Repository: rG LLV