在 LLDB 中将反汇编风格设置为 Intel [英] Setting disassembly flavour to Intel in LLDB

查看:14
本文介绍了在 LLDB 中将反汇编风格设置为 Intel的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法像在 LLDB 中的 GDB 中那样设置反汇编风格,以便它吐出 Intel 风格的汇编而不是 AT&T 风格?

Is there a way to set the disassembly flavour like there is in GDB within LLDB so that it spits out Intel style assembly rather than AT&T style?

set disassembly-flavor intel # GDB

但对于 LLDB.

推荐答案

不,还没有.Intel 格式反汇编是我确信最终会实现的功能,但我认为今天没有人在研究它.

No, not yet. Intel format disassembly is a feature I'm sure will be implemented eventually, but I don't think anyone is working on it today.

更新:选择程序集样式的功能已添加到树源的顶部(v. http://lldb.llvm.org ) 2013 年 3 月 1 日,使用 -F--flavor 选项反汇编或 target~/.lldbinit 文件中的 .x86-disassembly-flavor 设置.这将在 Xcode 中的 lldb 未来版本中提供.

UPDATE: the ability to select the assembly style was added to the top of tree sources (v. http://lldb.llvm.org ) March 1st, 2013 with the -F or --flavor option to disassemble or the target.x86-disassembly-flavor setting in your ~/.lldbinit file. This will be available in future releases of lldb in Xcode.

这篇关于在 LLDB 中将反汇编风格设置为 Intel的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆