Home | History | Annotate | Download | only in gdb

Lines Matching refs:frame_info

210 /* A wrapper for "frame_info *".  frame_info objects are invalidated
223 explicit frame_info_ptr (struct frame_info *ptr);
289 frame_info *operator-> () const
294 frame_info *get () const
302 /* Return true if this object is empty (does not wrap a frame_info
311 a "frame_info *" using "!". */
318 a "frame_info *" like "if (ptr)". */
338 frame_info *reinflate () const;
341 mutable frame_info *m_ptr = nullptr;
364 operator== (const frame_info *self, const frame_info_ptr &other)
382 operator== (const frame_info_ptr &self, const frame_info *other)
391 operator!= (const frame_info *self, const frame_info_ptr &other)
403 operator!= (const frame_info_ptr &self, const frame_info *other)
460 the selected-frame's frame_info object if it hasn't been created
467 Does not try to find the corresponding frame_info object. Instead
485 /* Return a "struct frame_info" corresponding to the frame that called