[Lldb-commits] [lldb] r304142 - More StructuredData::Type::eTypeDictionary -> lldb::eStructuredDataTypeDictionary

2017-05-29 Thread Stephan Bergmann via lldb-commits
Author: sberg Date: Mon May 29 03:51:58 2017 New Revision: 304142 URL: http://llvm.org/viewvc/llvm-project?rev=304142&view=rev Log: More StructuredData::Type::eTypeDictionary -> lldb::eStructuredDataTypeDictionary ...missing from previous r304138 "Added new API to SBStructuredData class" Modifi

[Lldb-commits] [lldb] r289647 - Replace APFloatBase static fltSemantics data members with getter functions

2016-12-14 Thread Stephan Bergmann via lldb-commits
Author: sberg Date: Wed Dec 14 05:57:17 2016 New Revision: 289647 URL: http://llvm.org/viewvc/llvm-project?rev=289647&view=rev Log: Replace APFloatBase static fltSemantics data members with getter functions At least the plugin used by the LibreOffice build (

[Lldb-commits] [PATCH] Avoid Python "UnboundedLocalError: local variable 'strErrMsgProgFail' referenced before assignment"

2015-11-11 Thread Stephan Bergmann via lldb-commits
An attempt at building lldb from recent trunk source failed for me with a Python error UnboundedLocalError: local variable 'strErrMsgProgFail' referenced before assignment in tools/lldb/scripts/Python/buildSwigPython.py. I have not much of an idea about Python, but from