Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/rdi-share/
H A Darmdbg.h88 #define DbgError(n) ((Dbg_Error)(Dbg_Error_Base+(n))) macro
91 #define Dbg_Err_Interrupted DbgError(1)
92 #define Dbg_Err_Overflow DbgError(2)
93 #define Dbg_Err_FileNotFound DbgError(3)
94 #define Dbg_Err_ActivationNotPresent DbgError(4)
95 #define Dbg_Err_OutOfHeap DbgError(5)
96 #define Dbg_Err_TypeNotSimple DbgError(6)
97 #define Dbg_Err_BufferFull DbgError(7)
98 #define Dbg_Err_AtStackBase DbgError(8)
99 #define Dbg_Err_AtStackTop DbgError(9)
[all …]