[Lldb-commits] [lldb] r274594 - Fix Linux build.

2016-07-05 Thread Oleksiy Vyalov via lldb-commits
Author: ovyalov Date: Tue Jul 5 21:20:39 2016 New Revision: 274594 URL: http://llvm.org/viewvc/llvm-project?rev=274594&view=rev Log: Fix Linux build. Modified: lldb/trunk/source/Core/UserSettingsController.cpp Modified: lldb/trunk/source/Core/UserSettingsController.cpp URL: http://llvm.or

[Lldb-commits] [PATCH] D22029: Fix ADB client disconnect issues

2016-07-05 Thread Oleksiy Vyalov via lldb-commits
ovyalov created this revision. ovyalov added reviewers: labath, tberghammer. ovyalov added a subscriber: lldb-commits. Herald added subscribers: srhines, danalbert, tberghammer. - Disconnect SyncService in case of pull/push/stat request failure and make Android platform to establish new ADB syn

[Lldb-commits] [lldb] r274593 - Allows "experimental" settings that will either route to their containing

2016-07-05 Thread Jim Ingham via lldb-commits
Author: jingham Date: Tue Jul 5 20:27:33 2016 New Revision: 274593 URL: http://llvm.org/viewvc/llvm-project?rev=274593&view=rev Log: Allows "experimental" settings that will either route to their containing settings or raise no error if not found. From time to time it is useful to add some setti

[Lldb-commits] [lldb] r274585 - Warning about debugging optimized code was not happening without dSYMs. Now it works for DWARF in .o files on Darwin.

2016-07-05 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Tue Jul 5 18:01:20 2016 New Revision: 274585 URL: http://llvm.org/viewvc/llvm-project?rev=274585&view=rev Log: Warning about debugging optimized code was not happening without dSYMs. Now it works for DWARF in .o files on Darwin. I changed "m_is_optimized" in lldb_private:

Re: [Lldb-commits] [PATCH] D21328: [lldb] Fixed incorrect endianness when evaluating certain expressions

2016-07-05 Thread Cameron via lldb-commits
cameron314 added a comment. Sorry to bug you again, but @spyffe, could you have a look when you have a sec? http://reviews.llvm.org/D21328 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-

[Lldb-commits] [lldb] r274580 - Fixed a bug where we report a single type multiple times in namespaces.

2016-07-05 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Tue Jul 5 17:06:01 2016 New Revision: 274580 URL: http://llvm.org/viewvc/llvm-project?rev=274580&view=rev Log: Fixed a bug where we report a single type multiple times in namespaces. Also added a testcase. Added: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/name

Re: [Lldb-commits] [PATCH] D21751: Implement GetMemoryRegions() for Linux and Mac OSX core files.

2016-07-05 Thread Greg Clayton via lldb-commits
clayborg requested changes to this revision. clayborg added a comment. This revision now requires changes to proceed. It would be nice to export the is_mapped through the SBMemoryRegionInfo in the public API for completeness. http://reviews.llvm.org/D21751 ___

[Lldb-commits] [lldb] r274568 - Fix "lldb.SBProcess.is_stopped" and "lldb.SBProcess.is_running" to do the right thing.

2016-07-05 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Tue Jul 5 13:19:43 2016 New Revision: 274568 URL: http://llvm.org/viewvc/llvm-project?rev=274568&view=rev Log: Fix "lldb.SBProcess.is_stopped" and "lldb.SBProcess.is_running" to do the right thing. https://llvm.org/bugs/show_bug.cgi?id=28428 Modified: lldb/trunk/sc

Re: [Lldb-commits] [PATCH] D21984: Add data formatter for libstdc++ shared_ptr and weak_ptr

2016-07-05 Thread Enrico Granata via lldb-commits
granata.enrico added inline comments. Comment at: source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp:665 @@ +664,3 @@ + +stl_summary_flags.SetDontShowChildren(true); +AddCXXSummary(cpp_category_sp, lldb_private::formatters::LibStdcppSmartPointerSummaryProvider, -

Re: [Lldb-commits] [PATCH] D21984: Add data formatter for libstdc++ shared_ptr and weak_ptr

2016-07-05 Thread Tamas Berghammer via lldb-commits
tberghammer added inline comments. Comment at: source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp:665 @@ +664,3 @@ + +stl_summary_flags.SetDontShowChildren(true); +AddCXXSummary(cpp_category_sp, lldb_private::formatters::LibStdcppSmartPointerSummaryProvider,

Re: [Lldb-commits] [PATCH] D21984: Add data formatter for libstdc++ shared_ptr and weak_ptr

2016-07-05 Thread Enrico Granata via lldb-commits
granata.enrico added inline comments. Comment at: source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp:665 @@ +664,3 @@ + +stl_summary_flags.SetDontShowChildren(true); +AddCXXSummary(cpp_category_sp, lldb_private::formatters::LibStdcppSmartPointerSummaryProvider, -

Re: [Lldb-commits] [PATCH] D21984: Add data formatter for libstdc++ shared_ptr and weak_ptr

2016-07-05 Thread Tamas Berghammer via lldb-commits
tberghammer updated this revision to Diff 62730. tberghammer added a comment. Apply clang-format http://reviews.llvm.org/D21984 Files: include/lldb/DataFormatters/VectorIterator.h packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/smart_ptr/Makefile

[Lldb-commits] [PATCH] D21984: Add data formatter for libstdc++ shared_ptr and weak_ptr

2016-07-05 Thread Tamas Berghammer via lldb-commits
tberghammer created this revision. tberghammer added reviewers: labath, granata.enrico. tberghammer added a subscriber: lldb-commits. Add data formatter for libstdc++ shared_ptr and weak_ptr http://reviews.llvm.org/D21984 Files: packages/Python/lldbsuite/test/functionalities/data-formatter/da