[Lldb-commits] [lldb] r288999 - Fixed DoConnectRemote issues where ProcessKDP wasn't switched over to use the version that needed a StringRef as the URL, and also updated all virtual functions to say

2016-12-07 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Wed Dec 7 17:51:49 2016 New Revision: 288999 URL: http://llvm.org/viewvc/llvm-project?rev=288999&view=rev Log: Fixed DoConnectRemote issues where ProcessKDP wasn't switched over to use the version that needed a StringRef as the URL, and also updated all virtual functions

[Lldb-commits] [lldb] r289000 - Fix an unannotated fallthrough that was causing a warning.

2016-12-07 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Wed Dec 7 17:52:27 2016 New Revision: 289000 URL: http://llvm.org/viewvc/llvm-project?rev=289000&view=rev Log: Fix an unannotated fallthrough that was causing a warning. Modified: lldb/trunk/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptE

[Lldb-commits] [lldb] r289006 - Improve crashlog.py so it can handle more iOS crashlog files.

2016-12-07 Thread Greg Clayton via lldb-commits
Author: gclayton Date: Wed Dec 7 18:22:45 2016 New Revision: 289006 URL: http://llvm.org/viewvc/llvm-project?rev=289006&view=rev Log: Improve crashlog.py so it can handle more iOS crashlog files. Modified: lldb/trunk/examples/python/crashlog.py Modified: lldb/trunk/examples/python/crash

[Lldb-commits] Buildbot numbers for the week of 11/27/2016 - 12/03/2016

2016-12-07 Thread Galina Kistanova via lldb-commits
Hello everyone, Below are some buildbot numbers for the last week of 11/27/2016 - 12/03/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 fro

[Lldb-commits] Buildbot numbers for the week of 11/20/2016 - 11/26/2016

2016-12-07 Thread Galina Kistanova via lldb-commits
Hello everyone, Below are some buildbot numbers for the week of 11/20/2016 - 11/26/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 gre

[Lldb-commits] [lldb] r289009 - Work around a bogus warning on MSVC.

2016-12-07 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Dec 7 18:54:24 2016 New Revision: 289009 URL: http://llvm.org/viewvc/llvm-project?rev=289009&view=rev Log: Work around a bogus warning on MSVC. Modified: lldb/trunk/include/lldb/Target/Target.h Modified: lldb/trunk/include/lldb/Target/Target.h URL: http://llvm.org

[Lldb-commits] [lldb] r289012 - Convert CommandObjectCommands to entry-based Args access.

2016-12-07 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Dec 7 19:31:04 2016 New Revision: 289012 URL: http://llvm.org/viewvc/llvm-project?rev=289012&view=rev Log: Convert CommandObjectCommands to entry-based Args access. Modified: lldb/trunk/source/Commands/CommandObjectCommands.cpp Modified: lldb/trunk/source/Commands/

[Lldb-commits] [lldb] r289015 - Convert CommandObjectFrame to entry-based Args access.

2016-12-07 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Dec 7 20:02:09 2016 New Revision: 289015 URL: http://llvm.org/viewvc/llvm-project?rev=289015&view=rev Log: Convert CommandObjectFrame to entry-based Args access. In the process, discovered a bug related to the use of an uninitialized-pointer, and fixed as suggested by E

[Lldb-commits] [lldb] r289016 - Set the address size based on the target's arch instead

2016-12-07 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Dec 7 20:02:45 2016 New Revision: 289016 URL: http://llvm.org/viewvc/llvm-project?rev=289016&view=rev Log: Set the address size based on the target's arch instead of using the address of the all_image_infos struct. Modified: lldb/trunk/source/Plugins/DynamicLoad

[Lldb-commits] [lldb] r289023 - Increase timeout for Frontboard app launch request from 9 to 20 seconds

2016-12-07 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Wed Dec 7 23:12:45 2016 New Revision: 289023 URL: http://llvm.org/viewvc/llvm-project?rev=289023&view=rev Log: Increase timeout for Frontboard app launch request from 9 to 20 seconds to match other timeouts. Modified: lldb/trunk/tools/debugserver/source/MacOSX/MachProc

[Lldb-commits] [lldb] r289026 - When we interrupt a process, it was possible or the thread names

2016-12-07 Thread Jason Molenda via lldb-commits
Author: jmolenda Date: Thu Dec 8 00:27:29 2016 New Revision: 289026 URL: http://llvm.org/viewvc/llvm-project?rev=289026&view=rev Log: When we interrupt a process, it was possible or the thread names to not be set by Process::WillPublicStop() so the driver won't get access to them. The fix is str