[ros-bugs] [Bug 4342] log2lines: Enhanced raddr2line replacement

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Mon Sep 14 13:08:07 CEST 2009


http://www.reactos.org/bugzilla/show_bug.cgi?id=4342


jansssens <jroeloffzen at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #19 from jansssens <jroeloffzen at hotmail.com>  2009-09-14 13:08:06 CET ---
Version 1.0

Better late than never I found some time for some improvements :)
-t and -T do the "twice conversion" trick as requested. Except, the full
information is allways printed between [..]. As these differences only occur
rarely I don't think it is a problem, but drop a note if it is.
-t or -T can be nicely combined with -U.

Also:
- some reformatting
- a forgotten fclose (credits Russel)

Options added:

  -s   Statistics. A summary with the following info is printed after EOF:
       *** LOG2LINES SUMMARY ***
       - Translated:   Translated lines.
       - Reverted:     Lines translated back. See -u option
       - Retranslated: Lines retranslated. See -U option
       - Skipped:      Lines not translated.
       - Differ:       Lines where (addr-1) info differs. See -tT options
       - Offset error: Image exists, but error retrieving offset info.
       - Total:        Total number of lines attempted to translate.
       Also some version info is displayed.

  -t   Translate twice. The address itself and for (address - 1)
       Display extra filename and linenumber between [..] if they differ

  -T   As -t, but the original filename+linenumber gets replaced

  -u   Undo translations.
       Lines are translated back (reverted) to the form <IMAGENAME:ADDRESS>
       Overrides console mode -c.

  -U   Undo and reprocess.
       Reverted to the form <IMAGENAME:ADDRESS>, and then retranslated
       Overrides console mode -c, implies -u.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the Ros-bugs mailing list