diff options
author | Pedro Alves <palves@redhat.com> | 2012-12-11 11:32:39 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-12-11 11:32:39 +0000 |
commit | 05b4bd799a73514fc9156f87ce4b353f7458cf11 (patch) | |
tree | 521b5c0d59c2c2bd0a1f4bab2f3d46bb39a65bfc /gdb/doc | |
parent | 49d41c1c5267d349bf5a79726ffa7f8b55fa7ee6 (diff) | |
download | gdb-05b4bd799a73514fc9156f87ce4b353f7458cf11.zip gdb-05b4bd799a73514fc9156f87ce4b353f7458cf11.tar.gz gdb-05b4bd799a73514fc9156f87ce4b353f7458cf11.tar.bz2 |
gdb/
2012-12-11 Pedro Alves <palves@redhat.com>
* configure.ac (detect type of /proc): Remove Unixware handling.
* configure: Regenerate.
* proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
(ioctl_table) [PCRESET]: Remove entry.
* proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
(SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
(SYS_lwp_suspend, SYS_lwp_continue): Don't define.
* proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
* procfs.c: Remove all UNIXWARE guarded code, and all traces of
Unixware in comments throughout.
* i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
and remove mention of Unixware.
gdb/doc/
2012-12-11 Pedro Alves <palves@redhat.com>
* gdb.texinfo: Remove all mentions of Unixware throughout.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 245826f..226fb55 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2012-12-11 Pedro Alves <palves@redhat.com> + + * gdb.texinfo: Remove all mentions of Unixware throughout. + 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com> * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 9ffdb77..ce8f002 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -9951,7 +9951,7 @@ specified, the file name defaults to @file{core.@var{pid}}, where @var{pid} is the inferior process ID. Note that this command is implemented only for some systems (as of -this writing, @sc{gnu}/Linux, FreeBSD, Solaris, Unixware, and S390). +this writing, @sc{gnu}/Linux, FreeBSD, Solaris, and S390). @end table @node Character Sets @@ -18655,7 +18655,7 @@ proc} is available to report information about the process running your program, or about any process running on your system. @code{info proc} works only on SVR4 systems that include the @code{procfs} code. This includes, as of this writing, @sc{gnu}/Linux, OSF/1 (Digital -Unix), Solaris, Irix, and Unixware, but not HP-UX, for example. +Unix), Solaris, Irix, but not HP-UX, for example. @table @code @kindex info proc |