mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-24 14:20:17 +00:00
c094d23f6f
Summary: This patch adds the possibility to specify an exit code when calling quit. We accept any int, even though it depends on the user what happens if the int is out of the range of what the operating system supports as exit codes. Fixes rdar://problem/38452312 Reviewers: davide, jingham, clayborg Reviewed By: jingham Subscribers: clayborg, jingham, lldb-commits Differential Revision: https://reviews.llvm.org/D48659 llvm-svn: 336824
5 lines
102 B
Plaintext
5 lines
102 B
Plaintext
# UNSUPPORTED: windows
|
|
# RUN: %lldb -b -s %s 2>&1 | FileCheck %s
|
|
q str
|
|
// CHECK: Couldn't parse 'str'
|