HomeSort by: relevance | last modified time | path
    Searched defs:frame_unwind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
frame-unwind.h 26 struct frame_unwind;
52 typedef int (frame_sniffer_ftype) (const struct frame_unwind *self,
62 int default_frame_sniffer (const struct frame_unwind *self,
159 struct frame_unwind struct
183 const struct frame_unwind *);
190 const struct frame_unwind *unwinder);
  /src/external/gpl3/gdb/dist/gdb/
frame-unwind.h 26 struct frame_unwind;
52 typedef int (frame_sniffer_ftype) (const struct frame_unwind *self,
62 int default_frame_sniffer (const struct frame_unwind *self,
174 class frame_unwind class
177 frame_unwind (const char *name, frame_type type, frame_unwind_class uclass, function in class:frame_unwind
266 that inherit from frame_unwind, such as the python unwinder. */
267 struct frame_unwind_legacy : public frame_unwind
278 : frame_unwind (name, type, uclass, data), m_stop_reason (stop_reason_func),
333 const struct frame_unwind *);
340 const struct frame_unwind *unwinder)
    [all...]

Completed in 16 milliseconds