diff options
| author | Adrian Prantl <aprantl@apple.com> | 2019-06-25 00:55:27 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2019-06-25 00:55:27 +0000 |
| commit | c8e8b274f1c0889970219447500e9a53c1816292 (patch) | |
| tree | 89abae75cbc39933d84f49a1a662d211168a20c2 /lldb/lit/Driver/TestProcessAttach.test | |
| parent | 49885b1245c2678299e1e22c18add2511377b37e (diff) | |
| download | bcm5719-llvm-c8e8b274f1c0889970219447500e9a53c1816292.tar.gz bcm5719-llvm-c8e8b274f1c0889970219447500e9a53c1816292.zip | |
Reapply "Fix a crash in option parsing."
with an additional read-out-of-bounds bugfix applied.
Differential Revision: https://reviews.llvm.org/D63110
llvm-svn: 364260
Diffstat (limited to 'lldb/lit/Driver/TestProcessAttach.test')
| -rw-r--r-- | lldb/lit/Driver/TestProcessAttach.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/lit/Driver/TestProcessAttach.test b/lldb/lit/Driver/TestProcessAttach.test new file mode 100644 index 00000000000..4e24ebb161b --- /dev/null +++ b/lldb/lit/Driver/TestProcessAttach.test @@ -0,0 +1,2 @@ +# RUN: %lldb -x -b -S %S/Inputs/process_attach_pid.in 2>&1 | FileCheck %s +# CHECK: last option requires an argument |

