1. e634c2f [lldb] Remove use of __future__ in python by Alex Langford · 1 year, 10 months ago
  2. 01e30b3 [lldb][AArch64] Add Scalable Matrix Extension option to QEMU launch script by David Spickett · 2 years ago
  3. 70d8c01 [lldb] Update QEMU git URL in setup.sh by David Spickett · 2 years, 1 month ago
  4. 5193c4a [lldb][AArch64] Fix run-qemu.sh when only MTE is enabled. by David Spickett · 2 years, 2 months ago
  5. a54f160 Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk by Harmen Stoppels · 4 years, 3 months ago
  6. 3254168 [lldb][AArch64/Linux] Show memory tagged memory regions by David Spickett · 4 years, 6 months ago
  7. 749f13e [lldb] Correct --help output for qemu rootfs script by David Spickett · 4 years, 7 months ago
  8. 3dffec0 [LLDB] Add QEMU testing environment setup guide for SVE testing by Muhammad Omair Javaid · 4 years, 8 months ago
  9. 515bc8c Harmonize Python shebang by serge-sans-paille · 4 years, 11 months ago
  10. cf3f100 [lldb][test] Prevent infinite loop while looking for use_lldb_suite_root.py. by Jordan Rupprecht · 4 years, 11 months ago
  11. e55a097 [lldb/Scripts] by Pavel Labath · 5 years ago
  12. 116c2da4 [lldb/Scripts] proc.returncode is set in proc.communicate by Jonas Devlieghere · 5 years ago
  13. 4cfb71a [lldb/Scripts] Add verbose and failure only mode to replay script. by Jonas Devlieghere · 5 years ago
  14. 7ce1a93 [lldb/Scripts] Add script to replay multiple reproducers by Jonas Devlieghere · 5 years ago
  15. e9264b7 [lldb] NFC: Fix trivial typo in comments, documents, and messages by Kazuaki Ishizaki · 5 years ago
  16. 2664676 [lldb/Scripts] Remove swig_bot_lib/__init__.py by Jonas Devlieghere · 5 years ago
  17. f2bbe8e [lldb/Scripts] Remove SWIG bot by Jonas Devlieghere · 5 years ago
  18. 7c47a37 [lldb/Scripts] Move android script from underneath Python dir by Jonas Devlieghere · 5 years ago
  19. e6d2191 [lldb/Scripts] Remove remote-build.py by Jonas Devlieghere · 5 years ago
  20. 1a8c996 [lldb/Scripts] Remove buildbot.py by Jonas Devlieghere · 5 years ago
  21. 6498aff [lldb/Bindings] Move bindings into their own subdirectory by Jonas Devlieghere · 5 years ago
  22. 93a1e9c [lldb/SWIG] Add missing '\' in macros again by Jonas Devlieghere · 5 years ago
  23. 51bdd98 [lldb/SWIG] Refactor extensions to be non Python-specific (3/3) by Jonas Devlieghere · 5 years ago
  24. ae47a3d [lldb/SWIG] Refactor extensions to be non Python-specific (2/2) by Jonas Devlieghere · 5 years ago
  25. 0341c11 [lldb/SWIG] Refactor extensions to be non Python-specific by Jonas Devlieghere · 5 years ago
  26. fc6f15d [lldb/CMake] Only auto-enable Python when SWIG is found by Jonas Devlieghere · 5 years ago
  27. 6563826 Revert "Re-land "[lldb/Lua] Add string conversion operator for SBTarget."" by Jonas Devlieghere · 5 years ago
  28. 06d122b Re-land "[lldb/Lua] Add string conversion operator for SBTarget." by Jonas Devlieghere · 5 years ago
  29. fe27e8e Revert "[lldb/Lua] Add string conversion operator for SBTarget." by Jonas Devlieghere · 5 years ago
  30. 640d0ba [lldb/Lua] Add string conversion operator for SBTarget. by Jonas Devlieghere · 5 years ago
  31. bf03e17 [Lldb/Lua] Generate Lua Bindings by Jonas Devlieghere · 5 years ago
  32. 3a6da11 [lldb/SWIG] Modulerize lldb.swig so parts of it can be reused. by Jonas Devlieghere · 5 years ago
  33. ee64dfd Remove TypeValidators (NFC in terms of the testsuite) by Adrian Prantl · 5 years ago
  34. fe96d1e [lldb/SWIG] Guard Python type map in SWIG interface by SWIGPYTHON by Jonas Devlieghere · 5 years ago
  35. 0a57034 [lldb/SWIG] Guard embedded Python code in SWIG interfaces by SWIGPYTHON by Jonas Devlieghere · 5 years ago
  36. adbf64c [LLDB][Python] remove ArgInfo::count by Lawrence D'Anna · 6 years ago
  37. a69bbe0 [LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_args by Lawrence D'Anna · 6 years ago
  38. 99046b8 [lldb] move package generation from python to cmake by Haibo Huang · 6 years ago
  39. 40b0fa7 [LLDB][formatters] ArgInfo::count -> ArgInfo::max_positional_args by Lawrence D'Anna · 6 years ago
  40. 738af7a Add the ability to pass extra args to a Python breakpoint callback. by Jim Ingham · 6 years ago
  41. 04edd18 remove multi-argument form of PythonObject::Reset() by Lawrence D'Anna · 6 years ago
  42. bdcad0ac convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_args by Lawrence D'Anna · 6 years ago
  43. 2386537 [LLDB] bugfix: command script add -f doesn't work for some callables by Lawrence D'Anna · 6 years ago
  44. 0f78359 delete SWIG typemaps for FILE* by Lawrence D'Anna · 6 years ago
  45. 1d4a407 [lldb] move more things from python to cmake by Haibo Huang · 6 years ago
  46. 208e9c0 [lldb] Creates _liblldb symlink from cmake by Haibo Huang · 6 years ago
  47. 30cf609 remove FILE* usage from SBStream.i by Lawrence D'Anna · 6 years ago
  48. 311dbb1 convert SBDebugger::***FileHandle() wrappers to native files. by Lawrence D'Anna · 6 years ago
  49. d9b553e SBFile::GetFile: convert SBFile back into python native files. by Lawrence D'Anna · 6 years ago
  50. e7a91156 remove FILE* bindings from SBInstruction. by Lawrence D'Anna · 6 years ago
  51. 322f12a remove FILE* usage from ReportEventState() and HandleProcessEvent() by Lawrence D'Anna · 6 years ago
  52. c040b30 update SBDebugger::SetInputFile() etc to work on native Files by Lawrence D'Anna · 6 years ago
  53. 9eb1371 SBFile support in SBCommandReturnObject by Lawrence D'Anna · 6 years ago
  54. b24022c SBFile: add a bunch of tests that should eventually work. by Lawrence D'Anna · 6 years ago
  55. c0da128 Revert "[lldb] Calculate relative path for symbol links" by Jim Ingham · 6 years ago
  56. 21b8a8a allow arbitrary python streams to be converted to SBFile by Lawrence D'Anna · 6 years ago
  57. 61f471a [lldb] Unifying lldb python path by Haibo Huang · 6 years ago
  58. 4112b473 [lldb] Fix crash on SBCommandReturnObject & assignment by Jan Kratochvil · 6 years ago
  59. f6bedd8 Componentize lldb/scripts to use with LLVM_DISTRIBUTION_COMPONENTS by Antonio Afonso · 6 years ago
  60. 4128dc4 [lldb] Fix typo in r373675 by Sam McCall · 6 years ago
  61. 27a14f1 Pass an SBStructuredData to scripted ThreadPlans on use. by Jim Ingham · 6 years ago
  62. 48b38c9 [lldb] Remove unused variables. by Haibo Huang · 6 years ago
  63. 958091c [lldb] Calculate relative path for symbol links by Haibo Huang · 6 years ago
  64. 0577a0c "Fix" TestFileHandle.py on non-darwin platforms by Pavel Labath · 6 years ago
  65. f913fd6 factor out an abstract base class for File by Lawrence D'Anna · 6 years ago
  66. 96898eb SBDebugger::SetInputFile, SetOutputFile, etc. by Lawrence D'Anna · 6 years ago
  67. 5750453 new api class: SBFile by Lawrence D'Anna · 6 years ago
  68. 4d536bf File::Clear() -> File::TakeStreamAndClear() by Lawrence D'Anna · 6 years ago
  69. 93c9834 Give an error when StepUsingScriptedThreadPlan is passed a bad classname. by Jim Ingham · 6 years ago
  70. 4a90ee1 Fix some swig warnings by Pavel Labath · 6 years ago
  71. 2fce113 Convert FileSystem::Open() to return Expected<FileUP> by Lawrence D'Anna · 6 years ago
  72. ac3243c [lldb] Excludes private headers from SWIG dependency. by Haibo Huang · 6 years ago
  73. 30a07d8f [lldb] Move swig call from python code to cmake by Haibo Huang · 6 years ago
  74. 7efca81 [lldb] [cmake] Fix installing Python modules on systems using /usr/lib by Michal Gorny · 6 years ago
  75. 7d6a95c prepare_binding_Python: print readable errors if SWIG fails by Jonas Devlieghere · 6 years ago
  76. 627868a Revert "Fix swig python package path" by Haibo Huang · 6 years ago
  77. fc1fd6b Fix command-script-import.test on linux by Pavel Labath · 6 years ago
  78. 5a115e8 Fix swig python package path by Haibo Huang · 6 years ago
  79. 6eef8e0 [Python] Implement __next__ for value_iter by Jonas Devlieghere · 6 years ago
  80. 24223eb [Python] Implement truth testing for lldb.value by Jonas Devlieghere · 6 years ago
  81. 5559406 [Python] Fix whitespace before making changes (NFC) by Jonas Devlieghere · 6 years ago
  82. 7e6f355 [lldb] Remove Xcode project legacy by Stefan Granitz · 6 years ago
  83. 63b921f Remove Xcode project remnants by Jonas Devlieghere · 6 years ago
  84. d0ad1bc [LLDB] Remove the Xcode project by Jonas Devlieghere · 6 years ago
  85. 301c65a [lldb][swig] Fix autodocs flag parsing by Jordan Rupprecht · 6 years ago
  86. 0c2cd67 [swig] Enable autodoc feature by Jonas Devlieghere · 6 years ago
  87. 63a0c2b Revert "[swig] Add workaround for old swig" by Jonas Devlieghere · 6 years ago
  88. d3941e6 [SWIG] Deprecate SWIG 1.x by Jonas Devlieghere · 6 years ago
  89. 597dc00 [swig] Add workaround for old swig by Jonas Devlieghere · 6 years ago
  90. 89ed2e0 [scripts] Remove the unused 'shush' script. by Davide Italiano · 6 years ago
  91. 89b6584 [swig] Don't mess with swig internals. by Jonas Devlieghere · 6 years ago
  92. 97316ff Revert "[swig] Define attribute(ref) instead of accessing swig internals." by Jonas Devlieghere · 6 years ago
  93. f9b91a5 [swig] Define attribute(ref) instead of accessing swig internals. by Jonas Devlieghere · 6 years ago
  94. 7d7b788 Make SBDebugger.RunCommandInterpreter callable from Python. by Jim Ingham · 6 years ago
  95. f96b6d9 Kill modify-python-lldb.py by Pavel Labath · 6 years ago
  96. 330bc8a modify-python-lldb: Remove \a-removing code by Pavel Labath · 6 years ago
  97. 27e9d98 modify-python-lldb.py: Remove docstring formatting code by Pavel Labath · 6 years ago
  98. eba9742 Clean up docstrings in swig interface files by Pavel Labath · 6 years ago
  99. ea6037d [Shell] Simplify Extracting Python Version by Jonas Devlieghere · 6 years ago
  100. f5f45f2 Docstringify some comments in the swig interface files by Pavel Labath · 6 years ago