1. 05495c5 [Python] Remove dynamic indirection by Jonas Devlieghere · 7 years ago
  2. 5c4fad0 [ScriptInterpreterPython] Try to make the sanitizer bot green again. by Davide Italiano · 7 years ago
  3. b29d82e [ScriptInterpreterPython] Make SWIG callback private (NFC) by Jonas Devlieghere · 7 years ago
  4. b01b108 [ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC) by Jonas Devlieghere · 7 years ago
  5. 4f9cb26 [ScriptInterpreter] Remove a warning and reformat comments. by Davide Italiano · 7 years ago
  6. 386f00d [ScriptInterpreter] Make sure that PYTHONHOME is right. by Davide Italiano · 7 years ago
  7. 0affb58 Quiet command regex instructions during batch execution by Dave Lee · 7 years ago
  8. 1b6700e Re-apply "Fix embedded Python initialization according to changes in version 3.7" by Tatyana Krasnukha · 7 years ago
  9. 6228629 Revert "Fix embedded Python initialization according to changes in version 3.7" by Tatyana Krasnukha · 7 years ago
  10. b30c1d5 Fix embedded Python initialization according to changes in version 3.7 by Tatyana Krasnukha · 7 years ago
  11. 42a9da7 Fix potential UB when target_file directory is null by Stefan Granitz · 7 years ago
  12. d5b4403 Replace 'ap' with 'up' suffix in variable names. (NFC) by Jonas Devlieghere · 7 years ago
  13. 796ac80 Use std::make_shared in LLDB (NFC) by Jonas Devlieghere · 7 years ago
  14. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  15. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  16. 50bc1ed [FileSystem] Open File instances through the FileSystem. by Jonas Devlieghere · 7 years ago
  17. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  18. dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
  19. 8f81aed [NFC] Fixed -Wsign-compare warning by David Bolvansky · 7 years ago
  20. 41ae8e7 [lldb] Introduce StackFrameRecognizer [take 3] by Kuba Mracek · 7 years ago
  21. cb3628b Revert r345686 due to build failures by Kuba Mracek · 7 years ago
  22. 8fddd98 [lldb] Introduce StackFrameRecognizer [take 2] by Kuba Mracek · 7 years ago
  23. 377f9f9 Revert r345678 (build failure on Linux machines). by Kuba Mracek · 7 years ago
  24. ac0ba8c [lldb] Introduce StackFrameRecognizer by Kuba Mracek · 7 years ago
  25. 74587a0 Fix double import of _lldb module. by Vadim Chugunov · 7 years ago
  26. 3815e70 Add a "scripted" breakpoint type to lldb. by Jim Ingham · 7 years ago
  27. 17af5b6 [NFC] Minor code refactoring. by Raphael Isemann · 7 years ago
  28. d6c062b No longer pass a StringRef to the Python API by Raphael Isemann · 7 years ago
  29. 4d51a90 Get rid of the C-string parameter in DoExecute by Raphael Isemann · 7 years ago
  30. d68983e Partially revert r335236 by Pavel Labath · 7 years ago
  31. bcadb5a ScriptInterpreterPython cleanup by Pavel Labath · 7 years ago
  32. 2df331b Remove dependency from Host to python by Pavel Labath · 7 years ago
  33. 60f028f Replace HostInfo::GetLLDBPath with specific functions by Pavel Labath · 7 years ago
  34. ad8d48f [FileSpec] Delegate common operations to llvm::sys::path by Jonas Devlieghere · 7 years ago
  35. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  36. 2350272 Revert r317182 for https://reviews.llvm.org/D39128 by Jason Molenda · 8 years ago
  37. edc2def Commit Lawrence D'Anna's patch to change SetOututFileHandle to work with IOBase. by Jason Molenda · 8 years ago
  38. 9e27b70 Ahhhh roll back that commit, I didn't see that Lawrence had filed by Jason Molenda · 8 years ago
  39. c139a40 Commit Lawrence D'Anna's patch to change SetOututFileHandle to work with IOBase. by Jason Molenda · 8 years ago
  40. ef96986 Reverting r315966 - it caused a build failure on an ubuntu x android bot. by Jason Molenda · 8 years ago
  41. 695a1f6 Committing this for Larry D'Anna: by Jason Molenda · 8 years ago
  42. ac43c1b Don't access Python objects while not holding the GIL. by Zachary Turner · 8 years ago
  43. 38d0632 Move Timer and TraceOptions from Core to Utility by Pavel Labath · 8 years ago
  44. f9d1647 Remove an expensive lock from Timer by Pavel Labath · 8 years ago
  45. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  46. 7d86ee5 Resubmit FileSystem changes. by Zachary Turner · 9 years ago
  47. 30e6cbf Revert "Use LLVM for all stat-related functionality." by Pavel Labath · 9 years ago
  48. 990e3cd Use LLVM for all stat-related functionality. by Zachary Turner · 9 years ago
  49. c5f28e2 Switch std::call_once to llvm::call_once by Kamil Rytarowski · 9 years ago
  50. 3b7e198 Remove LIBLLDB_LOG_VERBOSE category by Pavel Labath · 9 years ago
  51. 684c2c9 Fix clang build for r291198 by Pavel Labath · 9 years ago
  52. a322f36 Make lldb -Werror clean for -Wstring-conversion by David Blaikie · 9 years ago
  53. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  54. f7e0725 Fix serialization of Python breakpoint commands. by Jim Ingham · 9 years ago
  55. 4e4fbe8 Some more pointer safety in Breakpoint. by Zachary Turner · 9 years ago
  56. e14dc26 This is the main part of a change to add breakpoint save and restore to lldb. by Jim Ingham · 9 years ago
  57. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  58. 41de9a9 Moved #include for lldb-python.h to a distinct group with a reminder comment by Kate Stone · 9 years ago
  59. f343968f Delete Host/windows/win32.h by Zachary Turner · 9 years ago
  60. c915a7d Add a few more needed bits to the scripted thread plans. by Jim Ingham · 9 years ago
  61. 58b794a Don't crash when OS plug-in returns None from any of the functions we might call. by Greg Clayton · 9 years ago
  62. 6eec8d6 Add support for synthetic child providers to optionally return a customized typename for display by Enrico Granata · 9 years ago
  63. 15d1b4e2 Initialize the Python script interpreter lazily (i.e. not at debugger startup) by Enrico Granata · 9 years ago
  64. ba45680 Revert "Restore the lazy initialization of ScriptInterpreterPython, which was lost as part of the SystemLifetimeManager work" by Pavel Labath · 9 years ago
  65. b184bfa Restore the lazy initialization of ScriptInterpreterPython, which was lost as part of the SystemLifetimeManager work by Enrico Granata · 9 years ago
  66. f9f3609 Fix TestImport for Windows by ensuring backslashes in the directory paths are properly escaped in Python. by Adrian McCarthy · 9 years ago
  67. a31baf0 Fixed the python interpreter so that it correctly inherits the top IOHandler's files instead of always using stdin/out/err. by Greg Clayton · 10 years ago
  68. b1cf558 Fix an issue where pressing CTRL+C in the interactive script interpreter causes LLDB to crash by Enrico Granata · 10 years ago
  69. bdc52ef Fix const cast error for MSVC2015 build. by Aidan Dodds · 10 years ago
  70. 7a76845 Fix Python 3 issues related to OS plugins. by Zachary Turner · 10 years ago
  71. 7d2d098 Python 3 - Fix script import --allow-reload. by Zachary Turner · 10 years ago
  72. 3946247 Introduce a `PythonExceptionState` class. by Zachary Turner · 10 years ago
  73. 9ac7a6c [SBValue] Add a method GetNumChildren(uint32_t max) by Siva Chandra · 10 years ago
  74. 3206402 Fix potential file i/o problem with python handles. by Zachary Turner · 10 years ago
  75. 9c40264 Introduce a `PythonFile` object, and use it everywhere. by Zachary Turner · 10 years ago
  76. 4eff2d3 Make uses of /dev/null portable across OSes. by Zachary Turner · 10 years ago
  77. 7686644 Avoid a -Wreorder warning in ScriptInterpreterPython.cpp. by Stephane Sezer · 10 years ago
  78. 079fe48 Fix Python initialization for Python 3. by Zachary Turner · 10 years ago
  79. 60c24f7 Change swig interface files to use PythonDataObjects. by Zachary Turner · 10 years ago
  80. cb57fdd Fix compiler warnings in ScriptInterpreterPython by Pavel Labath · 10 years ago
  81. 02545fe Change PyFile_FromFile to use PyFile_FromFd when using Py3. by Zachary Turner · 10 years ago
  82. f8b22f8 Fix ref counting of Python objects. by Zachary Turner · 10 years ago
  83. 638b98d Fix build broken by r249885 by Zachary Turner · 10 years ago
  84. 22c8efc Port native Python-API to 3.x by Zachary Turner · 10 years ago
  85. 2c1f46d Convert the ScriptInterpreter system to a plugin-based one. by Zachary Turner · 10 years ago[Renamed (98%) from lldb/source/Interpreter/ScriptInterpreterPython.cpp]
  86. fbecf1a The session dictionary attached to a Python interpeter holds variables the user creates in the script interpreter by Enrico Granata · 10 years ago
  87. 3ab6669 If a candidate keyword contains quotes, it's clearly not a keyword, so bail out early by Enrico Granata · 10 years ago
  88. 4446487 Improve LLDB prompt handling by Pavel Labath · 10 years ago
  89. e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
  90. d7e6a4f Fixed a ton of gcc compile warnings by Vince Harron · 10 years ago
  91. dd50f74 Making linking against Python simpler on Windows. by Zachary Turner · 10 years ago
  92. 4e8ddf5 [Python] Fix issue configuring sys.path during startup. by Zachary Turner · 10 years ago
  93. e6e2bb3 Rework LLDB system initialization. by Zachary Turner · 10 years ago
  94. 0641ca1 Remove ScriptInterpreterObject. by Zachary Turner · 11 years ago
  95. 870602d Handle PyLong return values in LLDBSwigPython_CalculateNumChildren. by Siva Chandra · 11 years ago
  96. 6f79bb2 Add support for Python object commands to return custom short and long help by implementing by Enrico Granata · 11 years ago
  97. 9fe00e5 Bulk of the infrastructure work to allow script commands to be backed by object instances in addition to free functions by Enrico Granata · 11 years ago
  98. a78bd7f Don't #include FormatManager.h from Debugger.h by Zachary Turner · 11 years ago
  99. 99b0a9c If we are trying to load the scripting resource for a module whose name happens to be a Python keyword, then prefix the filename with an _ (e.g. a module named def will load _def.py) by Enrico Granata · 11 years ago
  100. 3c4f89d Add Initialize/Terminate method to Platform base plugin by Tamas Berghammer · 11 years ago