1. 41ae8e7 [lldb] Introduce StackFrameRecognizer [take 3] by Kuba Mracek · 7 years ago
  2. cb3628b Revert r345686 due to build failures by Kuba Mracek · 7 years ago
  3. 8fddd98 [lldb] Introduce StackFrameRecognizer [take 2] by Kuba Mracek · 7 years ago
  4. 377f9f9 Revert r345678 (build failure on Linux machines). by Kuba Mracek · 7 years ago
  5. ac0ba8c [lldb] Introduce StackFrameRecognizer by Kuba Mracek · 7 years ago
  6. 4aa028b [Swig] Merge typemaps with same bodies by Tatyana Krasnukha · 7 years ago
  7. 3815e70 Add a "scripted" breakpoint type to lldb. by Jim Ingham · 7 years ago
  8. e2da5c5 Remove undefined behavior around the use of StateType by Shafik Yaghmour · 7 years ago
  9. bc55523 Hold GIL while allocating memory for PythonString. by Tatyana Krasnukha · 7 years ago
  10. 8ab5c2d Fix and simplify lldb.command decorator by Dave Lee · 7 years ago
  11. 23d66ae Python: adjust the include directories by Saleem Abdulrasool · 7 years ago
  12. 9426358 build: use cmake to find the libedit content by Saleem Abdulrasool · 7 years ago
  13. 16b386d Change SBProcess::ReadCStringFromMemory() back to returning by Jason Molenda · 8 years ago
  14. b842f2e Make breakpoint names real entities. by Jim Ingham · 8 years ago
  15. 10a601a Fix a python object leak in SWIG glue. by Zachary Turner · 8 years ago
  16. 4791532 Install six.py conditionally by Kamil Rytarowski · 9 years ago
  17. 521d7b4 Fix the cmake declaration syntax by Sylvestre Ledru · 9 years ago
  18. 47b071d Support of lldb on Kfreebsd by Sylvestre Ledru · 9 years ago
  19. c3d0165 Fix broken escaping of commands in the build by Luke Drummond · 9 years ago
  20. 7a62521 Clean up some use of __ANDROID_NDK__ in the cmake files by Pavel Labath · 9 years ago
  21. 91967bd [CMake] Rename lldb-launcher to darwin-debug by Chris Bieneman · 9 years ago
  22. bdff2dc Fix Python binding generation build step on Windows by Vadim Macagon · 9 years ago
  23. d3199f5 [CMake] Initial support for LLDB.framework by Chris Bieneman · 9 years ago
  24. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  25. 93b5b66 Fixup TestPyObjSynthProvider.py and enable it again by Pavel Labath · 9 years ago
  26. 42ff957 Add an helper class lldb.formatters.synth.PythonObjectSyntheticChildProvider by Enrico Granata · 9 years ago
  27. 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
  28. 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
  29. 4692f52 Create _lldb python symlink correctly when LLVM_LIBDIR_SUFFIX is used by Francis Ricci · 9 years ago
  30. c4a2134 Fix #ifdef __APPLE__ code is the swig Python bindings by Todd Fiala · 9 years ago
  31. e867044 Fix a build issue where the python module could become stale. by Zachary Turner · 10 years ago
  32. c134810 Check for a NULL input filehandle before referencing it. by Jim Ingham · 10 years ago
  33. d815c9a Fix SBDebugger.GetOutputFileHandle() on OS X. by Jim Ingham · 10 years ago
  34. 29d9bea Adjust for Python-3. by Siva Chandra · 10 years ago
  35. 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
  36. c33088f Remove autoconf support from source directories. by Eugene Zelenko · 10 years ago
  37. 4407396 Fix some issues with bytes and strings in Python 3. by Zachary Turner · 10 years ago
  38. bea3a85 Fix more occurrences of string/bytes/bytearray in swig typemaps. by Zachary Turner · 10 years ago
  39. f9d6d20 Fix swig typemap for SBEvent. by Zachary Turner · 10 years ago
  40. 21da1ed Fix ResourceWarning about unclosed file in use_lldb_suite_root.py. by Zachary Turner · 10 years ago
  41. 673cf7e Get rid of const char** typemaps. by Zachary Turner · 10 years ago
  42. 19e2ea8 Fix TestProcessLaunch for Python 3. by Zachary Turner · 10 years ago
  43. 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
  44. 7a76845 Fix Python 3 issues related to OS plugins. by Zachary Turner · 10 years ago
  45. 31ccb51 __ne__ is the actual Python operator; __neq__ is a typo by Enrico Granata · 10 years ago
  46. ec24223 Change finishSwigPythonLLDB.py to copy six.py instead of simlink it by Ted Woodward · 10 years ago
  47. 4c15269 Remove `lldb.root` and just look for the file we care about. by Zachary Turner · 10 years ago
  48. f6508db Revert "prepare_bindings.py: enable static bindings" by Todd Fiala · 10 years ago
  49. 223f4bb Remove superseded buildSwigWrapperClasses.py and buildSwigPython.py classes by Todd Fiala · 10 years ago
  50. a52e2c8 Remove the scripts/Python/build-swig-Python.sh script. by Todd Fiala · 10 years ago
  51. 48ef8d4c Fix some issues with swig & string conversion. by Zachary Turner · 10 years ago
  52. d434a1d prepare_bindings.py: enable static bindings by Todd Fiala · 10 years ago
  53. 84c72b6 Add Pythonic language binding wrapper generation script. by Todd Fiala · 10 years ago
  54. eddf19f Insert the SWIG version into LLDB's __init__.py by Zachary Turner · 10 years ago
  55. 32ac147 Python3 - Fix some issues related to `PythonFile` class. by Zachary Turner · 10 years ago
  56. 60cd65a Allow to override python-config executable name from command line by Bruce Mitchener · 10 years ago
  57. b359b10 Delete `PyObjectToString` and use `PythonObject::Str()`. by Zachary Turner · 10 years ago
  58. 5b1ffdf Finish PyCallable -> PythonCallable conversion. by Zachary Turner · 10 years ago
  59. 02bf92d Fix non-Windows build after r252906. by Zachary Turner · 10 years ago
  60. b58fb2f Begin converting uses of PyCallable to PythonCallable. by Zachary Turner · 10 years ago
  61. b8058a5 Remove `FindSessionDictionary` and rely on PythonDataObjects. by Zachary Turner · 10 years ago
  62. caab921 Convert python-wrapper.swig to use PythonDataObjects. by Zachary Turner · 10 years ago
  63. 7d7814a Symlink the `six` module during swig generation. by Zachary Turner · 10 years ago
  64. 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
  65. 88ab3c7 Use PythonDataObjects in swig helper functions. by Zachary Turner · 10 years ago
  66. 37a0fc4 Remove a debug print statement. by Zachary Turner · 10 years ago
  67. c22811b Python 3 - Use __bool__() instead of __nonzero__() for truthiness. by Zachary Turner · 10 years ago
  68. ddcd2de [swig] Remove check_lldb_swig_executable_file_exists. by Bruce Mitchener · 10 years ago
  69. a18231a [swig] Start of pylint on python build scripts. by Bruce Mitchener · 10 years ago
  70. ff836df Revert "Python 3 - Don't add the _d suffix to the symlink on Windows." by Zachary Turner · 10 years ago
  71. b20ef35 Python 3 - Don't add the _d suffix to the symlink on Windows. by Zachary Turner · 10 years ago
  72. a7cd16b Revert part of r239007 related to creating the Python symlink. by Zachary Turner · 10 years ago
  73. 15c0fba Rename argdumper to lldb-argdumper by Todd Fiala · 10 years ago
  74. 9ac7a6c [SBValue] Add a method GetNumChildren(uint32_t max) by Siva Chandra · 10 years ago
  75. 1756e056 Run py2to3 on lldb/scripts folder. by Zachary Turner · 10 years ago
  76. a8bf774 Python: follow python guidelines for header usage by Saleem Abdulrasool · 10 years ago
  77. 5c3a198 Make swig generation python scripts python 3 compatible. by Zachary Turner · 10 years ago
  78. 7d6d218 Convert SWIG typemap string operations to PythonObjects. by Zachary Turner · 10 years ago
  79. eda01c3 Update SWIG typemaps to use `PythonFile`. by Zachary Turner · 10 years ago
  80. 60c24f7 Change swig interface files to use PythonDataObjects. by Zachary Turner · 10 years ago
  81. 702c4b8 Simple readline functionality for interactive python on linux. by Ryan Brown · 10 years ago
  82. 6532c6a1 Update swig generation scripts to support Python 3. by Zachary Turner · 10 years ago
  83. 2becc98 Convert "long" input to "long long" in typemap for lldb::tid_t. by Siva Chandra · 10 years ago
  84. 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
  85. b88703c [Python] Allow PyLong values in integer lists (when converting to C lists) by Siva Chandra · 10 years ago
  86. 1f9f6c0 [LLDBSwigPythonCallTypeScript] Remove redundant call to type summary func. by Siva Chandra · 10 years ago
  87. 7175f16 [lldb] Enable building with Cmake/BUILD_SHARED_LIBS by Andrew Wilkins · 10 years ago
  88. 7f83624 Add language option in -gdb-show command (MI) by Ilia K · 10 years ago
  89. ce21606 Add SBLaunchInfo in include/lldb/API/SBDefines.h and fix spacing in scripts/Python/buildSwigPython.py by Ilia K · 10 years ago
  90. 17d2730 Start to share SWIG interface files between languages. by Bruce Mitchener · 10 years ago
  91. 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
  92. 0405d68 Use the debugginess of the python interpreter when symlinking _lldb.pyd. by Zachary Turner · 10 years ago
  93. e347657 Add properties to SBExecutionContext to access the several entities it stores in a more Pythonic fashion by Enrico Granata · 10 years ago
  94. eaa9266 Don't use literal slashes when concatenating paths in Python. by Zachary Turner · 10 years ago
  95. acf28be Turn off 'quit' confirmation in lldb-mi by Ilia K · 11 years ago
  96. 0850871 Fix missing interfaces to scripts/Python/interface after r229110, r231858 and r232891 by Ilia K · 11 years ago
  97. a6a53d1 Remove non-standard Environment header section by Ed Maste · 11 years ago
  98. 4c276fb Use .so library extension by default if platform is not Windows or Darwin by Ed Maste · 11 years ago
  99. 9956670 Fix whitespace in finishSwigWrapperClasses.py by Ed Maste · 11 years ago
  100. 3dfb86b Fix the clang -Werror build & make the unit tests link under Linux by David Blaikie · 11 years ago