Lines Matching refs:target_stack
83313 Now that the inferiors target_stack automatically manages target
83322 to inferior::~inferior that ensures the inferior's target_stack is
83371 gdb: have target_stack automate reference count handling
83372 This commit changes the target_stack class from using a C style array
83393 …#9 0x0000000000de334d in target_stack::find_beneath (this=0x4934d78, t=0x2bda270 <the_dummy_targe…
83465 references to the target_ops objects on the inferior's target_stack.
83472 the m_stack in target_stack to hold target_ops_ref objects. This
83482 There's a slight oddity in target_stack::unpush, where we std::move
83501 is not in any inferiors target_stack.
83508 target_ops in its target_stack. Now when the REF object goes out of
101288 gdb: constify target_stack::is_pushed