Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
scripts
/
Python
41ae8e7
[lldb] Introduce StackFrameRecognizer [take 3]
by Kuba Mracek
· 7 years ago
cb3628b
Revert r345686 due to build failures
by Kuba Mracek
· 7 years ago
8fddd98
[lldb] Introduce StackFrameRecognizer [take 2]
by Kuba Mracek
· 7 years ago
377f9f9
Revert r345678 (build failure on Linux machines).
by Kuba Mracek
· 7 years ago
ac0ba8c
[lldb] Introduce StackFrameRecognizer
by Kuba Mracek
· 7 years ago
4aa028b
[Swig] Merge typemaps with same bodies
by Tatyana Krasnukha
· 7 years ago
3815e70
Add a "scripted" breakpoint type to lldb.
by Jim Ingham
· 7 years ago
e2da5c5
Remove undefined behavior around the use of StateType
by Shafik Yaghmour
· 7 years ago
bc55523
Hold GIL while allocating memory for PythonString.
by Tatyana Krasnukha
· 7 years ago
8ab5c2d
Fix and simplify lldb.command decorator
by Dave Lee
· 7 years ago
23d66ae
Python: adjust the include directories
by Saleem Abdulrasool
· 7 years ago
9426358
build: use cmake to find the libedit content
by Saleem Abdulrasool
· 7 years ago
16b386d
Change SBProcess::ReadCStringFromMemory() back to returning
by Jason Molenda
· 8 years ago
b842f2e
Make breakpoint names real entities.
by Jim Ingham
· 8 years ago
10a601a
Fix a python object leak in SWIG glue.
by Zachary Turner
· 8 years ago
4791532
Install six.py conditionally
by Kamil Rytarowski
· 9 years ago
521d7b4
Fix the cmake declaration syntax
by Sylvestre Ledru
· 9 years ago
47b071d
Support of lldb on Kfreebsd
by Sylvestre Ledru
· 9 years ago
c3d0165
Fix broken escaping of commands in the build
by Luke Drummond
· 9 years ago
7a62521
Clean up some use of __ANDROID_NDK__ in the cmake files
by Pavel Labath
· 9 years ago
91967bd
[CMake] Rename lldb-launcher to darwin-debug
by Chris Bieneman
· 9 years ago
bdff2dc
Fix Python binding generation build step on Windows
by Vadim Macagon
· 9 years ago
d3199f5
[CMake] Initial support for LLDB.framework
by Chris Bieneman
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
93b5b66
Fixup TestPyObjSynthProvider.py and enable it again
by Pavel Labath
· 9 years ago
42ff957
Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProvider
by Enrico Granata
· 9 years ago
4d32eb6
Add .i files for SBMemoryRegionInfo and SBMemoryRegionInfoList and also hook up the new calls in SBProcess that give out SBMemoryRegionInfo and SBMemoryRegionInfoList objects.
by Greg Clayton
· 9 years ago
a5d6765
Fix an issue where the @lldb.command marker would not work with the new 5-argument version of the Python command function
by Enrico Granata
· 9 years ago
4692f52
Create _lldb python symlink correctly when LLVM_LIBDIR_SUFFIX is used
by Francis Ricci
· 9 years ago
c4a2134
Fix #ifdef __APPLE__ code is the swig Python bindings
by Todd Fiala
· 9 years ago
e867044
Fix a build issue where the python module could become stale.
by Zachary Turner
· 10 years ago
c134810
Check for a NULL input filehandle before referencing it.
by Jim Ingham
· 10 years ago
d815c9a
Fix SBDebugger.GetOutputFileHandle() on OS X.
by Jim Ingham
· 10 years ago
29d9bea
Adjust for Python-3.
by Siva Chandra
· 10 years ago
14086ed
Change lldb.value.__int__() so that it takes into account the signedness of the value being cast to return a Python number with the proper value
by Enrico Granata
· 10 years ago
c33088f
Remove autoconf support from source directories.
by Eugene Zelenko
· 10 years ago
4407396
Fix some issues with bytes and strings in Python 3.
by Zachary Turner
· 10 years ago
bea3a85
Fix more occurrences of string/bytes/bytearray in swig typemaps.
by Zachary Turner
· 10 years ago
f9d6d20
Fix swig typemap for SBEvent.
by Zachary Turner
· 10 years ago
21da1ed
Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.
by Zachary Turner
· 10 years ago
673cf7e
Get rid of const char** typemaps.
by Zachary Turner
· 10 years ago
19e2ea8
Fix TestProcessLaunch for Python 3.
by Zachary Turner
· 10 years ago
744959b
Fix an issue where scripted commands would not actually print any of their output if an immediate output file was set in the result object via a Python file object
by Enrico Granata
· 10 years ago
7a76845
Fix Python 3 issues related to OS plugins.
by Zachary Turner
· 10 years ago
31ccb51
__ne__ is the actual Python operator; __neq__ is a typo
by Enrico Granata
· 10 years ago
ec24223
Change finishSwigPythonLLDB.py to copy six.py instead of simlink it
by Ted Woodward
· 10 years ago
4c15269
Remove `lldb.root` and just look for the file we care about.
by Zachary Turner
· 10 years ago
f6508db
Revert "prepare_bindings.py: enable static bindings"
by Todd Fiala
· 10 years ago
223f4bb
Remove superseded buildSwigWrapperClasses.py and buildSwigPython.py classes
by Todd Fiala
· 10 years ago
a52e2c8
Remove the scripts/Python/build-swig-Python.sh script.
by Todd Fiala
· 10 years ago
48ef8d4c
Fix some issues with swig & string conversion.
by Zachary Turner
· 10 years ago
d434a1d
prepare_bindings.py: enable static bindings
by Todd Fiala
· 10 years ago
84c72b6
Add Pythonic language binding wrapper generation script.
by Todd Fiala
· 10 years ago
eddf19f
Insert the SWIG version into LLDB's __init__.py
by Zachary Turner
· 10 years ago
32ac147
Python3 - Fix some issues related to `PythonFile` class.
by Zachary Turner
· 10 years ago
60cd65a
Allow to override python-config executable name from command line
by Bruce Mitchener
· 10 years ago
b359b10
Delete `PyObjectToString` and use `PythonObject::Str()`.
by Zachary Turner
· 10 years ago
5b1ffdf
Finish PyCallable -> PythonCallable conversion.
by Zachary Turner
· 10 years ago
02bf92d
Fix non-Windows build after r252906.
by Zachary Turner
· 10 years ago
b58fb2f
Begin converting uses of PyCallable to PythonCallable.
by Zachary Turner
· 10 years ago
b8058a5
Remove `FindSessionDictionary` and rely on PythonDataObjects.
by Zachary Turner
· 10 years ago
caab921
Convert python-wrapper.swig to use PythonDataObjects.
by Zachary Turner
· 10 years ago
7d7814a
Symlink the `six` module during swig generation.
by Zachary Turner
· 10 years ago
fe68904
Fixed TypeMemberFunctionImpl to not use clang types directly but use the new CompilerDecl class to do the job in an abstract way.
by Greg Clayton
· 10 years ago
88ab3c7
Use PythonDataObjects in swig helper functions.
by Zachary Turner
· 10 years ago
37a0fc4
Remove a debug print statement.
by Zachary Turner
· 10 years ago
c22811b
Python 3 - Use __bool__() instead of __nonzero__() for truthiness.
by Zachary Turner
· 10 years ago
ddcd2de
[swig] Remove check_lldb_swig_executable_file_exists.
by Bruce Mitchener
· 10 years ago
a18231a
[swig] Start of pylint on python build scripts.
by Bruce Mitchener
· 10 years ago
ff836df
Revert "Python 3 - Don't add the _d suffix to the symlink on Windows."
by Zachary Turner
· 10 years ago
b20ef35
Python 3 - Don't add the _d suffix to the symlink on Windows.
by Zachary Turner
· 10 years ago
a7cd16b
Revert part of r239007 related to creating the Python symlink.
by Zachary Turner
· 10 years ago
15c0fba
Rename argdumper to lldb-argdumper
by Todd Fiala
· 10 years ago
9ac7a6c
[SBValue] Add a method GetNumChildren(uint32_t max)
by Siva Chandra
· 10 years ago
1756e056
Run py2to3 on lldb/scripts folder.
by Zachary Turner
· 10 years ago
a8bf774
Python: follow python guidelines for header usage
by Saleem Abdulrasool
· 10 years ago
5c3a198
Make swig generation python scripts python 3 compatible.
by Zachary Turner
· 10 years ago
7d6d218
Convert SWIG typemap string operations to PythonObjects.
by Zachary Turner
· 10 years ago
eda01c3
Update SWIG typemaps to use `PythonFile`.
by Zachary Turner
· 10 years ago
60c24f7
Change swig interface files to use PythonDataObjects.
by Zachary Turner
· 10 years ago
702c4b8
Simple readline functionality for interactive python on linux.
by Ryan Brown
· 10 years ago
6532c6a1
Update swig generation scripts to support Python 3.
by Zachary Turner
· 10 years ago
2becc98
Convert "long" input to "long long" in typemap for lldb::tid_t.
by Siva Chandra
· 10 years ago
1716838
We want Python int or long to both be usable as-a tid_t for API purposes. Introduce a typemap to this effect
by Enrico Granata
· 10 years ago
b88703c
[Python] Allow PyLong values in integer lists (when converting to C lists)
by Siva Chandra
· 10 years ago
1f9f6c0
[LLDBSwigPythonCallTypeScript] Remove redundant call to type summary func.
by Siva Chandra
· 10 years ago
7175f16
[lldb] Enable building with Cmake/BUILD_SHARED_LIBS
by Andrew Wilkins
· 10 years ago
7f83624
Add language option in -gdb-show command (MI)
by Ilia K
· 10 years ago
ce21606
Add SBLaunchInfo in include/lldb/API/SBDefines.h and fix spacing in scripts/Python/buildSwigPython.py
by Ilia K
· 10 years ago
17d2730
Start to share SWIG interface files between languages.
by Bruce Mitchener
· 10 years ago
2304b6f
Factor resolution of abbreviations and aliases so that they can be tested directly. http://reviews.llvm.org/D9033
by Adrian McCarthy
· 10 years ago
0405d68
Use the debugginess of the python interpreter when symlinking _lldb.pyd.
by Zachary Turner
· 10 years ago
e347657
Add properties to SBExecutionContext to access the several entities it stores in a more Pythonic fashion
by Enrico Granata
· 10 years ago
eaa9266
Don't use literal slashes when concatenating paths in Python.
by Zachary Turner
· 10 years ago
acf28be
Turn off 'quit' confirmation in lldb-mi
by Ilia K
· 11 years ago
0850871
Fix missing interfaces to scripts/Python/interface after r229110, r231858 and r232891
by Ilia K
· 11 years ago
a6a53d1
Remove non-standard Environment header section
by Ed Maste
· 11 years ago
4c276fb
Use .so library extension by default if platform is not Windows or Darwin
by Ed Maste
· 11 years ago
9956670
Fix whitespace in finishSwigWrapperClasses.py
by Ed Maste
· 11 years ago
3dfb86b
Fix the clang -Werror build & make the unit tests link under Linux
by David Blaikie
· 11 years ago
Next »