summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Commands/command-backtrace.test
blob: 2816f5f2e33cee5777572a16b075a5f91385983e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Check basic functionality of command bt.
# RUN: %lldb -s %s 2>&1 | FileCheck %s

# Make sure this is not rejected by the parser as invalid syntax.
# Blank characters after the '1' are important, as we're testing the parser.
bt 1      
# CHECK: error: invalid target

# Make sure this is not rejected by the parser as invalid syntax.
# Blank characters after the 'all' are important, as we're testing the parser.
bt all       
# CHECK: error: invalid target
OpenPOWER on IntegriCloud