crowell created this revision.
crowell added a project: LLDB.
in DataDumpExtractor, respect the disassembly flavor, useful for using `x/i
(gdb-style)` or `memory read --format instruction`
(lldb) x/i $pc
-> 0x113fe: 48 c7 85 50 fb ff ff 00 00 00 00 movq $0x0, -0x4b0(%rbp)
(lldb) se
karnajitw updated this revision to Diff 104984.
karnajitw added a comment.
Done the changes. Please verify. Tried with RefArray but looks like they don't
work well with copy.
https://reviews.llvm.org/D34776
Files:
include/lldb/Target/Platform.h
source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp