Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDMipsLinuxSignals.cpp28 AddSignal (1, "SIGHUP", "HUP", false, true , true , "hangup"); in Reset()
29 AddSignal (2, "SIGINT", "INT", true , true , true , "interrupt"); in Reset()
30 AddSignal (3, "SIGQUIT", "QUIT", false, true , true , "quit"); in Reset()
31 AddSignal (4, "SIGILL", "ILL", false, true , true , "illegal instruction"); in Reset()
32AddSignal (5, "SIGTRAP", "TRAP", true , true , true , "trace trap (not reset when cau… in Reset()
33 AddSignal (6, "SIGABRT", "ABRT", false, true , true , "abort()"); in Reset()
34 AddSignal (6, "SIGIOT", "IOT", false, true , true , "IOT trap"); in Reset()
35AddSignal (7, "SIGEMT", "EMT", false, true , true , "terminate process with core du… in Reset()
36 AddSignal (8, "SIGFPE", "FPE", false, true , true , "floating point exception"); in Reset()
37 AddSignal (9, "SIGKILL", "KILL", false, true , true , "kill"); in Reset()
[all …]
HDLinuxSignals.cpp28 AddSignal (1, "SIGHUP", "HUP", false, true , true , "hangup"); in Reset()
29 AddSignal (2, "SIGINT", "INT", true , true , true , "interrupt"); in Reset()
30 AddSignal (3, "SIGQUIT", "QUIT", false, true , true , "quit"); in Reset()
31 AddSignal (4, "SIGILL", "ILL", false, true , true , "illegal instruction"); in Reset()
32AddSignal (5, "SIGTRAP", "TRAP", true , true , true , "trace trap (not reset when cau… in Reset()
33 AddSignal (6, "SIGABRT", "ABRT", false, true , true , "abort()"); in Reset()
34 AddSignal (6, "SIGIOT", "IOT", false, true , true , "IOT trap"); in Reset()
35 AddSignal (7, "SIGBUS", "BUS", false, true , true , "bus error"); in Reset()
36 AddSignal (8, "SIGFPE", "FPE", false, true , true , "floating point exception"); in Reset()
37 AddSignal (9, "SIGKILL", "KILL", false, true , true , "kill"); in Reset()
[all …]
HDFreeBSDSignals.cpp31 AddSignal (32, "SIGTHR", "THR", false, true , true , "thread interrupt"); in Reset()
32AddSignal (33, "SIGLIBRT", "LIBRT", false, true , true , "reserved by real-time library… in Reset()
33 AddSignal (65, "SIGRTMIN", "RTMIN", false, true , true , "real time signal 0"); in Reset()
34 AddSignal (66, "SIGRTMIN+1", "RTMIN+1", false, true , true , "real time signal 1"); in Reset()
35 AddSignal (67, "SIGRTMIN+2", "RTMIN+2", false, true , true , "real time signal 2"); in Reset()
36 AddSignal (68, "SIGRTMIN+3", "RTMIN+3", false, true , true , "real time signal 3"); in Reset()
37 AddSignal (69, "SIGRTMIN+4", "RTMIN+4", false, true , true , "real time signal 4"); in Reset()
38 AddSignal (70, "SIGRTMIN+5", "RTMIN+5", false, true , true , "real time signal 5"); in Reset()
39 AddSignal (71, "SIGRTMIN+6", "RTMIN+6", false, true , true , "real time signal 6"); in Reset()
40 AddSignal (72, "SIGRTMIN+7", "RTMIN+7", false, true , true , "real time signal 7"); in Reset()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDUnixSignals.cpp102 AddSignal (1, "SIGHUP", "HUP", false, true , true , "hangup"); in Reset()
103 AddSignal (2, "SIGINT", "INT", true , true , true , "interrupt"); in Reset()
104 AddSignal (3, "SIGQUIT", "QUIT", false, true , true , "quit"); in Reset()
105 AddSignal (4, "SIGILL", "ILL", false, true , true , "illegal instruction"); in Reset()
106AddSignal (5, "SIGTRAP", "TRAP", true , true , true , "trace trap (not reset when caught… in Reset()
107 AddSignal (6, "SIGABRT", "ABRT", false, true , true , "abort()"); in Reset()
108 AddSignal (7, "SIGEMT", "EMT", false, true , true , "pollable event"); in Reset()
109 AddSignal (8, "SIGFPE", "FPE", false, true , true , "floating point exception"); in Reset()
110 AddSignal (9, "SIGKILL", "KILL", false, true , true , "kill"); in Reset()
111 AddSignal (10, "SIGBUS", "BUS", false, true , true , "bus error"); in Reset()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDUnixSignals.h107 AddSignal (int signo,
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp959 remote_signals_sp->AddSignal(signo, in GetRemoteUnixSignals()