Home
last modified time | relevance | path

Searched defs:Dbg_HostosInterface (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Ddbg_hif.h41 struct Dbg_HostosInterface { struct
42 Hif_DbgPrint *dbgprint;
43 Hif_DbgPause *dbgpause;
44 void *dbgarg;
46 Hif_WriteC *writec;
47 Hif_ReadC *readc;
48 Hif_Write *write;
49 Hif_GetS *gets;
50 void *hostosarg;
52 Hif_RDIResetProc *reset;
[all …]
H A Ddbg_conf.h44 typedef struct Dbg_HostosInterface Dbg_HostosInterface; typedef