[Lldb-commits] [lldb] r278774 - Symbol: add missing item in covered switch

2016-08-15 Thread Saleem Abdulrasool via lldb-commits
Author: compnerd Date: Mon Aug 15 23:12:36 2016 New Revision: 278774 URL: http://llvm.org/viewvc/llvm-project?rev=278774&view=rev Log: Symbol: add missing item in covered switch RenderScript was missing from the covered switch. Add it to avoid a warning of the missing entry. NFC. Modified:

Re: [Lldb-commits] [PATCH] D20386: Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPY

2016-08-15 Thread Muhammad Omair Javaid via lldb-commits
omjavaid added a comment. I like your suggestions and I dont think we have any other way but to use preset environment variable to detect what kind of TOOLCHAIN we want to use apart from some standard cases where we have the ability to detect through proposed hack logic. I agree we should have

[Lldb-commits] Buildbot numbers for the last week of 8/07/2016 - 8/13/2016

2016-08-15 Thread Galina Kistanova via lldb-commits
Hello everyone, Below are some buildbot numbers for the last week of 8/07/2016 - 8/13/2016. 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

[Lldb-commits] Buildbot numbers for the week of 7/31/2016 - 8/06/2016

2016-08-15 Thread Galina Kistanova via lldb-commits
Hello everyone, Below are some buildbot numbers for the week of 7/31/2016 - 8/06/2016. 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 greed

Re: [Lldb-commits] [PATCH] D17856: Fix expression evaluation with operator new

2016-08-15 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL278670: Fix expression evaluation with operator new (authored by labath). Changed prior to commit: https://reviews.llvm.org/D17856?vs=56252&id=68036#toc Repository: rL LLVM https://reviews.llvm.org/

[Lldb-commits] [lldb] r278670 - Fix expression evaluation with operator new

2016-08-15 Thread Pavel Labath via lldb-commits
Author: labath Date: Mon Aug 15 09:32:32 2016 New Revision: 278670 URL: http://llvm.org/viewvc/llvm-project?rev=278670&view=rev Log: Fix expression evaluation with operator new Summary: referencing a user-defined operator new was triggering an assert in clang because we were registering the func

[Lldb-commits] [lldb] r278664 - Fix a race in Broadcaster/Listener interaction

2016-08-15 Thread Pavel Labath via lldb-commits
Author: labath Date: Mon Aug 15 04:53:08 2016 New Revision: 278664 URL: http://llvm.org/viewvc/llvm-project?rev=278664&view=rev Log: Fix a race in Broadcaster/Listener interaction Summary: The following problem was occuring: - broadcaster B had two listeners: L1 and L2 (thread T1) - (T1) B has st

Re: [Lldb-commits] [PATCH] D23406: Fix a race in Broadcaster/Listener interaction

2016-08-15 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL278664: Fix a race in Broadcaster/Listener interaction (authored by labath). Changed prior to commit: https://reviews.llvm.org/D23406?vs=67686&id=68007#toc Repository: rL LLVM https://reviews.llvm.o

Re: [Lldb-commits] [PATCH] D23406: Fix a race in Broadcaster/Listener interaction

2016-08-15 Thread Pavel Labath via lldb-commits
labath added a comment. In https://reviews.llvm.org/D23406#513927, @jingham wrote: > Yes, sorry. I seem to have trouble with remembering the Action dropdown... > Thanks for figuring this out - and apologies for any hair loss we > inadvertently caused you! No worries. > I doubt it is import

[Lldb-commits] [lldb] r278662 - Fixup r278524 for non-apple targets

2016-08-15 Thread Pavel Labath via lldb-commits
Author: labath Date: Mon Aug 15 04:17:13 2016 New Revision: 278662 URL: http://llvm.org/viewvc/llvm-project?rev=278662&view=rev Log: Fixup r278524 for non-apple targets The commit started passing a nullptr port into GDBRemoteCommunication::StartDebugserverProcess. The function was mostly handlin