From e192cc1f1bf120712f7c78fcd51645db8918d083 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Sat, 21 Dec 2019 13:33:09 +0100 Subject: [PATCH] [lldb] One more attempt to fix thread-step-out-ret-addr-check on windows --- lldb/test/Shell/Unwind/Inputs/thread-step-out-ret-addr-check.s | 1 + 1 file changed, 1 insertion(+) 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