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-15 12:25:46 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
07a4ac22edd3f08cb460a651a2318d9bf5090ba1
llvm
/
lldb
/
scripts
/
Python
History
Enrico Granata
07a4ac22ed
<rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method failed to operate on dynamic values. The fix consists in making the set operation fall through to the parent. We only actually allow this if the dynamic value is at a 0-offset from the parent, or the new value is 0. Other scenarios would need agreement on the actual meaning of the set operation (do we keep offsetting? do we just assume the user knows what they are doing?) so we prevent them, and let the expression parser deal with the complexity
...
llvm-svn: 156422
2012-05-08 21:25:06 +00:00
..
interface
<rdar://problem/11239650> Fixing a bug where the SetValueFromCString() method failed to operate on dynamic values. The fix consists in making the set operation fall through to the parent. We only actually allow this if the dynamic value is at a 0-offset from the parent, or the new value is 0. Other scenarios would need agreement on the actual meaning of the set operation (do we keep offsetting? do we just assume the user knows what they are doing?) so we prevent them, and let the expression parser deal with the complexity
2012-05-08 21:25:06 +00:00
build-swig-Python.sh
…
edit-swig-python-wrapper-file.py
…
finish-swig-Python-LLDB.sh
Remove the "-x" from the finish-swig-Python-LLDB.sh shell options so it doesn't print out all of the commands when executing the shell script.
2012-04-25 18:40:20 +00:00
modify-python-lldb.py
Export the APIs submitted by Dawn to the Python bindings. Add a simple test case for the SBModule.compile_unit_iter() API.
2012-03-16 21:55:42 +00:00
python-extensions.swig
…
python-typemaps.swig
…
python-wrapper.swig
Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern
2012-03-19 22:58:49 +00:00