[Lldb-commits] [lldb] r199110 - Avoid LLDB crash upon DW_OP_deref* with empty stack

2014-01-13 Thread Ed Maste
Author: emaste Date: Mon Jan 13 08:53:09 2014 New Revision: 199110 URL: http://llvm.org/viewvc/llvm-project?rev=199110view=rev Log: Avoid LLDB crash upon DW_OP_deref* with empty stack As done in other DW_OP_* cases, return an error if the stack is empty rather than eventually crashing

[Lldb-commits] [lldb] r199134 - This is a macosx specific test case for stepping setting breakpoints on indirect

2014-01-13 Thread Jim Ingham
Author: jingham Date: Mon Jan 13 14:44:26 2014 New Revision: 199134 URL: http://llvm.org/viewvc/llvm-project?rev=199134view=rev Log: This is a macosx specific test case for stepping setting breakpoints on indirect and re-exported symbols. I don't know if Linux has the latter, if it does, we

[Lldb-commits] [lldb] r199173 - Harden the Materializer logic against types that

2014-01-13 Thread Sean Callanan
Author: spyffe Date: Mon Jan 13 19:14:40 2014 New Revision: 199173 URL: http://llvm.org/viewvc/llvm-project?rev=199173view=rev Log: Harden the Materializer logic against types that don't know their bit alignment. Modified: lldb/trunk/source/Expression/Materializer.cpp Modified: