emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111567: Improve addr2line suggestion


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111567: Improve addr2line suggestion.
Date: Sat, 19 Jan 2013 14:48:47 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111567
fixes bug: http://debbugs.gnu.org/13445
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2013-01-19 14:48:47 -0800
message:
  Improve addr2line suggestion.
modified:
  doc/emacs/ChangeLog
  doc/emacs/trouble.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-01-19 22:12:27 +0000
+++ b/doc/emacs/ChangeLog       2013-01-19 22:48:47 +0000
@@ -1,9 +1,10 @@
 2013-01-19  Paul Eggert  <address@hidden>
 
-       * trouble.texi (Crashing): Suggest -p for recent addrline.  (Bug#13445)
-       Without it, I don't see function names.  Older addrlines will die
-       out sooner or later, so tailor the suggestion to recent addrline
-       and put in a comment about older ones.
+       * trouble.texi (Crashing): Suggest -p for newer addr2line.  (Bug#13445)
+       Without it, I don't see function names.  Older addr2line
+       implementations will die out sooner or later, so tailor the
+       first suggestion to recent addr2line, with a followup about
+       older ones.
 
 2013-01-19  Glenn Morris  <address@hidden>
 

=== modified file 'doc/emacs/trouble.texi'
--- a/doc/emacs/trouble.texi    2013-01-19 22:15:03 +0000
+++ b/doc/emacs/trouble.texi    2013-01-19 22:48:47 +0000
@@ -326,7 +326,6 @@
 @example
 sed -n 's/.*\[\(.*\)]$/\1/p' @var{backtrace} |
   addr2line -C -f -i -p -e @var{bindir}/@var{emacs-binary}
-# Omit '-p' for binutils 2.20 and earlier.
 @end example
 
 @noindent
@@ -334,9 +333,9 @@
 the backtrace, @var{bindir} is the name of the directory that
 contains the Emacs executable, and @var{emacs-binary} is the name of
 the Emacs executable file, normally @file{emacs} on GNU and Unix
-systems and @file{emacs.exe} on MS-Windows and address@hidden
-may wish to add the @option{-p} option, if your version of
address@hidden supports it.}
+systems and @file{emacs.exe} on MS-Windows and MS-DOS.  Omit the
address@hidden option if your version of @command{addr2line} is too old
+to have it.
 
 @cindex core dump
   Optionally, Emacs can generate a @dfn{core dump} when it crashes, on


reply via email to

[Prev in Thread] Current Thread [Next in Thread]