Home
last modified time | relevance | path

Searched refs:gdb (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.7.0-3.6.0/semihost/machine/m68k/
Dm68k_open.c46 int gdb = 0; in gdb_flags() local
48 gdb = flags & 3; in gdb_flags()
50 gdb |= GDB_O_RDWR; in gdb_flags()
52 gdb |= GDB_O_APPEND; in gdb_flags()
54 gdb |= GDB_O_CREAT; in gdb_flags()
56 gdb |= GDB_O_TRUNC; in gdb_flags()
58 gdb |= GDB_O_EXCL; in gdb_flags()
59 return gdb; in gdb_flags()
/picolibc-3.7.0-3.6.0/semihost/machine/nios2/
Dnios2_open.c46 int gdb = 0; in gdb_flags() local
48 gdb = flags & 3; in gdb_flags()
50 gdb |= GDB_O_RDWR; in gdb_flags()
52 gdb |= GDB_O_APPEND; in gdb_flags()
54 gdb |= GDB_O_CREAT; in gdb_flags()
56 gdb |= GDB_O_TRUNC; in gdb_flags()
58 gdb |= GDB_O_EXCL; in gdb_flags()
59 return gdb; in gdb_flags()
/picolibc-3.7.0-3.6.0/doc/
Dos.md144 running under qemu or when using openocd and gdb. Link this into your
/picolibc-3.7.0-3.6.0/newlib/
DREADME2 (mostly cribbed from the README in the gdb-4.13 release)
DChangeLog-201516083 from .loop to .Loop, so that ld and gdb will ignore it.
20656 * libc/include/string.h: Work around problem with strsignal and gdb.
22908 a char *. This eliminates compile problems in gdb resulting
22909 from gdb's definition of strsignal in defs.h.
27183 * stub/go32/I386STUB.C: new file, gdb/i386stub.c modified for the
/picolibc-3.7.0-3.6.0/
DREADME.md251 * Run tests on MSP430 using the simulator that comes with gdb. Thanks to