[lldb-dev] Symbolic information in disassembler output

Jim Ingham via lldb-dev lldb-dev at lists.llvm.org
Thu Aug 31 11:08:10 PDT 2017


I don't think anybody thought of it as useless.  It's one of the things Jason has been trying to find time to do for a while now.

InstructionLLVMC is the main concrete Instruction subclass in llvm now, and relies on MCInst for most of the heavy lifting.  So we should work with MCInst to figure out how to do this.

Jim

> On Aug 31, 2017, at 10:42 AM, Tatyana Krasnukha via lldb-dev <lldb-dev at lists.llvm.org> wrote:
> 
> Hello,
>  
> As I understand it, old disassembler (based on libedis) could print symbolic information instead/beside address operand of an instruction. And it looks like there is not such ability in disassembler now. Is thisresponsibility shifted on some other component of lldb? Or it was considered as useless and was removed at all?
>  
> Thanks,
> Tatyana
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev



More information about the lldb-dev mailing list