Searched refs:Dbg_BufDesc (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/ |
| D | armdbg.h | 127 typedef struct Dbg_BufDesc Dbg_BufDesc; typedef 129 typedef void Dbg_BufferFullProc(Dbg_BufDesc *bd); 131 struct Dbg_BufDesc { struct 147 Dbg_Error Dbg_StringToBuf(Dbg_BufDesc *buf, char const *s); argument 148 Dbg_Error Dbg_BufPrintf(Dbg_BufDesc *buf, char const *form, ...); 150 Dbg_Error Dbg_MsgToBuf(Dbg_BufDesc *buf, msg_t t); 151 Dbg_Error Dbg_BufMsgPrintf(Dbg_BufDesc *buf, msg_t form, ...); 156 Dbg_Error Dbg_CharToBuf(Dbg_BufDesc *buf, int ch); 164 void Dbg_ErrorToChars(Dbg_MCState *state, Dbg_Error err, Dbg_BufDesc *buf); 889 Dbg_Error Dbg_TypeToChars(const Dbg_TypeSpec *var, Dbg_BufDesc *buf); [all …]
|