Add "thread return -x" to unwind the innermost user called expression (if you happen...
authorJim Ingham <jingham@apple.com>
Thu, 31 Jan 2013 21:46:01 +0000 (21:46 +0000)
committerJim Ingham <jingham@apple.com>
Thu, 31 Jan 2013 21:46:01 +0000 (21:46 +0000)
commit93208b86800fde2dee054fcd7f52ef6d28dc9d44
treef8070a57aec440ea1761f5b9ee667076ad0b11c7
parent3145deac198ad23f86252632d9448c9eb5766b48
Add "thread return -x" to unwind the innermost user called expression (if you happen to have stopped in it due to a crash.)
Make the message when you hit an crash while evaluating an expression a little clearer, and mention "thread return -x".

rdar://problem/13110464

llvm-svn: 174095
lldb/include/lldb/Target/Thread.h
lldb/source/Commands/CommandObjectFrame.cpp
lldb/source/Commands/CommandObjectThread.cpp
lldb/source/Expression/ClangUserExpression.cpp
lldb/source/Target/Thread.cpp