History log of /external/lldb/test/functionalities/command_script/import/rdar-12586188/TestRdar12586188.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3a11712925ca1038a1c8c8c8eef29ca4d5fd1c6f 17-Nov-2012 Filipe Cabecinhas <me@filcab.net> Fix expected error message in test.

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@168220 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/functionalities/command_script/import/rdar-12586188/TestRdar12586188.py
fd670c24e72a1425434020483689c3cb17f0d975 31-Oct-2012 Enrico Granata <egranata@apple.com> <rdar://problem/12586188> Make ImportError a special case for "command script import", such that the error message for the exception becomes the error for the entire import operation
and silence the backtrace printout

In the process, refactor the Execute* commands in ScriptInterpreter to take an options object, and add a new setting to not mask out errors so that the callers can handle them directly
instead of having the default behavior



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@167067 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/functionalities/command_script/import/rdar-12586188/TestRdar12586188.py