[llvm-bugs] [Bug 41911] New: Add warning if --start-address/--stop-address specify range outside file's address range

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 16 08:34:26 PDT 2019


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

            Bug ID: 41911
           Summary: Add warning if --start-address/--stop-address specify
                    range outside file's address range
           Product: tools
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: llvm-objdump
          Assignee: unassignedbugs at nondot.org
          Reporter: jh7370.2008 at my.bristol.ac.uk
                CC: llvm-bugs at lists.llvm.org

It is possible for --start-address/--stop-address to provide a range that
covers no data that is covered by a section or program header. In this case,
nothing will be disassembled. It might be nice to say, in a warning, why
nothing was disassembled.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190516/84472023/attachment.html>


More information about the llvm-bugs mailing list