llvm-project/lldb/source/Plugins/Disassembler/llvm
Johnny Chen d746478404 Make InstructionLLVM::Dump() more robust for edis in cases when all the
EDOperandIndexForToken(token) calls fail to return a meaningful operand index,
resulting in both operands and comment being empty.  We will use the raw disassembly
string as output in these cases.

There is still a known bug where llvm:tB (A8.6.16 B Encoding T2) is not being processed
as a branch instruction and therefore the symbolic information is not being dumped for
non-raw mode.

llvm-svn: 131615
2011-05-19 01:05:37 +00:00
..
DisassemblerLLVM.cpp Make InstructionLLVM::Dump() more robust for edis in cases when all the 2011-05-19 01:05:37 +00:00
DisassemblerLLVM.h Fix the InstructionLLVM::Dump() so that for Triple::arm, PC reads as the address 2011-05-12 22:25:53 +00:00
Makefile Merged Eli Friedman's linux build changes where he added Makefile files that 2010-07-09 20:39:50 +00:00