Home
last modified time | relevance | path

Searched refs:gdb_hostif (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dremote-rdi.c91 static struct Dbg_HostosInterface gdb_hostif; variable
228 gdb_hostif.dbgprint = myprint; in arm_rdi_open()
229 gdb_hostif.dbgpause = mypause; in arm_rdi_open()
230 gdb_hostif.dbgarg = NULL; in arm_rdi_open()
231 gdb_hostif.writec = mywritec; in arm_rdi_open()
232 gdb_hostif.readc = myreadc; in arm_rdi_open()
233 gdb_hostif.write = mywrite; in arm_rdi_open()
234 gdb_hostif.gets = mygets; in arm_rdi_open()
235 gdb_hostif.hostosarg = NULL; in arm_rdi_open()
236 gdb_hostif.reset = voiddummy; in arm_rdi_open()
[all …]
H A DChangeLog-19998954 * remote-rdi.c (arm_rdi_open): Set gdb_hostif.hostosarg and
8955 gdb_hostif.dbgarg to NULL instead of stdout.