This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
lldb
/
scripts
/
Python
History
Sylvestre Ledru
a7830a47f1
As consistency, invoke python with /usr/bin/env (like it is done in the rest of the file). Thanks to Xavier De Gaye for the patch
...
llvm-svn: 196933
2013-12-10 16:51:35 +00:00
..
interface
For logical backtrace work, lldb needs to track Module unloads etc & symoblicate an address based on a point in time
2013-12-06 01:12:00 +00:00
build-swig-Python.sh
As consistency, invoke python with /usr/bin/env (like it is done in the rest of the file). Thanks to Xavier De Gaye for the patch
2013-12-10 16:51:35 +00:00
finish-swig-Python-LLDB.sh
Adding a diagnose-nsstring command
2013-05-30 23:36:47 +00:00
modify-python-lldb.py
Make sure that the lldb globals:
2012-12-10 19:18:23 +00:00
python-extensions.swig
Added a way to extract the module specifications from a file. A module specification is information that is required to describe a module (executable, shared library, object file, ect). This information includes host path, platform path (remote path), symbol file path, UUID, object name (for objects in .a files for example you could have an object name of "foo.o"), and target triple. Module specification can be used to create a module, or used to add a module to a target. A list of module specifications can be used to enumerate objects in container objects (like universal mach files and BSD archive files).
2013-07-08 22:22:41 +00:00
python-swigsafecast.swig
Second attempt at getting the PyCallable changes in trunk
2013-07-09 20:14:26 +00:00
python-typemaps.swig
Sort out a number of mismatched integer types in order to cut down the number of compiler warnings.
2013-06-19 19:04:53 +00:00
python-wrapper.swig
Roll back the changes I made in r193907 which created a new Frame
2013-11-04 09:33:30 +00:00