1. bd3d026 One more cleanup to lldb version printing by Chris Bieneman · 9 years ago
  2. 1778f69 Fixing the Xcode build that I broke in r286479 by Chris Bieneman · 9 years ago
  3. b92cfe6 Unify Darwin and Non-Darwin printing of version output by Chris Bieneman · 9 years ago
  4. aa098de [CMake] Generate LLDB_REVISION at build time by Chris Bieneman · 9 years ago
  5. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  6. d31113f Add more NetBSD platform glue for lldb by Bruce Mitchener · 10 years ago
  7. 3a00691 Move LLDB initialization/shutdown to Initialization. by Zachary Turner · 11 years ago
  8. 5023257 Move some functions from source/lldb.cpp to Utility. by Zachary Turner · 11 years ago
  9. 3294de2 Move lldb-log.cpp to core/Logging.cpp by Zachary Turner · 11 years ago
  10. 29e5937 Initial Assembly profiler for mips64 by Bhushan D. Attarde · 11 years ago
  11. ed5e4a4 Clean up includes in source/lldb.cpp (1 was unused, 1 duplicated) by Ilia K · 11 years ago
  12. 5f4b6c7 Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging by Robert Flack · 11 years ago
  13. d6c9bd5 Reduce the number of components initialized for LLGS further. by Robert Flack · 11 years ago
  14. f196c93 Add Debugger::InitializeForLLGS to allow ref counted LLGS initialization. by Robert Flack · 11 years ago
  15. b3237de Move Python Init from InitializeForLLGS to Initialize by Vince Harron · 11 years ago
  16. ab3269d Reduce the number of components initialized by lldb-server to reduce static binary size. by Robert Flack · 11 years ago
  17. 686b1fe Fix FileSpec::GetPath to return null-terminated strings by Ilia K · 11 years ago
  18. e08dc42 Test commit - fix typo. by Robert Flack · 11 years ago
  19. 3c4f89d Add Initialize/Terminate method to Platform base plugin by Tamas Berghammer · 11 years ago
  20. 00e305d Create new platform: remote-android by Tamas Berghammer · 11 years ago
  21. c4d5ed0 Fix Mingw build. by Hafiz Abid Qadeer · 11 years ago
  22. 555a7a6 Add a method to disable the Windows crash / assert dialogs. by Zachary Turner · 11 years ago
  23. e589e7e The lldb unwinder can now use the unwind information from the compact-unwind by Jason Molenda · 11 years ago
  24. cfd3b1a Implement an empty DynamicLoader plugin for Windows. by Zachary Turner · 11 years ago
  25. db39cdf Fix some bugs from D5988 by Justin Hibbits · 11 years ago
  26. 6256a0e First cut of PowerPC(64) support in LLDB. by Justin Hibbits · 11 years ago
  27. afdf842 LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and report data extraction by Kuba Brecka · 11 years ago
  28. beed821 ASan malloc/free history threads by Kuba Brecka · 11 years ago
  29. 0de7ecd Initialize LLVM when LLDB is initialized, and install a crash handler. by Sean Callanan · 11 years ago
  30. 673b6e4 Convert static constructors to be explicitly initialized at startup by Zachary Turner · 11 years ago
  31. 35ed132 Teach LLDB about Windows processes. by Zachary Turner · 11 years ago
  32. cfee963 Add kalimba as a platform. by Todd Fiala · 11 years ago
  33. 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 12 years ago
  34. a332978 lldb arm64 import. by Jason Molenda · 12 years ago
  35. 790b4e5 Re-enable ProcessElfCore for non-FreeBSD/Linux builds; with Greg's fix in r203274 by Jason Molenda · 12 years ago
  36. e4ea6f5 Todd points out that my change to ProcessElfCore is probably by Jason Molenda · 12 years ago
  37. 0e4b605 Re-enable the JITLoaderGDB and ProcessElfCore that were disabled by: by Greg Clayton · 12 years ago
  38. 943d4a6 Fix Windows build break introduced in r203035. by Ahmed Charles · 12 years ago
  39. 4b047f2 Moved JITLoader.cpp and JITLoaderList.cpp over into "source/Target" since the header files were in "include/lldb/Target". by Greg Clayton · 12 years ago
  40. 32aa12b Build JITLoader on FreeBSD also by Ed Maste · 12 years ago
  41. 17220c1 Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. by Andrew MacPherson · 12 years ago
  42. 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
  43. a7b5afa Commit a work-in-progress system runtime for Mac OS X which won't by Jason Molenda · 12 years ago
  44. a0154f9 Patch to add PlatformWindows, based on Carlo Kok's version from the Windows branch. by Deepak Panickal · 12 years ago
  45. 6e2c7cb Revert my commit 191617. It added a clang warning (Thanks to Ed Maste). Add a comment by Sylvestre Ledru · 12 years ago
  46. 30eff98 Remove useless declaration. If match_type == eNameMatchIgnore, we already left this function at the beginning of the method. Found by coverity. Fixes CID 1094188 by Sylvestre Ledru · 12 years ago
  47. e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
  48. 4f01ff8 Re-introduces ELF core file support for Linux x86-64 by Ashok Thirumurthi · 12 years ago
  49. 3deb0e7 Revert the ELF core file support until a few things can be worked out: by Greg Clayton · 12 years ago
  50. c037383 Introduces core file support for Linux x86-64 using 'lldb a.out -c core'. by Ashok Thirumurthi · 12 years ago
  51. a7499c9 Split symbol support for ELF and Linux. by Michael Sartain · 12 years ago
  52. 90e536c Remove the initialization/termination of the now-removed OperatingSystemDarwinKernel. by Jason Molenda · 13 years ago
  53. 1c62754 Add a new PlatformDarwinKernel for kernel debugging. This Platform by Jason Molenda · 13 years ago
  54. 3d27e66 Updated Apple LLDB version to lldb-300.99.0. Also by Sean Callanan · 13 years ago
  55. 7170f3f Made lldb.cpp build with clang 5.0. by Greg Clayton · 13 years ago
  56. 3b92f00 Remove LLDB dependency on xcodeworkspace (on Linux) for version number by Daniel Malea · 13 years ago
  57. 97059d4 Enable ProcessGDBRemote plugin on Linux - Fixes test case TestConnectRemote by Daniel Malea · 13 years ago
  58. 7b6376b Enabling ItaniumABILanguageRuntime and SymbolFileDWARFDebugMap plugins on non-Apple platforms. by Andrew Kaylor · 13 years ago
  59. 2dd8b49 Rmoved the old LLVM disassembler based on libedis. by Sean Callanan · 13 years ago
  60. 89660bf More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 13 years ago
  61. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  62. b3e7760 Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory. by Greg Clayton · 13 years ago
  63. 382dcfd Register the ProcessGDBRemote plugin ahead of the ProcessKDP plugin by Jason Molenda · 14 years ago
  64. 7b9f93a Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>: by Johnny Chen · 14 years ago
  65. e50ab40 Revert r154086. It may be needed for Darwin. But the symbols are still missing in the dylib. by Bill Wendling · 14 years ago
  66. e914660 The DynamicLoaderPOSIXDYLD calls aren't available on Apple systems. by Bill Wendling · 14 years ago
  67. f8712de Since we are having issues with the new LLVM MC disassembler, we can have by Greg Clayton · 14 years ago
  68. b3a40ba Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. by Greg Clayton · 14 years ago
  69. ea5e0cc Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be used by Greg Clayton · 14 years ago
  70. d10a038 Added the POSIX-DYLD as a plug-in in the darwin build in the Xcode project by Greg Clayton · 14 years ago
  71. 722cec2 <rdar://problem/9886712> by Greg Clayton · 14 years ago
  72. 6f298a6 Updated LLVM to take some fixes that make the Intel disassembler usable. by Sean Callanan · 14 years ago
  73. 95e5c63 Added a new disassembler plugin, DisassemblerLLVMC, by Sean Callanan · 14 years ago
  74. c3776bf First pass at mach-o core file support is in. It currently works for x86_64 by Greg Clayton · 14 years ago
  75. 30213ff This patch combines common code from Linux and FreeBSD into by Johnny Chen · 14 years ago
  76. 5009f9d Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 14 years ago
  77. f324a89 Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all by Greg Clayton · 14 years ago
  78. 48d042b Patch from dawn@burble.org to build on linux! by Johnny Chen · 14 years ago
  79. 7f99513 Enable all the new accelerator tables if they are present and don't manually by Greg Clayton · 14 years ago
  80. 1767440 Convert over to the latest and greatest on disc accelerator by Greg Clayton · 14 years ago
  81. f754f88 Added first pass at PE COFF file reading support. It parses the sections by Greg Clayton · 14 years ago
  82. f9eec20 Added support for accessing and loading our new .debug_names and .debug_types by Greg Clayton · 14 years ago
  83. 944b828 Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel". by Greg Clayton · 14 years ago
  84. 56d9a1b Added a new plug-in type: lldb_private::OperatingSystem. The operating system by Greg Clayton · 14 years ago
  85. 8f3d838 Patch by David Forsythe to build lldb on FreeBSD! by Johnny Chen · 14 years ago
  86. 89f138a Remove the deprecated MacOSX native plug-in. by Greg Clayton · 14 years ago
  87. 3a29bdb Added a boolean to the pure virtual lldb_private::Process::CanDebug(...) by Greg Clayton · 14 years ago
  88. df0b7d5 LLDB now has a Kernel dynamic linker that can detect where kexts are by Greg Clayton · 14 years ago
  89. 1b27dac Build and initialise the Darwin ABI plugins on all platforms by Peter Collingbourne · 15 years ago
  90. a09bfca Initialise the Darwin ABI plugins only on Darwin by Peter Collingbourne · 15 years ago
  91. 31f1d2f Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 15 years ago
  92. 2ed751b Changed the emulate instruction function to take emulate options which by Greg Clayton · 15 years ago
  93. 078daac Even more renaming. by Greg Clayton · 15 years ago
  94. ffc922e3 More moving things around for the unwind plan and assembly unwind plug-ins. by Greg Clayton · 15 years ago
  95. dc5eb69 Put plug-ins into the correct directories as they were incorrectly located by Greg Clayton · 15 years ago
  96. ad379efc by Caroline Tice · 15 years ago
  97. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  98. 1cb6496 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 15 years ago
  99. fc36f791 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 15 years ago
  100. ded470d Added more platform support. There are now some new commands: by Greg Clayton · 15 years ago