Add test cases for Python SBThread.StepOut() API by stepping out of a malloc...
Add test cases for Python SBThread.StepOut() API by stepping out of a malloc call where the call site is at function b(). Verifies that after the thread.StepOut(), we are at the correct line within function b. llvm-svn: 127374
Loading
Please register or sign in to comment