Loading lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test +1 −1 Original line number Diff line number Diff line # Test that `thread step-out` fails when the "return address" # points to non-executable memory. # REQUIRES: target-x86_64, native # REQUIRES: target-x86_64, system-darwin # RUN: %clang_host %p/Inputs/call-asm.c %p/Inputs/thread-step-out-ret-addr-check.s -o %t # RUN: %lldb %t -s %s -b 2>&1 | FileCheck %s Loading Loading
lldb/test/Shell/Unwind/thread-step-out-ret-addr-check.test +1 −1 Original line number Diff line number Diff line # Test that `thread step-out` fails when the "return address" # points to non-executable memory. # REQUIRES: target-x86_64, native # REQUIRES: target-x86_64, system-darwin # RUN: %clang_host %p/Inputs/call-asm.c %p/Inputs/thread-step-out-ret-addr-check.s -o %t # RUN: %lldb %t -s %s -b 2>&1 | FileCheck %s Loading