Add the ability to disassemble "n" instructions from the current PC, or the first "n" instructions in a function.
Also added a "-p" flag that disassembles from the current pc. llvm-svn: 128063
This commit is contained in:
@@ -260,6 +260,7 @@ StackFrame::Disassemble ()
|
||||
target.GetArchitecture(),
|
||||
exe_ctx,
|
||||
0,
|
||||
0,
|
||||
false,
|
||||
false,
|
||||
m_disassembly);
|
||||
|
||||
Reference in New Issue
Block a user