Searched refs:gdb_hostif (Results 1 – 2 of 2) sorted by relevance
91 static struct Dbg_HostosInterface gdb_hostif; variable228 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 …]
8954 * remote-rdi.c (arm_rdi_open): Set gdb_hostif.hostosarg and8955 gdb_hostif.dbgarg to NULL instead of stdout.