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

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Wed Dec 2 11:15:03 CET 2009


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





--- Comment #28 from jansssens <jroeloffzen at hotmail.com>  2009-12-02 11:15:02 CET ---
Created an attachment (id=4442)
 --> (http://www.reactos.org/bugzilla/attachment.cgi?id=4442)
version 1.5

- Added -S option for displaying source lines.
- Removed -c/-uU dependencies.
- Little rephrasing help text.
- Formatting (tabs).

Options:
  -S <context>
       Source lines. Display up to <context> lines until linenumber.
       The environment variable _ROSBE_ROSSOURCEDIR should be correctly set.
       For a reliable result, these sources should be up to date with
       the revision you test.
       Can be combined with -tT.
       Implies -U. Retranslation needed for retrieving source info.

Examples:
  Generate source lines from backtrace ('bt') output. Show 2 lines of context:
       log2lines -S 2 -d bootcd-38701-dbg.7z < bugxxxx.log
       <msiexec.exe:2e89 (lib/3rdparty/mingw/crtexe.c:259 (__tmainCRTStartup))>
       | 0258  #else
       | 0259      mainret = main (
       <msiexec.exe:2fad (lib/3rdparty/mingw/crtexe.c:160 (WinMainCRTStartup))>
       | 0159    return __tmainCRTStartup ();
       | 0160  }


-- 
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