Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
2a45e409a8ae86c7761d805ecb61b2052a4d570f
/
lldb
/
scripts
/
Python
/
python-wrapper.swig
c9449ad
Match extern "C" in declaration and definition (swig template)
by Daniel Malea
· 13 years ago
adaf282
<rdar://problem/12523238> Commit 1 of 3
by Enrico Granata
· 13 years ago
e3e9151
<rdar://problem/12437442>
by Enrico Granata
· 13 years ago
8fb5d46
Fixing a potential control may reach end of non-void function issue
by Enrico Granata
· 13 years ago
c504191
Added SBDebugger's log callbacks to Python-land
by Filipe Cabecinhas
· 13 years ago
4300fab
Fixing a bunch of issues with the OS plugin code
by Enrico Granata
· 13 years ago
5790759
Adding bindings to the Script Interpreter for some basic Python OS plugin functionality (still WIP)
by Enrico Granata
· 13 years ago
2c0978a
Fixed a Linux building bug pointed out by Daniel Malea.
by Filipe Cabecinhas
· 13 years ago
6eb31e7
Added a typemap and wrappers for SBInputReader callbacks
by Filipe Cabecinhas
· 13 years ago
e9a5627
rdar://problem/11457143 [ER] need "watchpoint command ..."
by Johnny Chen
· 13 years ago
86cc982
Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern
by Enrico Granata
· 14 years ago
7bc0ec3
This commit:
by Enrico Granata
· 14 years ago
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