This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-30 05:55:35 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
49bfafb5108a463f3c46c11d91d92c5528770928
llvm
/
lldb
/
scripts
/
Python
History
Enrico Granata
49bfafb510
Shuffle APIs around a little bit, so that if you pass custom summary options, we don't end up caching the summary hence obtained. You may want to obtain an uncapped summary, but this should not be reflected in the summary we cache. The drawback is that we don't cache as aggressively as we could, but at least you get to have different summaries with different options without having to reset formatters or the SBValue at each step
...
llvm-svn: 222280
2014-11-18 23:36:25 +00:00
..
android
…
interface
Shuffle APIs around a little bit, so that if you pass custom summary options, we don't end up caching the summary hence obtained. You may want to obtain an uncapped summary, but this should not be reflected in the summary we cache. The drawback is that we don't cache as aggressively as we could, but at least you get to have different summaries with different options without having to reset formatters or the SBValue at each step
2014-11-18 23:36:25 +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
…
buildSwigPython.py
…
finish-swig-Python-LLDB.sh
…
finishSwigPythonLLDB.py
…
Makefile
…
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