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

  /src/external/gpl3/gdb.old/dist/gdb/
frame-unwind.c 40 struct frame_unwind_table struct
47 static const registry<gdbarch>::key<struct frame_unwind_table>
62 static struct frame_unwind_table *
65 struct frame_unwind_table *table = frame_unwind_data.get (gdbarch);
69 table = new frame_unwind_table;
98 struct frame_unwind_table *table = get_frame_unwind_table (gdbarch);
112 struct frame_unwind_table *table = get_frame_unwind_table (gdbarch);
192 struct frame_unwind_table *table = get_frame_unwind_table (gdbarch);
350 struct frame_unwind_table *table = get_frame_unwind_table (gdbarch);

Completed in 14 milliseconds