[llvm-bugs] [Bug 31485] New: LLDB-MI: data-disassemble command doesn't follow target.x86-disassemble-flavor setting

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Dec 27 23:25:02 PST 2016


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

            Bug ID: 31485
           Summary: LLDB-MI: data-disassemble command doesn't follow
                    target.x86-disassemble-flavor setting
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: aetf at unlimitedcodeworks.xyz
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

-data-disassemble command doesn't follow target.x86-disassemble-flavor setting.

The output is always in att style, e.g.

^done,asm_insns=[{address="0x0000000000400537",func-name="main",offset="0",size="3",inst="movl
-0x8(%rbp), %esi"}]

Even when the flavor was set explicitly to intel.

The expected output should be like:

^done,asm_insns=[{address="0x0000000000400537",func-name="main",offset="0",size="3",inst="mov
esi, dword ptr [rbp - 0x8]"}]

-- 
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/20161228/ac3526d2/attachment-0001.html>


More information about the llvm-bugs mailing list