commit | 069aa256afa781b05665f7e5d2acdb4641d6d560 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Oct 29 16:05:19 2001 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Oct 29 16:05:19 2001 +0000 |
tree | 4f5a5c7ecf80d6c94894eef954dd04a5dfb324a4 | |
parent | a74a6b5fdf35f011ca38e219e3728ca74fc5ea04 [diff] [blame] |
Remember to print out the next instruction if stepping over an external method call git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1028 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/ExecutionEngine/Interpreter/Execution.cpp b/lib/ExecutionEngine/Interpreter/Execution.cpp index 9d07d2d..60bd77b 100644 --- a/lib/ExecutionEngine/Interpreter/Execution.cpp +++ b/lib/ExecutionEngine/Interpreter/Execution.cpp
@@ -907,6 +907,8 @@ // able the step into a function, if it's external for example. if (ECStack.size() != StackSize) finish(); // Finish executing the function... + else + printCurrentInstruction(); } else { // Normal instruction, just step...