1. 75012a8 [lldb] Use PyUnicode_GetLength instead of PyUnicode_GetSize by Tatyana Krasnukha · 5 years ago
  2. 52712d3 Re-land "get rid of PythonInteger::GetInteger()" by Lawrence D'Anna · 5 years ago
  3. 478619c Revert "get rid of PythonInteger::GetInteger()" by Muhammad Omair Javaid · 5 years ago
  4. 7375212 get rid of PythonInteger::GetInteger() by Lawrence D'Anna · 5 years ago
  5. e9264b7 [lldb] NFC: Fix trivial typo in comments, documents, and messages by Kazuaki Ishizaki · 5 years ago
  6. 19580c3 Fix implicit conversion in the lldb Python plugin by Benjamin Kramer · 6 years ago
  7. 8081428 [lldb][NFC] Fix all formatting errors in .cpp file headers by Raphael Isemann · 6 years ago
  8. 4e26cf2 [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON by Jonas Devlieghere · 6 years ago
  9. 59998b7 [lldb/Host] Use Host/Config.h entries instead of a global define. by Jonas Devlieghere · 6 years ago
  10. adbf64c [LLDB][Python] remove ArgInfo::count by Lawrence D'Anna · 6 years ago
  11. 3071ebf [LLDB][PythonFile] fix dangerous borrow semantics on python2 by Lawrence D'Anna · 6 years ago
  12. 6a93a12 [LLDB][Python] fix another fflush issue on NetBSD by Lawrence D'Anna · 6 years ago
  13. 267cc32 [lldb] [Python] Do not attempt to flush() a read-only fd by Michal Gorny · 6 years ago
  14. 04edd18 remove multi-argument form of PythonObject::Reset() by Lawrence D'Anna · 6 years ago
  15. 722b618 eliminate nontrivial Reset(...) from TypedPythonObject by Lawrence D'Anna · 6 years ago
  16. 2386537 [LLDB] bugfix: command script add -f doesn't work for some callables by Lawrence D'Anna · 6 years ago
  17. 03819d1 eliminate one form of PythonObject::Reset() by Lawrence D'Anna · 6 years ago
  18. c86a6ac clean up the implementation of PythonCallable::GetNumArguments by Lawrence D'Anna · 6 years ago
  19. 0f78359 delete SWIG typemaps for FILE* by Lawrence D'Anna · 6 years ago
  20. d3bd5b3 eliminate virtual methods from PythonDataObjects by Lawrence D'Anna · 6 years ago
  21. d9b553e SBFile::GetFile: convert SBFile back into python native files. by Lawrence D'Anna · 6 years ago
  22. 62c9fe4 uint32_t options -> File::OpenOptions options by Lawrence D'Anna · 6 years ago
  23. 21b8a8a allow arbitrary python streams to be converted to SBFile by Lawrence D'Anna · 6 years ago
  24. 085328e exception handling in PythonDataObjects. by Lawrence D'Anna · 6 years ago
  25. 2d51102 [Python] Remove unused variable by Jonas Devlieghere · 6 years ago
  26. ebaa3eb Python3 doesn't seem to allow you to tell whether an object is a class by Jim Ingham · 6 years ago
  27. 27a14f1 Pass an SBStructuredData to scripted ThreadPlans on use. by Jim Ingham · 6 years ago
  28. f913fd6 factor out an abstract base class for File by Lawrence D'Anna · 6 years ago
  29. 96898eb SBDebugger::SetInputFile, SetOutputFile, etc. by Lawrence D'Anna · 6 years ago
  30. 5750453 new api class: SBFile by Lawrence D'Anna · 6 years ago
  31. 2783d81 [JSON] Use LLVM's library for encoding JSON in StructuredData by Jonas Devlieghere · 6 years ago
  32. 2fce113 Convert FileSystem::Open() to return Expected<FileUP> by Lawrence D'Anna · 6 years ago
  33. 948786c File::SetDescriptor() should require options by Jonas Devlieghere · 6 years ago
  34. 1d846e1 Delete unnecessary copy ctors by Fangrui Song · 6 years ago
  35. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 6 years ago
  36. c712bac [NFC] find_first_of/find_last_of -> find/rfind for single char. by Jonas Devlieghere · 6 years ago
  37. 9a6c757 [Python] Remove unused includes by Jonas Devlieghere · 7 years ago
  38. 2819136 [lldb] Add missing EINTR handling by Michal Gorny · 7 years ago
  39. b81d715 Add PythonBoolean type to the PythonDataObjects by Tatyana Krasnukha · 7 years ago
  40. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  41. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  42. 50bc1ed [FileSystem] Open File instances through the FileSystem. by Jonas Devlieghere · 7 years ago
  43. 5457b42 Fix PythonString::GetString for >=python-3.7 by Pavel Labath · 7 years ago
  44. d68983e Partially revert r335236 by Pavel Labath · 7 years ago
  45. bcadb5a ScriptInterpreterPython cleanup by Pavel Labath · 7 years ago
  46. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  47. 2350272 Revert r317182 for https://reviews.llvm.org/D39128 by Jason Molenda · 8 years ago
  48. edc2def Commit Lawrence D'Anna's patch to change SetOututFileHandle to work with IOBase. by Jason Molenda · 8 years ago
  49. 9e27b70 Ahhhh roll back that commit, I didn't see that Lawrence had filed by Jason Molenda · 8 years ago
  50. c139a40 Commit Lawrence D'Anna's patch to change SetOututFileHandle to work with IOBase. by Jason Molenda · 8 years ago
  51. ef96986 Reverting r315966 - it caused a build failure on an ubuntu x android bot. by Jason Molenda · 8 years ago
  52. 695a1f6 Committing this for Larry D'Anna: by Jason Molenda · 8 years ago
  53. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  54. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  55. 4f730dc Fix about a dozen compile warnings by Ilia K · 9 years ago
  56. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  57. 9ba9dfd Make sure files include what they use (part 2/2) by Pavel Labath · 9 years ago
  58. 008ec44 Fix a problem where if a uint64_t value is placed into a python dictionary and sent up to LLDB and converted to StructuredData, it would not be able to parse the full 64 bit value. A number like 0xf000000000000000L could be placed into a dictionary, and sent to LLDB and it would end up being 0xffffffffffffffff since it would overflow a int64_t. We leave the old code there, but if it overflows, we treat the number like a uint64_t and get it to decode correctly. Added a gtest to cover this so we don't regress. I verified the gtest failed prior to the fix, and it succeeds after it. by Greg Clayton · 9 years ago
  59. d9c9da5 Add a default-value bool flag pretty_print to the StructuredData Dump methods. by Jason Molenda · 9 years ago
  60. 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
  61. c5273d9 Make File option flags consistent for Python API by Stephane Sezer · 10 years ago
  62. 190fadc Unicode support on Win32. by Zachary Turner · 10 years ago
  63. f9d6d20 Fix swig typemap for SBEvent. by Zachary Turner · 10 years ago
  64. 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
  65. 5a72c02 Introduce a PythonBytes class into PythonDataObjects. by Zachary Turner · 10 years ago
  66. 32ac147 Python3 - Fix some issues related to `PythonFile` class. by Zachary Turner · 10 years ago
  67. 2419f1d Modernize FormatBacktrace() and make portable for Python 3. by Zachary Turner · 10 years ago
  68. 02bf92d Fix non-Windows build after r252906. by Zachary Turner · 10 years ago
  69. b58fb2f Begin converting uses of PyCallable to PythonCallable. by Zachary Turner · 10 years ago
  70. a140514 Create `PythonTuple` and `PythonCallable` wrapper classes. by Zachary Turner · 10 years ago
  71. 7841efb Add a `PythonModule` class, and a root-level method for resolving names. by Zachary Turner · 10 years ago
  72. 3206402 Fix potential file i/o problem with python handles. by Zachary Turner · 10 years ago
  73. 7d6d218 Convert SWIG typemap string operations to PythonObjects. by Zachary Turner · 10 years ago
  74. eda01c3 Update SWIG typemaps to use `PythonFile`. by Zachary Turner · 10 years ago
  75. 9c40264 Introduce a `PythonFile` object, and use it everywhere. by Zachary Turner · 10 years ago
  76. 1842693 Get Python unit tests working with Python 3. by Zachary Turner · 10 years ago
  77. 87f4772 Minor cleanup on PythonDataObject constructors. by Zachary Turner · 10 years ago
  78. f8b22f8 Fix ref counting of Python objects. by Zachary Turner · 10 years ago
  79. 22c8efc Port native Python-API to 3.x by Zachary Turner · 10 years ago
  80. 2c1f46d Convert the ScriptInterpreter system to a plugin-based one. by Zachary Turner · 10 years ago[Renamed (97%) from lldb/source/Interpreter/PythonDataObjects.cpp]
  81. c8a8b5c Unbreak mac build. by Greg Clayton · 10 years ago
  82. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  83. 2c83e33 Don't return nullptr when you mean to return an empty llvm::StringRef... by Jim Ingham · 10 years ago
  84. 0641ca1 Remove ScriptInterpreterObject. by Zachary Turner · 11 years ago
  85. d78c957 Switch NULL to C++11 nullptr in source/Interpreter by Ed Maste · 11 years ago
  86. bdab3de <rdar://problem/15906684> by Enrico Granata · 12 years ago
  87. 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
  88. 5fb8f79 Fixed internal code to not link against and code from "lldb/API/*". by Greg Clayton · 12 years ago
  89. 906f329 Change lldb from building against a Python framework out of by Jason Molenda · 12 years ago
  90. 312bcbe <rdar://problem/14972424> by Greg Clayton · 12 years ago
  91. b8b0bf9 Added Repr() and Str() member functions to our PythonObject class to allow easy conversion to-string of every PythonObject by Enrico Granata · 12 years ago
  92. ef14371 Fix various build warnings. by Matt Kopec · 12 years ago
  93. fdbdc9c Fixed a file leak introduced with my last checkin. Also be sure to include <stdio.h> just in case. by Greg Clayton · 12 years ago
  94. 62f8003 Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to use. by Greg Clayton · 12 years ago
  95. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  96. a4d8747 <rdar://problem/13010007> by Greg Clayton · 13 years ago
  97. e94695c Fix include path for Linux and FreeBSD. by Filipe Cabecinhas · 13 years ago
  98. 435ce13 The OS plug-in can now get data from a python script that implements the protocol. by Greg Clayton · 13 years ago
  99. 2443cbd Added Args::StringForEncoding(), Args::StringToGenericRegister() and centralized the parsing of the string to encoding and string to generic register. by Greg Clayton · 13 years ago
  100. 281d799 Switch over to using object instances for all PythonData objects. by Greg Clayton · 13 years ago