public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM] jankratochvil/man: Merge branch 'gcore1-2' into jankratochvil/man
@ 2013-04-08 17:24 jkratoch
0 siblings, 0 replies; 2+ messages in thread
From: jkratoch @ 2013-04-08 17:24 UTC (permalink / raw)
To: archer-commits
The branch, jankratochvil/man has been updated
via 091729ae96e2e67bfb6d10818c4070776e0e90b6 (commit)
via 6a4bf8bc4392cccad82f34ff49514212f01f7274 (commit)
via 94d162ea3c59347579ab3824ddd39f149fc19e19 (commit)
from f9af973eb90da81361d6af3aec8d5eaffc2c5633 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email.
- Log -----------------------------------------------------------------
commit 091729ae96e2e67bfb6d10818c4070776e0e90b6
Merge: 94d162e 6a4bf8b
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Apr 8 19:23:58 2013 +0200
Merge branch 'gcore1-2' into jankratochvil/man
commit 6a4bf8bc4392cccad82f34ff49514212f01f7274
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Apr 8 19:23:24 2013 +0200
.
commit 94d162ea3c59347579ab3824ddd39f149fc19e19
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Apr 8 19:23:24 2013 +0200
.
-----------------------------------------------------------------------
Summary of changes:
gdb/doc/gdb.texinfo | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
First 500 lines of diff:
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 20306a5..b43caeb 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -42150,9 +42150,9 @@ gcore [-o @var{filename}] @var{pid}
@c man begin DESCRIPTION gcore
Generate a core dump of a running program with process ID @var{pid}.
Produced file is equivalent to a kernel produced core file as if the process
-crashed (and also it had to have @command{ulimit -c} enabled appropriately).
-Contrary to it after @command{gcore} the program remains running without any
-change.
+crashed (and if @kbd{ulimit -c} were used to set up an appropriate core dump
+limit). Unlike after a crash, after @command{gcore} the program remains
+running without any change.
@c man end
@c man begin OPTIONS gcore
hooks/post-receive
--
Repository for Project Archer.
^ permalink raw reply [flat|nested] 2+ messages in thread
* [SCM] jankratochvil/man: Merge branch 'gcore1-2' into jankratochvil/man
@ 2013-04-08 19:14 jkratoch
0 siblings, 0 replies; 2+ messages in thread
From: jkratoch @ 2013-04-08 19:14 UTC (permalink / raw)
To: archer-commits
The branch, jankratochvil/man has been updated
via bc413763bba12f676a1f22b2bb329f3c872100ee (commit)
via 5c96093d7bdb839a79993fef8cb0e57b9022b78c (commit)
from 091729ae96e2e67bfb6d10818c4070776e0e90b6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email.
- Log -----------------------------------------------------------------
commit bc413763bba12f676a1f22b2bb329f3c872100ee
Merge: 091729a 5c96093
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Apr 8 21:13:51 2013 +0200
Merge branch 'gcore1-2' into jankratochvil/man
commit 5c96093d7bdb839a79993fef8cb0e57b9022b78c
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date: Mon Apr 8 21:13:00 2013 +0200
.
-----------------------------------------------------------------------
Summary of changes:
gdb/configure | 1 +
gdb/configure.ac | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
First 500 lines of diff:
diff --git a/gdb/configure b/gdb/configure
index c368f3f..b8ebb12 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -15480,6 +15480,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
case $ac_file$ac_mode in
"depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
+ "gcore":F) chmod +x gcore ;;
"default":C)
case x$CONFIG_HEADERS in
xconfig.h:config.in)
diff --git a/gdb/configure.ac b/gdb/configure.ac
index 251c832..a1811b6 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -2361,7 +2361,7 @@ if test "x$GCORE_TRANSFORM_NAME" = x; then
GCORE_TRANSFORM_NAME=gcore
fi
AC_SUBST(GCORE_TRANSFORM_NAME)
-AC_CONFIG_FILES([gcore])
+AC_CONFIG_FILES([gcore], [chmod +x gcore])
AC_OUTPUT(Makefile gdb-gdb.gdb doc/Makefile data-directory/Makefile,
[
hooks/post-receive
--
Repository for Project Archer.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-08 19:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-08 17:24 [SCM] jankratochvil/man: Merge branch 'gcore1-2' into jankratochvil/man jkratoch
2013-04-08 19:14 jkratoch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).