commit | ea9d4267a629a1c732eb0400fa0288cee31ad49d | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Fri Nov 05 19:25:48 2010 +0000 |
committer | Jim Ingham <jingham@apple.com> | Fri Nov 05 19:25:48 2010 +0000 |
tree | f6853c70e0e1b5cfcf8c815c4ae684fa042ad798 | |
parent | e625092023f6639352636a6aba22c32f0e41a732 [diff] [blame] |
Added the equivalent of gdb's "unwind-on-signal" to the expression command, and a parameter to control it in ClangUserExpression, and on down to ClangFunction. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@118290 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectExpression.h b/source/Commands/CommandObjectExpression.h index a154549..9cbdf34 100644 --- a/source/Commands/CommandObjectExpression.h +++ b/source/Commands/CommandObjectExpression.h
@@ -51,6 +51,7 @@ lldb::Format format; bool debug; bool print_object; + bool unwind_on_error; bool show_types; bool show_summary; };