[Lldb-commits] [lldb] r277897 - The lack of classes in the hash table is not an error - it's very legitimately possible for a process to define no ObjC classes of its own. Discovered by debugging /bin

2016-08-05 Thread Enrico Granata via lldb-commits
Author: enrico Date: Fri Aug 5 19:57:07 2016 New Revision: 277897 URL: http://llvm.org/viewvc/llvm-project?rev=277897=rev Log: The lack of classes in the hash table is not an error - it's very legitimately possible for a process to define no ObjC classes of its own. Discovered by debugging

[Lldb-commits] [lldb] r277890 - Mention the scripted thread plans in the python reference.

2016-08-05 Thread Jim Ingham via lldb-commits
Author: jingham Date: Fri Aug 5 18:35:26 2016 New Revision: 277890 URL: http://llvm.org/viewvc/llvm-project?rev=277890=rev Log: Mention the scripted thread plans in the python reference. Modified: lldb/trunk/www/python-reference.html Modified: lldb/trunk/www/python-reference.html URL:

[Lldb-commits] [lldb] r277884 - Mention is_stale in the scripted step doc.

2016-08-05 Thread Jim Ingham via lldb-commits
Author: jingham Date: Fri Aug 5 17:47:43 2016 New Revision: 277884 URL: http://llvm.org/viewvc/llvm-project?rev=277884=rev Log: Mention is_stale in the scripted step doc. Modified: lldb/trunk/examples/python/scripted_step.py Modified: lldb/trunk/examples/python/scripted_step.py URL:

[Lldb-commits] [lldb] r277879 - Add a few more needed bits to the scripted thread plans.

2016-08-05 Thread Jim Ingham via lldb-commits
Author: jingham Date: Fri Aug 5 17:06:12 2016 New Revision: 277879 URL: http://llvm.org/viewvc/llvm-project?rev=277879=rev Log: Add a few more needed bits to the scripted thread plans. Modified: lldb/trunk/include/lldb/API/SBThread.h lldb/trunk/include/lldb/API/SBThreadPlan.h

[Lldb-commits] [lldb] r277844 - Tweaks to the reporting of "missing dyld shared cached" that make it easier to grab logs when such issues occur, make the logs more helpful, and also tweaks to the user

2016-08-05 Thread Enrico Granata via lldb-commits
Author: enrico Date: Fri Aug 5 13:09:50 2016 New Revision: 277844 URL: http://llvm.org/viewvc/llvm-project?rev=277844=rev Log: Tweaks to the reporting of "missing dyld shared cached" that make it easier to grab logs when such issues occur, make the logs more helpful, and also tweaks to the

[Lldb-commits] [lldb] r277837 - [asan] Remove unused include (NFC)

2016-08-05 Thread Vedant Kumar via lldb-commits
Author: vedantk Date: Fri Aug 5 12:28:28 2016 New Revision: 277837 URL: http://llvm.org/viewvc/llvm-project?rev=277837=rev Log: [asan] Remove unused include (NFC) Modified: lldb/trunk/source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp Modified: