| enum | GDBServerFoundation::UnixSignal { GDBServerFoundation::SIGHUP = 1, 
GDBServerFoundation::SIGINT = 2, 
GDBServerFoundation::SIGQUIT = 3, 
GDBServerFoundation::SIGILL = 4,
 GDBServerFoundation::SIGTRAP = 5, 
GDBServerFoundation::SIGABRT = 6, 
GDBServerFoundation::SIGIOT = 6, 
GDBServerFoundation::SIGBUS = 7,
 GDBServerFoundation::SIGFPE = 8, 
GDBServerFoundation::SIGKILL = 9, 
GDBServerFoundation::SIGUSR1 = 10, 
GDBServerFoundation::SIGSEGV = 11,
 GDBServerFoundation::SIGUSR2 = 12, 
GDBServerFoundation::SIGPIPE = 13, 
GDBServerFoundation::SIGALRM = 14, 
GDBServerFoundation::SIGTERM = 15,
 GDBServerFoundation::SIGSTKFLT = 16, 
GDBServerFoundation::SIGCHLD = 17, 
GDBServerFoundation::SIGCONT = 18, 
GDBServerFoundation::SIGSTOP = 19,
 GDBServerFoundation::SIGTSTP = 20, 
GDBServerFoundation::SIGTTIN = 21, 
GDBServerFoundation::SIGTTOU = 22, 
GDBServerFoundation::SIGURG = 23,
 GDBServerFoundation::SIGXCPU = 24, 
GDBServerFoundation::SIGXFSZ = 25, 
GDBServerFoundation::SIGVTALRM = 26, 
GDBServerFoundation::SIGPROF = 27,
 GDBServerFoundation::SIGWINCH = 28, 
GDBServerFoundation::SIGIO = 29, 
GDBServerFoundation::SIGPWR = 30, 
GDBServerFoundation::SIGSYS = 31,
 GDBServerFoundation::SIGUNUSED = 31
 }
 |