Lines Matching refs:m_stack
68292 Commit 42c13555ff88 ("Change value::m_stack to bool") erroneously
69117 Change value::m_stack to bool
69118 This changes value::m_stack to be a bool and updates the various uses.
83472 the m_stack in target_stack to hold target_ops_ref objects. This
83473 means that when inferior::~inferior is called, and m_stack is
83483 the reference out of m_stack like this:
83485 auto ref = std::move (m_stack[stratum]);
83488 target_ops_ref until the end of the scope while allowing the m_stack
83490 directly set the m_stack entry to nullptr, like this:
83492 m_stack[stratum] = nullptr;
83494 The problem here is that when we set the m_stack entry to nullptr we
83506 By using std::move to move the reference out of m_stack, this clears
83507 the m_stack entry, meaning the inferior no longer contains the