Lines Matching refs:quux
5 RUN: %lldb -x -b %t.foo bar baz quux | FileCheck %s
6 RUN: %lldb -x -b -- %t.foo bar baz quux | FileCheck %s
7 RUN: %lldb -x -b %t.foo -- bar baz quux | FileCheck %s
8 RUN: %lldb -x -b %t.foo bar -- baz quux | FileCheck %s
9 RUN: %lldb -x -b %t.foo bar baz -- quux | FileCheck %s
10 RUN: %lldb %t.foo -x bar -b baz -- quux | FileCheck %s
11 RUN: %lldb -x -b -f %t.foo bar baz quux | FileCheck %s
12 RUN: %lldb -x -b -f %t.foo -- bar baz quux | FileCheck %s
13 RUN: %lldb -x -b -f %t.foo bar -- baz quux | FileCheck %s
14 RUN: %lldb -x -b -f %t.foo bar baz -- quux | FileCheck %s
17 CHECK: target.run-args "bar" "baz" "quux"
19 RUN: %lldb -x -b %t.foo -- bar -baz --quux | FileCheck %s --check-prefix DASH
20 RUN: %lldb -x -b -- %t.foo bar -baz --quux | FileCheck %s --check-prefix DASH
21 RUN: %lldb -x -b -f %t.foo -- bar -baz --quux | FileCheck %s --check-prefix DASH
24 DASH: target.run-args "bar" "-baz" "--quux"
26 RUN: not %lldb -x -b %t.foo bar -baz --quux 2>&1 | FileCheck %s --check-prefix UNKNOWN
27 RUN: not %lldb -x -b -f %t.foo bar -baz --quux 2>&1 | FileCheck %s --check-prefix UNKNOWN
30 UNKNOWN: error: unknown option: --quux