HomeSort by: relevance | last modified time | path
    Searched refs:dummy_frame (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/
dummy-frame.c 39 /* The thread this dummy_frame relates to. */
52 /* List of dummy_frame destructors. */
70 struct dummy_frame struct
72 struct dummy_frame *next;
81 destructors registered for this dummy_frame. */
85 static struct dummy_frame *dummy_frame_stack = NULL;
94 struct dummy_frame *dummy_frame; local
96 dummy_frame = XCNEW (struct dummy_frame);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
dummy-frame.c 39 /* The thread this dummy_frame relates to. */
52 /* List of dummy_frame destructors. */
70 struct dummy_frame struct
72 struct dummy_frame *next;
81 destructors registered for this dummy_frame. */
85 static struct dummy_frame *dummy_frame_stack = NULL;
94 struct dummy_frame *dummy_frame; local
96 dummy_frame = XCNEW (struct dummy_frame);
    [all...]
  /src/external/gpl3/gdb/lib/libgdb/arch/m68000/
init.c 68 INIT_GDB_FILE (dummy_frame)
238 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/aarch64eb/
init.c 75 INIT_GDB_FILE (dummy_frame)
252 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/alpha/
init.c 76 INIT_GDB_FILE (dummy_frame)
254 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/arm/
init.c 77 INIT_GDB_FILE (dummy_frame)
256 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/armeb/
init.c 77 INIT_GDB_FILE (dummy_frame)
256 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/hppa/
init.c 76 INIT_GDB_FILE (dummy_frame)
254 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/i386/
init.c 78 INIT_GDB_FILE (dummy_frame)
258 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/ia64/
init.c 73 INIT_GDB_FILE (dummy_frame)
248 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/m68k/
init.c 76 INIT_GDB_FILE (dummy_frame)
254 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/mips64eb/
init.c 76 INIT_GDB_FILE (dummy_frame)
254 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/mips64el/
init.c 76 INIT_GDB_FILE (dummy_frame)
254 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/mipseb/
init.c 76 INIT_GDB_FILE (dummy_frame)
254 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/mipsel/
init.c 76 INIT_GDB_FILE (dummy_frame)
254 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/mipsn64eb/
init.c 76 INIT_GDB_FILE (dummy_frame)
254 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/mipsn64el/
init.c 76 INIT_GDB_FILE (dummy_frame)
254 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/powerpc/
init.c 77 INIT_GDB_FILE (dummy_frame)
256 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/powerpc64/
init.c 75 INIT_GDB_FILE (dummy_frame)
252 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/riscv32/
init.c 76 INIT_GDB_FILE (dummy_frame)
254 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/riscv64/
init.c 76 INIT_GDB_FILE (dummy_frame)
254 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/sh3eb/
init.c 76 INIT_GDB_FILE (dummy_frame)
254 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/sh3el/
init.c 76 INIT_GDB_FILE (dummy_frame)
254 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/sparc/
init.c 78 INIT_GDB_FILE (dummy_frame)
258 INIT_GDB_FILE (dummy_frame)
  /src/external/gpl3/gdb/lib/libgdb/arch/sparc64/
init.c 80 INIT_GDB_FILE (dummy_frame)
262 INIT_GDB_FILE (dummy_frame)

Completed in 23 milliseconds

1 2