[Lldb-commits] [lldb] r328389 - Add support for __attribute__(trivial_abi).

2018-03-23 Thread Jim Ingham via lldb-commits
Author: jingham Date: Fri Mar 23 16:44:52 2018 New Revision: 328389 URL: http://llvm.org/viewvc/llvm-project?rev=328389&view=rev Log: Add support for __attribute__(trivial_abi). , Added: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/ lldb/trunk/packages/Python/lldbsuite

[Lldb-commits] [lldb] r328383 - Remove CommandObjectStats.cpp & CleanUpTest.cpp from

2018-03-23 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Fri Mar 23 16:32:16 2018 New Revision: 328383 URL: http://llvm.org/viewvc/llvm-project?rev=328383&view=rev Log: Remove CommandObjectStats.cpp & CleanUpTest.cpp from installing in the man page directory. Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb

[Lldb-commits] [lldb] r328382 - Put CommandObjectStats.cpp in lldb-core target, remove CommandObjectStats.h from targets.

2018-03-23 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Fri Mar 23 15:50:23 2018 New Revision: 328382 URL: http://llvm.org/viewvc/llvm-project?rev=328382&view=rev Log: Put CommandObjectStats.cpp in lldb-core target, remove CommandObjectStats.h from targets. Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb

[Lldb-commits] [lldb] r328378 - [Commands] Add a (currently empty) `stats` command.

2018-03-23 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Mar 23 14:55:48 2018 New Revision: 328378 URL: http://llvm.org/viewvc/llvm-project?rev=328378&view=rev Log: [Commands] Add a (currently empty) `stats` command. This one will be used to print statistics about lldb sessions (including, e.g. number of expression evaluation s

[Lldb-commits] [lldb] r328374 - Change the darwin-debug target to build the standard

2018-03-23 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Fri Mar 23 14:37:19 2018 New Revision: 328374 URL: http://llvm.org/viewvc/llvm-project?rev=328374&view=rev Log: Change the darwin-debug target to build the standard archs. Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modified: lldb/trunk/lldb.xcodeproj/project.p

[Lldb-commits] [lldb] r328373 - [CMakeLists] Update file list after recent changes.

2018-03-23 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Mar 23 14:21:17 2018 New Revision: 328373 URL: http://llvm.org/viewvc/llvm-project?rev=328373&view=rev Log: [CMakeLists] Update file list after recent changes. Modified: lldb/trunk/source/Commands/CMakeLists.txt Modified: lldb/trunk/source/Commands/CMakeLists.txt URL

[Lldb-commits] [lldb] r328370 - [Commands] Remove dead code for unused `args` command.

2018-03-23 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Mar 23 14:04:34 2018 New Revision: 328370 URL: http://llvm.org/viewvc/llvm-project?rev=328370&view=rev Log: [Commands] Remove dead code for unused `args` command. It wasn't even registered. (lldb) apropos args No commands found pertaining to 'args'. Try 'help' to see a c

[Lldb-commits] [lldb] r328368 - [Command] Remove dead code for the syntax command.

2018-03-23 Thread Davide Italiano via lldb-commits
Author: davide Date: Fri Mar 23 13:58:05 2018 New Revision: 328368 URL: http://llvm.org/viewvc/llvm-project?rev=328368&view=rev Log: [Command] Remove dead code for the syntax command. I'm going to add a new commend so I figured I could do some spring cleaning. Removed: lldb/trunk/source/Comm

[Lldb-commits] [lldb] r328365 - Log ObjC Runtime messages only in verbose mode

2018-03-23 Thread Adrian Prantl via lldb-commits
Author: adrian Date: Fri Mar 23 13:17:39 2018 New Revision: 328365 URL: http://llvm.org/viewvc/llvm-project?rev=328365&view=rev Log: Log ObjC Runtime messages only in verbose mode Modified: lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp Modified: lld

[Lldb-commits] [PATCH] D44693: Correctly handle float division in Scalar

2018-03-23 Thread Tom Tromey via Phabricator via lldb-commits
tromey added a comment. In https://reviews.llvm.org/D44693#1046925, @davide wrote: > LGTM, thanks. Do you have commit access or you need somebody to commit this > on your behalf? I do not have commit access. https://reviews.llvm.org/D44693 ___ l

[Lldb-commits] [PATCH] D44693: Correctly handle float division in Scalar

2018-03-23 Thread Davide Italiano via Phabricator via lldb-commits
davide accepted this revision. davide added a comment. LGTM, thanks. Do you have commit access or you need somebody to commit this on your behalf? https://reviews.llvm.org/D44693 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://list

[Lldb-commits] [PATCH] D44613: Support template template parameters

2018-03-23 Thread Frederic Riss via Phabricator via lldb-commits
friss updated this revision to Diff 139619. friss added a comment. Use LLVM macro for fallthrough https://reviews.llvm.org/D44613 Files: include/lldb/Symbol/ClangASTContext.h packages/Python/lldbsuite/test/lang/cpp/template/TestTemplateArgs.py packages/Python/lldbsuite/test/lang/cpp/templ

[Lldb-commits] [PATCH] D44693: Correctly handle float division in Scalar

2018-03-23 Thread Tom Tromey via Phabricator via lldb-commits
tromey updated this revision to Diff 139616. tromey added a comment. Add unit test https://reviews.llvm.org/D44693 Files: source/Core/Scalar.cpp unittests/Core/ScalarTest.cpp Index: unittests/Core/ScalarTest.cpp === --- unitt

[Lldb-commits] [PATCH] D44738: Add a test for setting the load address of a module with differing physical/virtual addresses

2018-03-23 Thread Owen Shaw via Phabricator via lldb-commits
owenpshaw accepted this revision. owenpshaw added a comment. This revision is now accepted and ready to land. Looks good to me. Thanks! https://reviews.llvm.org/D44738 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/

[Lldb-commits] [PATCH] D44472: Add and fix some tests for PPC64

2018-03-23 Thread Alexandre Yukio Yamashita via Phabricator via lldb-commits
alexandreyy added a comment. Hi @labath . Could you please commit this patch? https://reviews.llvm.org/D44472 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits