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

1 2 3 4 5 6

  /src/external/gpl3/gdb/dist/gdb/
linux-nat-trad.c 55 for (i = 0; i < size; i += sizeof (PTRACE_TYPE_RET))
57 size_t chunk = std::min (sizeof (PTRACE_TYPE_RET), size - i);
58 PTRACE_TYPE_RET val;
68 addr += sizeof (PTRACE_TYPE_RET);
115 for (i = 0; i < size; i += sizeof (PTRACE_TYPE_RET))
117 size_t chunk = std::min (sizeof (PTRACE_TYPE_RET), size - i);
118 PTRACE_TYPE_RET val;
128 addr += sizeof (PTRACE_TYPE_RET);
inf-ptrace.c 40 static PTRACE_TYPE_RET
378 ULONGEST skip = addr & (sizeof (PTRACE_TYPE_RET) - 1);
383 n += chunk, addr += sizeof (PTRACE_TYPE_RET), skip = 0)
386 chunk = std::min (sizeof (PTRACE_TYPE_RET) - skip, len - n);
391 PTRACE_TYPE_RET word;
392 gdb_byte byte[sizeof (PTRACE_TYPE_RET)];
396 if (readbuf != NULL || chunk < sizeof (PTRACE_TYPE_RET))
  /src/external/gpl3/gdb.old/dist/gdb/
linux-nat-trad.c 55 for (i = 0; i < size; i += sizeof (PTRACE_TYPE_RET))
57 size_t chunk = std::min (sizeof (PTRACE_TYPE_RET), size - i);
58 PTRACE_TYPE_RET val;
68 addr += sizeof (PTRACE_TYPE_RET);
115 for (i = 0; i < size; i += sizeof (PTRACE_TYPE_RET))
117 size_t chunk = std::min (sizeof (PTRACE_TYPE_RET), size - i);
118 PTRACE_TYPE_RET val;
128 addr += sizeof (PTRACE_TYPE_RET);
inf-ptrace.c 39 static PTRACE_TYPE_RET
378 ULONGEST skip = addr & (sizeof (PTRACE_TYPE_RET) - 1);
383 n += chunk, addr += sizeof (PTRACE_TYPE_RET), skip = 0)
386 chunk = std::min (sizeof (PTRACE_TYPE_RET) - skip, len - n);
391 PTRACE_TYPE_RET word;
392 gdb_byte byte[sizeof (PTRACE_TYPE_RET)];
396 if (readbuf != NULL || chunk < sizeof (PTRACE_TYPE_RET))
  /src/external/gpl3/gdb/bin/gdbserver/arch/x86_64/
config.h 427 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/aarch64/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/aarch64eb/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/alpha/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/arm/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/armeb/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/hppa/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/i386/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/ia64/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/m68000/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/m68k/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/mips64eb/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/mips64el/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/mipseb/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/mipsel/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/mipsn64eb/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/mipsn64el/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/powerpc/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/powerpc64/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/riscv32/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int
  /src/external/gpl3/gdb/lib/libgdbsupport/arch/riscv64/gdbsupport/
config.h 386 #define PTRACE_TYPE_RET int

Completed in 54 milliseconds

1 2 3 4 5 6