https://bugs.llvm.org/show_bug.cgi?id=40070

            Bug ID: 40070
           Summary: llvm-symbolizer: Accept addresses on the command-line
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedb...@nondot.org
          Reporter: jh7370.2...@my.bristol.ac.uk
                CC: htmldevelo...@gmail.com, llvm-bugs@lists.llvm.org

GNU addr2line can read addresses from either stdin or the command-line. It uses
stdin only if there are none on the command-line. We should add support for
this in llvm-symbolizer too.

Example add2line usage:
C:\Work> addr2line 0x10 0x30 -e .\Inputs\main.elf
C:\Work\Inputs/main.cpp:13
C:\Work\Inputs/main.cpp:28

This is equivalent to piping 0x10 and 0x30 on stdin.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to