Home
last modified time | relevance | path

Searched refs:find_beneath (Results 1 – 5 of 5) sorted by relevance

/dports/devel/gdb/gdb-11.1/gdb/
H A Dinferior.h372 { return m_target_stack.find_beneath (t); } in find_target_beneath()
H A Dtarget.h1399 target_ops *find_beneath (const target_ops *t) const;
H A Dtarget.c1218 m_top = this->find_beneath (t)->stratum (); in unpush()
3582 target_stack::find_beneath (const target_ops *t) const in find_beneath() function
H A DChangeLog1745 * target.c (target_stack::unpush): Call target_ops::find_beneath
H A DChangeLog-2018737 (target_stack::find_beneath): Adjust to use the stratum method
8846 (target_ops::beneath, target_stack::find_beneath): New.