We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e91cf commit f805dbbCopy full SHA for f805dbb
lldb/include/lldb/Core/Disassembler.h
@@ -589,7 +589,7 @@ struct VariableAnnotation {
589
/// per-instruction "events" like `name = RDI` or `name = <undef>`.
590
class VariableAnnotator {
591
// Live state from the previous instruction, keyed by Variable::GetID().
592
- llvm::DenseMap<lldb::user_id_t, VariableAnnotation> Live_;
+ llvm::DenseMap<lldb::user_id_t, VariableAnnotation> m_live_vars;
593
594
static constexpr const char *kUndefLocation = "undef";
595
0 commit comments