summaryrefslogtreecommitdiffstats
path: root/gdb/signame.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-04-09 09:30:45 +0000
committerJohn Gilmore <gnu@cygnus>1992-04-09 09:30:45 +0000
commit9e53d9dce67fe97cbaf4f17227847d79c283decf (patch)
tree87493ef8656455f4b7a7d56d1043f059f127b62e /gdb/signame.c
parent095db7ce4528842c75f8e015a329eca2181db3f3 (diff)
downloadppe42-binutils-9e53d9dce67fe97cbaf4f17227847d79c283decf.tar.gz
ppe42-binutils-9e53d9dce67fe97cbaf4f17227847d79c283decf.zip
Minor changes for Solaris.
Diffstat (limited to 'gdb/signame.c')
-rwxr-xr-xgdb/signame.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/signame.c b/gdb/signame.c
index 129427924e..f96b74ef35 100755
--- a/gdb/signame.c
+++ b/gdb/signame.c
@@ -198,6 +198,12 @@ static void init_sigs ()
#if defined (SIGLOST)
init_sig (SIGLOST, "LOST", "Resource lost");
#endif
+#if defined (SIGWAITING)
+ init_sig (SIGWAITING, "WAITING", "Process's LWPs are blocked"); /* FIXME */
+#endif
+#if defined (SIGLWP)
+ init_sig (SIGLWP, "LWP", "Signal LWP"); /* FIXME description */
+#endif
}
/* Return the abbreviation for signal NUMBER. */
OpenPOWER on IntegriCloud