[Lldb-commits] [lldb] r294549 - [cmake] add missing dependency lldbCommands->lldbBase

2017-02-08 Thread Pavel Labath via lldb-commits
Author: labath Date: Wed Feb 8 19:17:34 2017 New Revision: 294549 URL: http://llvm.org/viewvc/llvm-project?rev=294549=rev Log: [cmake] add missing dependency lldbCommands->lldbBase CommandObjectVersion.cpp calls lldb_private::GetVersion (present in lldbBase). This should fix the unittest link

[Lldb-commits] [PATCH] D29615: Convert Log class to llvm streams

2017-02-08 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Thank you for the review. I'll submit this tomorrow. In https://reviews.llvm.org/D29615#670879, @clayborg wrote: > Looks good as long as if we type two log enable commands like: > > (lldb) log enable -f /tmp/a.txt lldb process > (lldb) log enable -f /tmp/a.txt lldb

[Lldb-commits] Buildbot numbers for the last week of 01/29/2017 - 02/04/2017

2017-02-08 Thread Galina Kistanova via lldb-commits
Hello everyone, Below are some buildbot numbers for the last week of 01/29/2017 - 02/04/2017. Please see the same data in attached csv files: The longest time each builder was red during the last week; "Status change ratio" by active builder (percent of builds that changed the builder status

[Lldb-commits] [lldb] r294521 - [CMake] Add dependency on Mips target if it is available

2017-02-08 Thread Chris Bieneman via lldb-commits
Author: cbieneman Date: Wed Feb 8 15:24:51 2017 New Revision: 294521 URL: http://llvm.org/viewvc/llvm-project?rev=294521=rev Log: [CMake] Add dependency on Mips target if it is available The Mips plugins conditionally link the Mips backend, so we need to conditionally add the target as a

[Lldb-commits] [lldb] r294515 - [CMake] Final dependency cleanup patch!

2017-02-08 Thread Chris Bieneman via lldb-commits
Author: cbieneman Date: Wed Feb 8 15:00:46 2017 New Revision: 294515 URL: http://llvm.org/viewvc/llvm-project?rev=294515=rev Log: [CMake] Final dependency cleanup patch! Summary: This patch removes the over-specified dependencies from LLDBDependencies and instead relies on the dependencies as

[Lldb-commits] [PATCH] D29352: [CMake] Final dependency cleanup patch!

2017-02-08 Thread Phabricator via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL294515: [CMake] Final dependency cleanup patch! (authored by cbieneman). Changed prior to commit: https://reviews.llvm.org/D29352?vs=87265=87701#toc Repository: rL LLVM

[Lldb-commits] [PATCH] D29669: Hardware breakpoints implementation for AArch64 targets

2017-02-08 Thread Greg Clayton via Phabricator via lldb-commits
clayborg requested changes to this revision. clayborg added a comment. This revision now requires changes to proceed. I would prefer to see NativeBreakpoint struct expanded to have more member variables instead of adding a new hardware breakpoint list. Then you just ask any breakpoint to

[Lldb-commits] [PATCH] D29615: Convert Log class to llvm streams

2017-02-08 Thread Greg Clayton via Phabricator via lldb-commits
clayborg accepted this revision. clayborg added a comment. This revision is now accepted and ready to land. Looks good as long as if we type two log enable commands like: (lldb) log enable -f /tmp/a.txt lldb process (lldb) log enable -f /tmp/a.txt lldb api share the same log stream (we

Re: [Lldb-commits] [PATCH] D29615: Convert Log class to llvm streams

2017-02-08 Thread Zachary Turner via lldb-commits
Aside from the thread stuff, nothing seems particularly risky about this change. Did the thread-local stuff you removed have anything to do with the -t option to the log command? On Wed, Feb 8, 2017 at 9:15 AM Pavel Labath via Phabricator < revi...@reviews.llvm.org> wrote: > labath added a

[Lldb-commits] [PATCH] D29615: Convert Log class to llvm streams

2017-02-08 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Ping. Any thoughts on this? https://reviews.llvm.org/D29615 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits