[Lldb-commits] [lldb] r299408 - Skip three test cases that are asserting on macosx as of r299199. A quick

2017-04-03 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Mon Apr 3 20:09:20 2017 New Revision: 299408 URL: http://llvm.org/viewvc/llvm-project?rev=299408=rev Log: Skip three test cases that are asserting on macosx as of r299199. A quick look showed that the target's arch has no core / byte order and so when AuxVector::AuxVector

[Lldb-commits] [lldb] r299402 - Add CPlusPlusNameParser to the xcodeproj

2017-04-03 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Mon Apr 3 18:56:41 2017 New Revision: 299402 URL: http://llvm.org/viewvc/llvm-project?rev=299402=rev Log: Add CPlusPlusNameParser to the xcodeproj Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj URL:

[Lldb-commits] [lldb] r299394 - The LIBLLDB_LOG_TEMPORARY channel got lost at some point where

2017-04-03 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Mon Apr 3 17:23:01 2017 New Revision: 299394 URL: http://llvm.org/viewvc/llvm-project?rev=299394=rev Log: The LIBLLDB_LOG_TEMPORARY channel got lost at some point where Logging.cpp was being changed in the past. Re-add it. Modified:

[Lldb-commits] [PATCH] D31367: Expression: add missing linkage to RuntimeDyld component

2017-04-03 Thread Chris Bieneman via Phabricator via lldb-commits
beanz added a subscriber: lhames. beanz added a comment. @mgorny, because of differences in linker semantics between Darwin and ELF, I can't reproduce the failure you have locally. I think that the patch below works around it in a more-portable way. I've engaged with @lhames about an

[Lldb-commits] [PATCH] D31451: New C++ function name parsing logic

2017-04-03 Thread Eugene Zemtsov via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL299374: New C++ function name parsing logic (authored by eugene). Changed prior to commit: https://reviews.llvm.org/D31451?vs=93694=93910#toc Repository: rL LLVM https://reviews.llvm.org/D31451

[Lldb-commits] [lldb] r299374 - New C++ function name parsing logic

2017-04-03 Thread Eugene Zemtsov via lldb-commits
Author: eugene Date: Mon Apr 3 13:59:34 2017 New Revision: 299374 URL: http://llvm.org/viewvc/llvm-project?rev=299374=rev Log: New C++ function name parsing logic Current implementation of CPlusPlusLanguage::MethodName::Parse() doesn't get anywhere close to covering full extent of possible

[Lldb-commits] [PATCH] D29581: Initial implementation of SB APIs for Tracing support.

2017-04-03 Thread Ravitheja Addepally via Phabricator via lldb-commits
ravitheja updated this revision to Diff 93850. ravitheja added a comment. Changes for review. https://reviews.llvm.org/D29581 Files: include/lldb/API/LLDB.h include/lldb/API/SBDefines.h include/lldb/API/SBError.h include/lldb/API/SBProcess.h include/lldb/API/SBStructuredData.h