Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxSignals.cpp66 #define ADD_LINUX_SIGNAL(signo, name, ...) \ macro
101 ADD_LINUX_SIGNAL(1, "SIGHUP", false, true, true, "hangup"); in Reset()
102 ADD_LINUX_SIGNAL(2, "SIGINT", true, true, true, "interrupt"); in Reset()
103 ADD_LINUX_SIGNAL(3, "SIGQUIT", false, true, true, "quit"); in Reset()
105 ADD_LINUX_SIGNAL(4, "SIGILL", false, true, true, "illegal instruction"); in Reset()
115 …ADD_LINUX_SIGNAL(5, "SIGTRAP", true, true, true, "trace trap (not reset when cau… in Reset()
116 ADD_LINUX_SIGNAL(6, "SIGABRT", false, true, true, "abort()/IOT trap", "SIGIOT"); in Reset()
118 ADD_LINUX_SIGNAL(7, "SIGBUS", false, true, true, "bus error"); in Reset()
123 ADD_LINUX_SIGNAL(8, "SIGFPE", false, true, true, "floating point exception"); in Reset()
133 ADD_LINUX_SIGNAL(9, "SIGKILL", false, true, true, "kill"); in Reset()
[all …]