[lldb] One more attempt to fix thread-step-out-ret-addr-check on windows
authorPavel Labath <pavel@labath.sk>
Sat, 21 Dec 2019 12:33:09 +0000 (13:33 +0100)
committerPavel Labath <pavel@labath.sk>
Sat, 21 Dec 2019 12:33:42 +0000 (13:33 +0100)
lldb/test/Shell/Unwind/Inputs/thread-step-out-ret-addr-check.s

index 2fb4935..dd4453c 100644 (file)
@@ -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