[Lldb-commits] Buildbot numbers for the week of 01/01/2017 - 01/07/2017

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

[Lldb-commits] Buildbot numbers for the week of 01/08/2017 - 01/14/2017

2017-01-19 Thread Galina Kistanova via lldb-commits
Hello everyone, Below are some buildbot numbers for the last week of 01/08/2017 - 01/14/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] [PATCH] D28804: Provide a substitute to load command of gdb

2017-01-19 Thread Hafiz Abid Qadeer via Phabricator via lldb-commits
abidh closed this revision. abidh added a comment. Committed in 292499. Removed this bit "set PC to its entry address." before committing as it is not being done now. https://reviews.llvm.org/D28804 ___ lldb-commits mailing list

[Lldb-commits] [lldb] r292499 - Provide a substitute to load command of gdb.

2017-01-19 Thread Hafiz Abid Qadeer via lldb-commits
Author: abidh Date: Thu Jan 19 11:32:50 2017 New Revision: 292499 URL: http://llvm.org/viewvc/llvm-project?rev=292499=rev Log: Provide a substitute to load command of gdb. For bare-metal targets, lldb was missing a command like 'load' in gdb which can be used to create executable image on the

[Lldb-commits] [PATCH] D28804: Provide a substitute to load command of gdb

2017-01-19 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. Very nice! https://reviews.llvm.org/D28804 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[Lldb-commits] [PATCH] D28804: Provide a substitute to load command of gdb

2017-01-19 Thread Hafiz Abid Qadeer via Phabricator via lldb-commits
abidh updated this revision to Diff 84979. abidh added a comment. Changed the name of the option. Added LoadInMemory function to Module and ObjectFile class and moved the functionality of writing to memory there. Removed part which set the pc. https://reviews.llvm.org/D28804 Files:

[Lldb-commits] [lldb] r292489 - Refactor logging in NativeProcessLinux

2017-01-19 Thread Pavel Labath via lldb-commits
Author: labath Date: Thu Jan 19 09:26:04 2017 New Revision: 292489 URL: http://llvm.org/viewvc/llvm-project?rev=292489=rev Log: Refactor logging in NativeProcessLinux Use the LLDB_LOG macro instead of the more verbose if(log) ... syntax. I have also consolidated the log channels (everything now

[Lldb-commits] [lldb] r292488 - Avoid unused variable warning when assert is disabled.

2017-01-19 Thread Hafiz Abid Qadeer via lldb-commits
Author: abidh Date: Thu Jan 19 09:11:01 2017 New Revision: 292488 URL: http://llvm.org/viewvc/llvm-project?rev=292488=rev Log: Avoid unused variable warning when assert is disabled. Modified: lldb/trunk/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp Modified:

[Lldb-commits] [PATCH] D27289: Return "thread-pcs" in jstopinfo on Linux/Android.

2017-01-19 Thread Pavel Labath via Phabricator via lldb-commits
labath abandoned this revision. labath marked 2 inline comments as done. labath added a comment. The new version of this patch is in https://reviews.llvm.org/D28880. https://reviews.llvm.org/D27289 ___ lldb-commits mailing list