linux-packaging-mono/external/llvm-project/lldb/lit/Expr/TestCallStopAndContinue.test
Xamarin Public Jenkins (auto-signing) 468663ddbb Imported Upstream version 6.10.0.49
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
2020-01-16 16:38:04 +00:00

13 lines
487 B
Plaintext

# XFAIL: windows
# -> llvm.org/pr24489
# RUN: %cxx %p/Inputs/call-function.cpp -g -o %t && %lldb -b -s %s -o continue -o "thread list" -- %t 2>&1 | FileCheck %s
breakpoint set --file call-function.cpp --line 52
run
breakpoint set --file call-function.cpp --line 14
expression -i false -- returnsFive()
# CHECK: Execution was interrupted, reason: breakpoint
# CHECK: stop reason = User Expression thread plan
# CHECK: Completed expression: (Five) $0 = (number = 5{{.*}}, name = "five")