This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4104b908cce949b47aa65e683df428fbf547d6ab
clang-p2996
/
lldb
/
scripts
/
Python
History
Jason Molenda
4104b908cc
Fix mispelled 'ling' Python property to be 'line' in
...
SBLineEntry and SBDeclaration. Patch from Chris Willmore. <rdar://problem/19054323> llvm-svn: 222592
2014-11-22 00:00:17 +00:00
..
android
android: add a command script to help display mixed Java/native backtraces.
2014-09-23 16:28:01 +00:00
interface
Fix mispelled 'ling' Python property to be 'line' in
2014-11-22 00:00:17 +00:00
modules
LLGS Android target support - for Andy Chien :
http://reviews.llvm.org/D6166
2014-11-08 01:41:49 +00:00
build-swig-Python.sh
Add a new SBExecutionContext class that wraps an ExecutionContextRef. This class is a convenient way at the API level to package a target,process,thread and frame all together - or just a subset of those
2014-10-01 20:43:45 +00:00
buildSwigPython.py
Expose ThreadCollection in SB API
2014-09-06 01:21:19 +00:00
finish-swig-Python-LLDB.sh
This creates a valid Python API for Windows, pending some issues. The changes included are -
2014-07-01 17:57:19 +00:00
finishSwigPythonLLDB.py
Create an _d suffixed symlink when doing a debug Windows build.
2014-07-17 20:36:14 +00:00
Makefile
Suppress python readline module under Linux to fix a seg fault.
2014-02-26 07:39:20 +00:00
modify-python-lldb.py
…
python-extensions.swig
Add a (Python only) lldb.SBSyntheticValueProvider class to our API surface
2014-10-08 20:10:09 +00:00
python-swigsafecast.swig
Allow Python commands to optionally take an SBExecutionContext argument in case they need to handle 'where they want to act' separately from the notion of 'currently-selected entity' that is associated to the debugger. Do this in an (hopefully) non-breaking way by running an argcount check before passing in the new argument. Update the test case to also check for this new feature. www update to follow
2014-10-01 21:47:29 +00:00
python-typemaps.swig
Add typemaps to handle the transformation of Python list of strings into a 'char const **'. This fixes zephyr's issue with SBTarget::Launch without splitting the API into multiple names
2014-10-21 17:49:24 +00:00
python-wrapper.swig
Add a feature where a string data formatter can now be partially composed of Python summary functions
2014-10-28 21:07:00 +00:00