1. 98fc548 Add missing Initialize/Terminate for Architecture plugins by Tatyana Krasnukha · 7 years ago
  2. 1f6b247 Re-commit "Introduce ObjectFileBreakpad" by Pavel Labath · 7 years ago
  3. 48c7b4f Revert "Introduce ObjectFileBreakpad" by Shafik Yaghmour · 7 years ago
  4. d6e6e232 Introduce ObjectFileBreakpad by Pavel Labath · 7 years ago
  5. 15eacd7 [Reproducers] Change how reproducers are initialized. by Jonas Devlieghere · 7 years ago
  6. 454057d Remove OCaml debugger plugin by Jonas Devlieghere · 7 years ago
  7. 0b8c5c9 Remove Java debugger plugin by Jonas Devlieghere · 7 years ago
  8. 77198bc Remove Go debugger plugin by Jonas Devlieghere · 7 years ago
  9. 41ae8e7 [lldb] Introduce StackFrameRecognizer [take 3] by Kuba Mracek · 7 years ago
  10. cb3628b Revert r345686 due to build failures by Kuba Mracek · 7 years ago
  11. 8fddd98 [lldb] Introduce StackFrameRecognizer [take 2] by Kuba Mracek · 7 years ago
  12. 377f9f9 Revert r345678 (build failure on Linux machines). by Kuba Mracek · 7 years ago
  13. ac0ba8c [lldb] Introduce StackFrameRecognizer by Kuba Mracek · 7 years ago
  14. 32762fd Upstreaming the BridgeOS device support and the by Jason Molenda · 7 years ago
  15. 3815e70 Add a "scripted" breakpoint type to lldb. by Jim Ingham · 7 years ago
  16. d17cd90 Move SystemInitializerFull header to source/API by Alex Langford · 7 years ago
  17. fa3fa5b Move ObjectFile initialization out of SystemInitializerCommon by Pavel Labath · 7 years ago
  18. 4c7763e Enable ProcessMachCore plugin on non-apple platforms by Pavel Labath · 7 years ago
  19. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  20. 0858126 Re-add change for https://reviews.llvm.org/D42582 with added directories. by Jim Ingham · 8 years ago
  21. d1faa56 Revert "Improve prologue handling to support functions with multiple entry points." by Vedant Kumar · 8 years ago
  22. 467b500 Improve prologue handling to support functions with multiple entry points. by Jim Ingham · 8 years ago
  23. a535a7a [LLDB] Initial version of PPC64 InstEmulation by Pavel Labath · 8 years ago
  24. 13e37d4 Move StopInfoOverride callback to the new architecture plugin by Pavel Labath · 8 years ago
  25. 38d0632 Move Timer and TraceOptions from Core to Utility by Pavel Labath · 8 years ago
  26. 2a1c09f Shorten sanitizer plugin names by Pavel Labath · 8 years ago
  27. ef45d8b Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThreadCheckerRuntime plugins. by Kuba Mracek · 8 years ago
  28. f9d1647 Remove an expensive lock from Timer by Pavel Labath · 8 years ago
  29. 12801f1 [LLDB] OpenBSD support by Kamil Rytarowski · 9 years ago
  30. f6ee79c Fix build for mingw. by Hafiz Abid Qadeer · 9 years ago
  31. 4ad5def Refactor LLDB's Windows process plugin (NFC) by Adrian McCarthy · 9 years ago
  32. 222fd13 Disable windows-only minidump plugin by Pavel Labath · 9 years ago
  33. 7b18dd4 Minidump plugin: Adding ProcessMinidump, ThreadMinidump and register the plugin in SystemInitializerFull by Dimitar Vlahovski · 9 years ago
  34. 36e21a3 Removing the new Minidump plugin by Dimitar Vlahovski · 9 years ago
  35. 8cabfb7 Adding a new Minidump post-mortem debugging plugin by Dimitar Vlahovski · 9 years ago
  36. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  37. 7593001 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  38. a07e4a8 Revert "Add StructuredData plugin type; showcase with new DarwinLog feature" by Todd Fiala · 9 years ago
  39. aef7de8 Add StructuredData plugin type; showcase with new DarwinLog feature by Todd Fiala · 9 years ago
  40. f343968f Delete Host/windows/win32.h by Zachary Turner · 9 years ago
  41. 00adc41 Support for OCaml native debugging by Tamas Berghammer · 9 years ago
  42. 9ab5dc2 Add a new DynamicLoader plugin that uses SPI that are in development by Jason Molenda · 9 years ago
  43. f176353 Remove platform plugins from lldb-server by Pavel Labath · 9 years ago
  44. bb00d0b Support Linux on SystemZ as platform by Ulrich Weigand · 9 years ago
  45. 773c3b0 Move DynamicLoader plugins to SystemInitializerFull by Pavel Labath · 10 years ago
  46. 6a83143 Add ThreadSanitizer debugging support. by Kuba Brecka · 10 years ago
  47. a7760cb Move OperatingSystem plugins to SystemInitializerFull by Pavel Labath · 10 years ago
  48. 74e08ca Add support for reading line tables from PDB files. by Zachary Turner · 10 years ago
  49. 87a9769 Add a set of new plugins to handle Java debugging by Tamas Berghammer · 10 years ago
  50. 81b4c5f Strip trailing whitespace by Ed Maste · 10 years ago
  51. bff0a21 Add Hexagon ABI to System Initialization by Ted Woodward · 10 years ago
  52. 5e88be9 Add PlatformRemoteAppleWatch (apple watch), PlatformRemoteAppleTV (apple tv), by Jason Molenda · 10 years ago
  53. 2dd8488 Add go data formatters. by Ryan Brown · 10 years ago
  54. 18a9135d Refactor Windows process plugin to allow code sharing between live and mini dump debugging. by Adrian McCarthy · 10 years ago
  55. 9ac7a6c [SBValue] Add a method GetNumChildren(uint32_t max) by Siva Chandra · 10 years ago
  56. c5b41d6 Fix linkage of `init_lldb` SWIG method in Python 3. by Zachary Turner · 10 years ago
  57. 07a1c45 Create GoLanguageRuntime. by Ryan Brown · 10 years ago
  58. 56939cb TypeSystem is now a plugin interface and removed any "ClangASTContext &Class::GetClangASTContext()" functions. by Greg Clayton · 10 years ago
  59. 980c048 Add support for language plugins to provide data formatters (second attempt) by Enrico Granata · 10 years ago
  60. f15a167 Revert "Add support for language plugins to provide data formatters" by Pavel Labath · 10 years ago
  61. 2233895 Add support for language plugins to provide data formatters by Enrico Granata · 10 years ago
  62. 27785dd Reorg code to allow Windows Process Plugins to share some common code. by Adrian McCarthy · 10 years ago
  63. 6e77677 Also initialize ScriptInterpreterNone if Python is disabled by Keno Fischer · 10 years ago
  64. c96516f Create a Windows mini-dump target Differential Revision: http://reviews.llvm.org/D11611 by Adrian McCarthy · 10 years ago
  65. 2c1f46d Convert the ScriptInterpreter system to a plugin-based one. by Zachary Turner · 10 years ago
  66. 38a1b7e Move WindowsDYLD to the Plugins/DynamicLoader directory. by Stephane Sezer · 10 years ago
  67. b289cba Submitting patch from Abhishek for: by Greg Clayton · 10 years ago
  68. b36f917 Remove old local-only linux debugging code by Pavel Labath · 10 years ago
  69. 13f5425 [LLDB][MIPS] ABI Plugin for MIPS64 by Bhushan D. Attarde · 10 years ago
  70. a8219f2 [LLDB][MIPS] ABI Plugin for MIPS32 by Bhushan D. Attarde · 10 years ago
  71. cdc22a8 [LLDB][MIPS] Software single stepping Patch by Jaydeep Patil by Mohit K. Bhakkad · 10 years ago
  72. b78e05f This patch adds support aarch64-linux-gnu (SysV) abi in lldb. by Omair Javaid · 10 years ago
  73. 52f825b This patch adds required piece of code for SysV Abi for arm. by Omair Javaid · 10 years ago
  74. d8c338d Add single stepping logic for linux arm by Tamas Berghammer · 10 years ago
  75. 5ec532a Initial language runtime support for RenderScript. by Colin Riley · 10 years ago
  76. aa7f12b Fix build error due to new plugin namespaces. by Zachary Turner · 10 years ago
  77. e6e2bb3 Rework LLDB system initialization. by Zachary Turner · 10 years ago