Re: [Lldb-commits] [PATCH] D20548: Replace file system forbidden symbols in the hostname which passed to the ModuleCache

2016-05-23 Thread Oleksiy Vyalov via lldb-commits
ovyalov updated this revision to Diff 58180. ovyalov added a comment. Added asterisk symbol http://reviews.llvm.org/D20548 Files: source/Utility/ModuleCache.cpp Index: source/Utility/ModuleCache.cpp === --- source/Utility/Module

[Lldb-commits] [PATCH] D20548: Replace file system forbidden symbols in the hostname which passed to the ModuleCache

2016-05-23 Thread Oleksiy Vyalov via lldb-commits
ovyalov created this revision. ovyalov added reviewers: labath, clayborg. ovyalov added a subscriber: lldb-commits. Herald added subscribers: danalbert, tberghammer. ModuleCache hostname may contain symbols that are not allowed in filenames - for example, in Android device_id is used as a hostna

[Lldb-commits] Buildbot numbers for the week of 5/15/2016 - 5/21/2016

2016-05-23 Thread Galina Kistanova via lldb-commits
Hello everyone, Below are some buildbot numbers for the last week of 5/15/2016 - 5/21/2016. Thanks Galina "Status change ratio" by active builder (percent of builds that changed the builder status from greed to red or from red to green): buildername

Re: [Lldb-commits] [PATCH] D20540: Make sure TestRedefinitionsInInlines.py actually inlines.

2016-05-23 Thread Chaoren Lin via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL270493: Make sure TestRedefinitionsInInlines.py actually inlines. (authored by chaoren). Changed prior to commit: http://reviews.llvm.org/D20540?vs=58153&id=58156#toc Repository: rL LLVM http://revi

[Lldb-commits] [lldb] r270493 - Make sure TestRedefinitionsInInlines.py actually inlines.

2016-05-23 Thread Chaoren Lin via lldb-commits
Author: chaoren Date: Mon May 23 16:44:34 2016 New Revision: 270493 URL: http://llvm.org/viewvc/llvm-project?rev=270493&view=rev Log: Make sure TestRedefinitionsInInlines.py actually inlines. Reviewers: spyffe Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D20540 Modi

[Lldb-commits] [PATCH] D20540: Make sure TestRedefinitionsInInlines.py always actually inlines.

2016-05-23 Thread Chaoren Lin via lldb-commits
chaoren created this revision. chaoren added a reviewer: spyffe. chaoren added a subscriber: lldb-commits. http://reviews.llvm.org/D20540 Files: packages/Python/lldbsuite/test/lang/c/inlines/main.c Index: packages/Python/lldbsuite/test/lang/c/inlines/main.c

[Lldb-commits] [lldb] r270490 - xfail TestRedefinitionsInline on Windows.

2016-05-23 Thread Zachary Turner via lldb-commits
Author: zturner Date: Mon May 23 16:22:11 2016 New Revision: 270490 URL: http://llvm.org/viewvc/llvm-project?rev=270490&view=rev Log: xfail TestRedefinitionsInline on Windows. Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/c/inlines/TestRedefinitionsInInlines.py Modified: lldb/tr

Re: [Lldb-commits] [lldb] r270474 - Removed the m_decl_objects map from ClangASTContext.

2016-05-23 Thread Zachary Turner via lldb-commits
Hi Sean, TestRedefinitionsInInline is not passing on Windows. I'm getting this when trying to reproduce manually: (lldb) expression b error: reference to 'b' is ambiguous candidate found by name lookup is 'b' candidate found by name lookup is 'b' error: 1 error parsing expression If you know wha

[Lldb-commits] [lldb] r270488 - We have many radars showing that stepping through C++ code can result in slow steps.

2016-05-23 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Mon May 23 15:37:24 2016 New Revision: 270488 URL: http://llvm.org/viewvc/llvm-project?rev=270488&view=rev Log: We have many radars showing that stepping through C++ code can result in slow steps. One of the things slowing us down is that ItaniumABILanguageRuntime class d

[Lldb-commits] [lldb] r270476 - add cmake files to Xcode project

2016-05-23 Thread Todd Fiala via lldb-commits
Author: tfiala Date: Mon May 23 13:56:05 2016 New Revision: 270476 URL: http://llvm.org/viewvc/llvm-project?rev=270476&view=rev Log: add cmake files to Xcode project This makes it easier to use Xcode revision diffing tools on them. Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj Modifie

[Lldb-commits] [lldb] r270474 - Removed the m_decl_objects map from ClangASTContext.

2016-05-23 Thread Sean Callanan via lldb-commits
Author: spyffe Date: Mon May 23 13:30:59 2016 New Revision: 270474 URL: http://llvm.org/viewvc/llvm-project?rev=270474&view=rev Log: Removed the m_decl_objects map from ClangASTContext. m_decl_objects is problematic because it assumes that each VarDecl has a unique variable associated with it. T

Re: [Lldb-commits] [PATCH] D20436: Clean up vestigial remnants of locking primitives

2016-05-23 Thread Zachary Turner via lldb-commits
Here is a patch you can apply on top of your patch to fix the compiler and runtime errors (on Windows at least). Most of the compiler errors were around the use of duration_cast. I've never used std::chrono before, but my best guess is that system_time::now() is a different type on Windows and ot

[Lldb-commits] [lldb] r270460 - Always rerun all tests on Windows.

2016-05-23 Thread Zachary Turner via lldb-commits
Author: zturner Date: Mon May 23 12:32:04 2016 New Revision: 270460 URL: http://llvm.org/viewvc/llvm-project?rev=270460&view=rev Log: Always rerun all tests on Windows. There is flakiness somewhere in the core infrastructure on Windows, so to get the buildbot reliably green we need to mark all te

Re: [Lldb-commits] [PATCH] D20368: Remove Platform usages from NativeProcessLinux

2016-05-23 Thread Pavel Labath via lldb-commits
labath planned changes to this revision. Comment at: source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp:53 @@ -22,2 +52,3 @@ + NativeRegisterContextLinux::NativeRegisterContextLinux(NativeThreadProtocol &native_thread,