Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(178)

Unified Diff: gdb/proc-why.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/proc-utils.h ('k') | gdb/procfs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/proc-why.c
diff --git a/gdb/proc-why.c b/gdb/proc-why.c
index 97a376074e09cc186497b942a63014257fbd8060..47c7841308c4a383fc7f99f02f34003c3103d384 100644
--- a/gdb/proc-why.c
+++ b/gdb/proc-why.c
@@ -1,7 +1,6 @@
/* Machine-independent support for SVR4 /proc (process file system)
- Copyright (C) 1999-2000, 2004, 2007-2012 Free Software Foundation,
- Inc.
+ Copyright (C) 1999-2013 Free Software Foundation, Inc.
Written by Michael Snyder at Cygnus Solutions.
Based on work by Fred Fish, Stu Grossman, Geoff Noer, and others.
@@ -75,7 +74,7 @@ static struct trans pr_why_table[] =
{ PR_FAULTED, "PR_FAULTED", "Incurred a traced hardware fault" },
#endif
#if defined (PR_SUSPENDED)
- /* Solaris and UnixWare. */
+ /* Solaris only. */
{ PR_SUSPENDED, "PR_SUSPENDED", "Process suspended" },
#endif
#if defined (PR_CHECKPOINT)
« no previous file with comments | « gdb/proc-utils.h ('k') | gdb/procfs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698