Searched refs:Dbg_Error (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/ |
| H A D | armdbg.h | 63 typedef int Dbg_Error; typedef 88 #define DbgError(n) ((Dbg_Error)(Dbg_Error_Base+(n))) 147 Dbg_Error Dbg_StringToBuf(Dbg_BufDesc *buf, char const *s); 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); 175 typedef Dbg_Error Dbg_CoProFoundProc(Dbg_MCState *state, int cpno, Dbg_CoProDesc const *cpd); 182 Dbg_Error Dbg_RequestReset(Dbg_MCState *); [all …]
|