Author: Pavel Labath Date: 2019-12-21T13:33:42+01:00 New Revision: e192cc1f1bf120712f7c78fcd51645db8918d083
URL: https://github.com/llvm/llvm-project/commit/e192cc1f1bf120712f7c78fcd51645db8918d083 DIFF: https://github.com/llvm/llvm-project/commit/e192cc1f1bf120712f7c78fcd51645db8918d083.diff LOG: [lldb] One more attempt to fix thread-step-out-ret-addr-check on windows Added: Modified: lldb/test/Shell/Unwind/Inputs/thread-step-out-ret-addr-check.s Removed: ################################################################################ diff --git a/lldb/test/Shell/Unwind/Inputs/thread-step-out-ret-addr-check.s b/lldb/test/Shell/Unwind/Inputs/thread-step-out-ret-addr-check.s index 2fb4935b38bb..dd4453c64b88 100644 --- a/lldb/test/Shell/Unwind/Inputs/thread-step-out-ret-addr-check.s +++ b/lldb/test/Shell/Unwind/Inputs/thread-step-out-ret-addr-check.s @@ -10,6 +10,7 @@ asm_main: # Executing 'thread step-out' here will initially attempt to write a # breakpoint to that stack address, but should fail because of the executable # memory check. + .globl nonstandard_stub nonstandard_stub: mov (%rsp), %rdi mov (%rdi), %rsi _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits