[Lldb-commits] [lldb] r299417 - Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var-create to work only with variables in scope

2017-04-04 Thread Ilia K via lldb-commits
Author: ki.stfu Date: Tue Apr 4 03:00:28 2017 New Revision: 299417 URL: http://llvm.org/viewvc/llvm-project?rev=299417&view=rev Log: Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var-create to work only with variables in scope Patch by ayuckhulk Reviewers: abidh, lldb-c

[Lldb-commits] [PATCH] D31367: Expression: add missing linkage to RuntimeDyld component

2017-04-04 Thread Michał Górny via Phabricator via lldb-commits
mgorny added a comment. Well, I can confirm that the hack works for me. Not that I like it but if it's meant to be only temporary, I'm fine with any solution that works. Repository: rL LLVM https://reviews.llvm.org/D31367 ___ lldb-commits mailin

[Lldb-commits] [lldb] r299451 - Tone down the "lldb types" log a bit.

2017-04-04 Thread Jim Ingham via lldb-commits
Author: jingham Date: Tue Apr 4 12:48:21 2017 New Revision: 299451 URL: http://llvm.org/viewvc/llvm-project?rev=299451&view=rev Log: Tone down the "lldb types" log a bit. Change the get shared class info function to only dump its results to the inferior stdout when the log is verbose. This matc

Re: [Lldb-commits] [PATCH] D22831: [LLDB] Documentation for SBAddress class

2017-04-04 Thread John Lindal via lldb-commits
Sorry for missing this! What options should I use when running it? On Mon, Sep 19, 2016 at 2:31 PM, Eugene Zelenko wrote: > Eugene.Zelenko added a subscriber: Eugene.Zelenko. > Eugene.Zelenko added a comment. > > Please rebase from trunk and run Clang-format. > > > Repository: > rL LLVM > > h

[Lldb-commits] [PATCH] D22831: [LLDB] Documentation for SBAddress class

2017-04-04 Thread John Lindal via Phabricator via lldb-commits
jafl updated this revision to Diff 94112. jafl added a comment. Merged from master and ran clang-format Repository: rL LLVM https://reviews.llvm.org/D22831 Files: include/lldb/API/SBAddress.h Index: include/lldb/API/SBAddress.h =

[Lldb-commits] [lldb] r299489 - Reverting r299374 & r299402 due to testsuite failure.

2017-04-04 Thread Jim Ingham via lldb-commits
Author: jingham Date: Tue Apr 4 19:08:21 2017 New Revision: 299489 URL: http://llvm.org/viewvc/llvm-project?rev=299489&view=rev Log: Reverting r299374 & r299402 due to testsuite failure. This caused a failure in the test case: functionalities/breakpoint/objc/TestObjCBreakpoints.py When we ar

Re: [Lldb-commits] [PATCH] D31451: New C++ function name parsing logic

2017-04-04 Thread Jim Ingham via lldb-commits
This patch is causing a testsuite failure in ObjC breakpoint setting: functionalities/breakpoint/objc/TestObjCBreakpoints.py You must be grabbing ObjC names and somehow treating them as C++ names. I reverted the patch till the test gets fixed. If you can't get your hands on an ObjC binary to t

[Lldb-commits] Buildbot numbers for the week of 03/19/2017 - 03/25/2017

2017-04-04 Thread Galina Kistanova via lldb-commits
Hello everyone, Below are some buildbot numbers for the week of 03/19/2017 - 03/25/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 from gre

[Lldb-commits] Buildbot numbers for the week of 03/26/2017 - 04/01/2017

2017-04-04 Thread Galina Kistanova via lldb-commits
Hello everyone, Below are some buildbot numbers for the last week of 03/26/2017 - 04/01/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 fro

Re: [Lldb-commits] [lldb] r299200 - [LLDB][MIPS] Core Dump Support.

2017-04-04 Thread Ed Maste via lldb-commits
On 31 March 2017 at 07:14, Nitesh Jain via lldb-commits wrote: > Author: nitesh.jain > Date: Fri Mar 31 06:14:02 2017 > New Revision: 299200 > > URL: http://llvm.org/viewvc/llvm-project?rev=299200&view=rev > Log: > [LLDB][MIPS] Core Dump Support. The FreeBSD build is broken as of this commit: htt

Re: [Lldb-commits] [PATCH] D31451: New C++ function name parsing logic

2017-04-04 Thread Eugene Zemtsov via lldb-commits
Sorry about that and thanks for rolling it back. I'll take a look tomorrow. On Tue, Apr 4, 2017 at 5:22 PM, Jim Ingham wrote: > This patch is causing a testsuite failure in ObjC breakpoint setting: > > functionalities/breakpoint/objc/TestObjCBreakpoints.py > > You must be grabbing ObjC names and