1. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 6 years ago
  2. 8081428 [lldb][NFC] Fix all formatting errors in .cpp file headers by Raphael Isemann · 6 years ago
  3. 7ce2de2 [lldb/Debugger] Rename IO handler methods to be more meaningful (NFC) by Jonas Devlieghere · 6 years ago
  4. a6faf85 [lldb/CommandInterpreter] Remove flag that's always true (NFC) by Jonas Devlieghere · 6 years ago
  5. 1562511 [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC) by Jonas Devlieghere · 6 years ago
  6. 4e26cf2 [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON by Jonas Devlieghere · 6 years ago
  7. 59998b7 [lldb/Host] Use Host/Config.h entries instead of a global define. by Jonas Devlieghere · 6 years ago
  8. 1cc0ba4 [LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction' has C-linkage specified, but returns UDT 'llvm::Expected<bool>' which is incompatible with C by Alexandre Ganea · 6 years ago
  9. 1dfb1a8 [lldb] Fix some warnings in the python plugin by Pavel Labath · 6 years ago
  10. 9357b5d Revert and patch "[Python] Remove readline module" by serge-sans-paille · 6 years ago
  11. adbf64c [LLDB][Python] remove ArgInfo::count by Lawrence D'Anna · 6 years ago
  12. a69bbe0 [LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_args by Lawrence D'Anna · 6 years ago
  13. 5e30780 Correct size_t format specifier by Shu-Chun Weng · 6 years ago
  14. 738af7a Add the ability to pass extra args to a Python breakpoint callback. by Jim Ingham · 6 years ago
  15. 04edd18 remove multi-argument form of PythonObject::Reset() by Lawrence D'Anna · 6 years ago
  16. 722b618 eliminate nontrivial Reset(...) from TypedPythonObject by Lawrence D'Anna · 6 years ago
  17. 0f78359 delete SWIG typemaps for FILE* by Lawrence D'Anna · 6 years ago
  18. b07823f update ScriptInterpreterPython to use File, not FILE* by Lawrence D'Anna · 6 years ago
  19. 9eb1371 SBFile support in SBCommandReturnObject by Lawrence D'Anna · 6 years ago
  20. 0016b45 [lldb] Reverts part of 61f471a by Haibo Huang · 6 years ago
  21. 61f471a [lldb] Unifying lldb python path by Haibo Huang · 6 years ago
  22. 27a14f1 Pass an SBStructuredData to scripted ThreadPlans on use. by Jim Ingham · 6 years ago
  23. f913fd6 factor out an abstract base class for File by Lawrence D'Anna · 6 years ago
  24. 93c9834 Give an error when StepUsingScriptedThreadPlan is passed a bad classname. by Jim Ingham · 6 years ago
  25. 7ca15ba remove File::SetStream(), make new files instead. by Lawrence D'Anna · 6 years ago
  26. 2fce113 Convert FileSystem::Open() to return Expected<FileUP> by Lawrence D'Anna · 6 years ago
  27. 4d4a8ee remove unused method ResetOutputFileHandle() by Jonas Devlieghere · 6 years ago
  28. 20b52c3 [ScriptInterpreter] Limit LLDB's globals to interactive mode. by Jonas Devlieghere · 6 years ago
  29. abb3d13 [ScriptInterpreter] Remove ScriptInterpreterPythonImpl::Clear() (NFC) by Jonas Devlieghere · 6 years ago
  30. a879f40 [ScriptInterpreter] Initialize globals when loading a scripting module. by Jonas Devlieghere · 6 years ago
  31. a8f3ae7 [LLDB] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  32. ea1752a [Gardening] Remove dead code from ScriptInterpreterPython (NFC) by Jonas Devlieghere · 6 years ago
  33. 63e5fb7 [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) by Jonas Devlieghere · 6 years ago
  34. 248a130 [lldb] NFC modernize codebase with modernize-use-nullptr by Konrad Kleine · 6 years ago
  35. 2b29b43 [ScriptInterpreter] Move ownership into debugger (NFC) by Jonas Devlieghere · 6 years ago
  36. 8d1fb84 [ScriptInterpreter] Pass the debugger instead of the command interpreter by Jonas Devlieghere · 6 years ago
  37. 10b113e [ScriptInterpreterPython] find_first_of -> find (NFC) by Jonas Devlieghere · 6 years ago
  38. 63dd5d2 [Python] Remove Python include from ScriptInterpreterPython.h by Jonas Devlieghere · 6 years ago
  39. 05f1dd9 [ScriptInterpreterPython] Remove unused field (NFC) by Jonas Devlieghere · 6 years ago
  40. 9a6c757 [Python] Remove unused includes by Jonas Devlieghere · 6 years ago
  41. 05495c5 [Python] Remove dynamic indirection by Jonas Devlieghere · 7 years ago
  42. 5c4fad0 [ScriptInterpreterPython] Try to make the sanitizer bot green again. by Davide Italiano · 7 years ago
  43. b29d82e [ScriptInterpreterPython] Make SWIG callback private (NFC) by Jonas Devlieghere · 7 years ago
  44. b01b108 [ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC) by Jonas Devlieghere · 7 years ago
  45. 4f9cb26 [ScriptInterpreter] Remove a warning and reformat comments. by Davide Italiano · 7 years ago
  46. 386f00d [ScriptInterpreter] Make sure that PYTHONHOME is right. by Davide Italiano · 7 years ago
  47. 0affb58 Quiet command regex instructions during batch execution by Dave Lee · 7 years ago
  48. 1b6700e Re-apply "Fix embedded Python initialization according to changes in version 3.7" by Tatyana Krasnukha · 7 years ago
  49. 6228629 Revert "Fix embedded Python initialization according to changes in version 3.7" by Tatyana Krasnukha · 7 years ago
  50. b30c1d5 Fix embedded Python initialization according to changes in version 3.7 by Tatyana Krasnukha · 7 years ago
  51. 42a9da7 Fix potential UB when target_file directory is null by Stefan Granitz · 7 years ago
  52. d5b4403 Replace 'ap' with 'up' suffix in variable names. (NFC) by Jonas Devlieghere · 7 years ago
  53. 796ac80 Use std::make_shared in LLDB (NFC) by Jonas Devlieghere · 7 years ago
  54. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  55. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  56. 50bc1ed [FileSystem] Open File instances through the FileSystem. by Jonas Devlieghere · 7 years ago
  57. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  58. dbd7fab [FileSystem] Remove Exists() from FileSpec by Jonas Devlieghere · 7 years ago
  59. 8f81aed [NFC] Fixed -Wsign-compare warning by David Bolvansky · 7 years ago
  60. 41ae8e7 [lldb] Introduce StackFrameRecognizer [take 3] by Kuba Mracek · 7 years ago
  61. cb3628b Revert r345686 due to build failures by Kuba Mracek · 7 years ago
  62. 8fddd98 [lldb] Introduce StackFrameRecognizer [take 2] by Kuba Mracek · 7 years ago
  63. 377f9f9 Revert r345678 (build failure on Linux machines). by Kuba Mracek · 7 years ago
  64. ac0ba8c [lldb] Introduce StackFrameRecognizer by Kuba Mracek · 7 years ago
  65. 74587a0 Fix double import of _lldb module. by Vadim Chugunov · 7 years ago
  66. 3815e70 Add a "scripted" breakpoint type to lldb. by Jim Ingham · 7 years ago
  67. 17af5b6 [NFC] Minor code refactoring. by Raphael Isemann · 7 years ago
  68. d6c062b No longer pass a StringRef to the Python API by Raphael Isemann · 7 years ago
  69. 4d51a90 Get rid of the C-string parameter in DoExecute by Raphael Isemann · 7 years ago
  70. d68983e Partially revert r335236 by Pavel Labath · 7 years ago
  71. bcadb5a ScriptInterpreterPython cleanup by Pavel Labath · 7 years ago
  72. 2df331b Remove dependency from Host to python by Pavel Labath · 7 years ago
  73. 60f028f Replace HostInfo::GetLLDBPath with specific functions by Pavel Labath · 7 years ago
  74. ad8d48f [FileSpec] Delegate common operations to llvm::sys::path by Jonas Devlieghere · 7 years ago
  75. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  76. 2350272 Revert r317182 for https://reviews.llvm.org/D39128 by Jason Molenda · 8 years ago
  77. edc2def Commit Lawrence D'Anna's patch to change SetOututFileHandle to work with IOBase. by Jason Molenda · 8 years ago
  78. 9e27b70 Ahhhh roll back that commit, I didn't see that Lawrence had filed by Jason Molenda · 8 years ago
  79. c139a40 Commit Lawrence D'Anna's patch to change SetOututFileHandle to work with IOBase. by Jason Molenda · 8 years ago
  80. ef96986 Reverting r315966 - it caused a build failure on an ubuntu x android bot. by Jason Molenda · 8 years ago
  81. 695a1f6 Committing this for Larry D'Anna: by Jason Molenda · 8 years ago
  82. ac43c1b Don't access Python objects while not holding the GIL. by Zachary Turner · 8 years ago
  83. 38d0632 Move Timer and TraceOptions from Core to Utility by Pavel Labath · 8 years ago
  84. f9d1647 Remove an expensive lock from Timer by Pavel Labath · 8 years ago
  85. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  86. 7d86ee5 Resubmit FileSystem changes. by Zachary Turner · 9 years ago
  87. 30e6cbf Revert "Use LLVM for all stat-related functionality." by Pavel Labath · 9 years ago
  88. 990e3cd Use LLVM for all stat-related functionality. by Zachary Turner · 9 years ago
  89. c5f28e2 Switch std::call_once to llvm::call_once by Kamil Rytarowski · 9 years ago
  90. 3b7e198 Remove LIBLLDB_LOG_VERBOSE category by Pavel Labath · 9 years ago
  91. 684c2c9 Fix clang build for r291198 by Pavel Labath · 9 years ago
  92. a322f36 Make lldb -Werror clean for -Wstring-conversion by David Blaikie · 9 years ago
  93. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  94. f7e0725 Fix serialization of Python breakpoint commands. by Jim Ingham · 9 years ago
  95. 4e4fbe8 Some more pointer safety in Breakpoint. by Zachary Turner · 9 years ago
  96. e14dc26 This is the main part of a change to add breakpoint save and restore to lldb. by Jim Ingham · 9 years ago
  97. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  98. 41de9a9 Moved #include for lldb-python.h to a distinct group with a reminder comment by Kate Stone · 9 years ago
  99. f343968f Delete Host/windows/win32.h by Zachary Turner · 9 years ago
  100. c915a7d Add a few more needed bits to the scripted thread plans. by Jim Ingham · 9 years ago