Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
96c755d13c58487ecd1a8d0cbbd017364c1725a0
/
lldb
/
scripts
/
Python
/
python-wrapper.swig
a2b514a
Add more robustness - use PyString_CheckExact(pvalue) to check whether pvalue is a Python string before
by Johnny Chen
· 14 years ago
1d9cb8a
http://llvm.org/bugs/show_bug.cgi?id=11569
by Johnny Chen
· 14 years ago
a9dbf43
this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb
by Enrico Granata
· 14 years ago
9128ee2
Redesign of the interaction between Python and frozen objects:
by Enrico Granata
· 14 years ago
dc94073
Additional code cleanups ; Short option name for --python-script in type summary add moved from -s to -o (this is a preliminary step in moving the short option for --summary-string from -f to -s) ; Accordingly updated the test suite
by Enrico Granata
· 14 years ago
def5391
- Support for Python namespaces:
by Enrico Granata
· 14 years ago
e73d96f
Further fix for SWIG interoperability; making sure the Release() method of SBCommandReturnObject is called at all times
by Enrico Granata
· 14 years ago
274fd6e
Fixed some SWIG interoperability issues
by Enrico Granata
· 14 years ago
58ad334
Taking care of an issue with using lldb_private types in SBCommandInterpreter.cpp ; Making NSString test case work on Snow Leopard ; Removing an unused variable warning
by Enrico Granata
· 14 years ago
223383e
Changes to Python commands:
by Enrico Granata
· 14 years ago
be93a35
Python commands:
by Enrico Granata
· 14 years ago
a365f29
Fixed an issue where LLDB was complaining about the lack of 'update' in a synthetic provider, despite it being optional
by Enrico Granata
· 14 years ago
0efa71a
adding required utility function to SWIG interface
by Enrico Granata
· 14 years ago
11346d3
lldb.swig (the SWIG input file) has become too large. Modularize a bit by introducing two files
by Johnny Chen
· 14 years ago