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 22:53:05 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
edc44140947e4e3721e2a44e527b8b538451271d
llvm
/
lldb
/
scripts
/
Python
History
Enrico Granata
edc4414094
Expose the ability to retrieve the result of a type validator via the SB API. To keep it simple, do not expose the pair, but just return a NULL string for success, and a non-NULL string for error; If we were to decide to expose the pair, we would need an SBTypeValidatorResult, which is fine, but it should come as part of exposing type validators through the SB API rather than as a one-off thing. So, KISS for now
...
llvm-svn: 217299
2014-09-06 01:30:04 +00:00
..
interface
Expose the ability to retrieve the result of a type validator via the SB API. To keep it simple, do not expose the pair, but just return a NULL string for success, and a non-NULL string for error; If we were to decide to expose the pair, we would need an SBTypeValidatorResult, which is fine, but it should come as part of exposing type validators through the SB API rather than as a one-off thing. So, KISS for now
2014-09-06 01:30:04 +00:00
modules
Fix an incomplete null structure spec in Python readline suppression module.
2014-06-26 22:35:36 +00:00
build-swig-Python.sh
Expose ThreadCollection in SB API
2014-09-06 01:21:19 +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
…
modify-python-lldb.py
…
python-extensions.swig
…
python-swigsafecast.swig
…
python-typemaps.swig
…
python-wrapper.swig
…