Author: enrico
Date: Fri Aug 5 19:57:07 2016
New Revision: 277897
URL: http://llvm.org/viewvc/llvm-project?rev=277897&view=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
Author: ovyalov
Date: Fri Aug 5 19:42:23 2016
New Revision: 277895
URL: http://llvm.org/viewvc/llvm-project?rev=277895&view=rev
Log:
Fix Windows build - add return statement in
SBThread::StepUsingScriptedThreadPlan.
Modified:
lldb/trunk/source/API/SBThread.cpp
Modified: lldb/trunk/source/A
Author: jingham
Date: Fri Aug 5 18:35:26 2016
New Revision: 277890
URL: http://llvm.org/viewvc/llvm-project?rev=277890&view=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:
Author: jingham
Date: Fri Aug 5 17:47:43 2016
New Revision: 277884
URL: http://llvm.org/viewvc/llvm-project?rev=277884&view=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:
h
Author: jingham
Date: Fri Aug 5 17:06:12 2016
New Revision: 277879
URL: http://llvm.org/viewvc/llvm-project?rev=277879&view=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
ll
Author: enrico
Date: Fri Aug 5 13:09:50 2016
New Revision: 277844
URL: http://llvm.org/viewvc/llvm-project?rev=277844&view=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
Author: vedantk
Date: Fri Aug 5 12:28:28 2016
New Revision: 277837
URL: http://llvm.org/viewvc/llvm-project?rev=277837&view=rev
Log:
[asan] Remove unused include (NFC)
Modified:
lldb/trunk/source/Plugins/InstrumentationRuntime/AddressSanitizer/AddressSanitizerRuntime.cpp
Modified:
lldb/tr