https://llvm.org/bugs/show_bug.cgi?id=23978
Bug ID: 23978
Summary: "-data-disassemble -s start -e end" MI command
disassembles (end-start) *instructions*
Product: lldb
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
... whereas it should disassemble (end-start) *bytes*.
(as of 01cdaf791ded2497205aa4afd1e69d1a9258ed8a)
BTW, GDB will disassemble instructions that straddle the 'end' address. And
I've seen at least one IDE that relies on this behavior (Visual Studio's
GDB/LLDB front-end).
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev