commit | aa3e3e1f0f3be95c79f902c5331e11878f66b365 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Tue Mar 22 01:48:42 2011 +0000 |
committer | Jim Ingham <jingham@apple.com> | Tue Mar 22 01:48:42 2011 +0000 |
tree | ba6a7f48446d72556baf67e444a3d63371472441 | |
parent | c54840c9c0413477c961bf37f29466fbfedad232 [diff] [blame] |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@128063 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Target/StackFrame.cpp b/source/Target/StackFrame.cpp index 60931fc..78ab910 100644 --- a/source/Target/StackFrame.cpp +++ b/source/Target/StackFrame.cpp
@@ -260,6 +260,7 @@ target.GetArchitecture(), exe_ctx, 0, + 0, false, false, m_disassembly);