[Lldb-commits] [lldb] r291350 - Fix dereferencing of pointers to empty classes

2017-01-07 Thread Tamas Berghammer via lldb-commits
Author: tberghammer Date: Sat Jan 7 10:39:07 2017 New Revision: 291350 URL: http://llvm.org/viewvc/llvm-project?rev=291350&view=rev Log: Fix dereferencing of pointers to empty classes Added: lldb/trunk/packages/Python/lldbsuite/test/python_api/value/empty_class/ lldb/trunk/packages/Pyth

[Lldb-commits] [lldb] r291349 - Remove an incorrect byte size calculation in DWARFASTParserClang

2017-01-07 Thread Tamas Berghammer via lldb-commits
Author: tberghammer Date: Sat Jan 7 10:39:02 2017 New Revision: 291349 URL: http://llvm.org/viewvc/llvm-project?rev=291349&view=rev Log: Remove an incorrect byte size calculation in DWARFASTParserClang Modified: lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp Modified: ll