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
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
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
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:
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-
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
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
___
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
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,
-
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,
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,
-
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
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
13 matches
Mail list logo