[Lldb-commits] [PATCH] D39545: Support scoped enums in the DWARF AST parser

2017-11-04 Thread Tamas Berghammer via Phabricator via lldb-commits
tberghammer added a reviewer: jasonmolenda. tberghammer added a subscriber: lldb-commits. tberghammer added a comment. This change is needed to make LLDB compatible with https://reviews.llvm.org/D39239 https://reviews.llvm.org/D39545 ___

[Lldb-commits] [lldb] r317411 - Improve the posix core file triple detection

2017-11-04 Thread Tamas Berghammer via lldb-commits
Author: tberghammer Date: Sat Nov 4 11:25:51 2017 New Revision: 317411 URL: http://llvm.org/viewvc/llvm-project?rev=317411=rev Log: Improve the posix core file triple detection Summary: Posix core files sometime don't contain enough information to correctly detect the OS. If that is the case we

[Lldb-commits] [PATCH] D36046: Improve the posix core file triple detection

2017-11-04 Thread Tamas Berghammer via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL317411: Improve the posix core file triple detection (authored by tberghammer). Repository: rL LLVM https://reviews.llvm.org/D36046 Files: lldb/trunk/source/Core/ArchSpec.cpp