1. 36b15e2 Change the default of 'platform.plugin.darwin-kernel.search-locally-for-kexts' by Jason Molenda · 11 years ago
  2. 07e43bd Reorder the Platform plugin settings so that they're now by Jason Molenda · 11 years ago
  3. bbebdbe Add support for Platform plugins to have settings. by Jason Molenda · 11 years ago
  4. e369aed Add a new PlatformDarwinKernel for kernel debugging. This Platform by Jason Molenda · 11 years ago
  5. c85713d Revert code I didn't mean to check in. by Greg Clayton · 11 years ago
  6. c5ee7c8 Playing around with making performance test cases run from within python. by Greg Clayton · 11 years ago
  7. 9ab14e1 Update PlatformDarwin to understand how armv7m / armv7em relate by Jason Molenda · 11 years ago
  8. aebeefd Adding CMake build system to LLDB. Some known issues remain: by Daniel Malea · 11 years ago
  9. 8e55f85 <rdar://problem/13218655> by Greg Clayton · 11 years ago
  10. 090f831 Add "target.process.stop-on-shared-library-events" setting, and make it work. by Jim Ingham · 12 years ago
  11. 8ff8128 Don't always strip the first extension from the module basename when looking for python scripts. Now we take a name like "a.b.c" and look for scripts that are "a_b_c.py", "a_b.py" and "a.py" inside the dSYM. by Greg Clayton · 12 years ago
  12. d9735a1 <rdar://problem/12973809> by Greg Clayton · 12 years ago
  13. 7342f4b <rdar://problem/12968925> by Enrico Granata · 12 years ago
  14. 242b205 Clarify the comments in PlatformDarwin::LocateExecutableScriptingResource a bit. by Jason Molenda · 12 years ago
  15. 1e6c71b <rdar://problem/12903081> by Enrico Granata · 12 years ago
  16. 40e278c Removed the == and != operators from ArchSpec, since by Sean Callanan · 12 years ago
  17. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  18. c137da8 Fixed a potential crash in the Darwin platform. by Sean Callanan · 12 years ago
  19. 72472b6 Don't assume that Modules have directories. They may be in-memory-only by Jason Molenda · 12 years ago
  20. 6f58bbd Adding support for loading the scripting resource as part of a framework, lacking the dSYM bundle, or if the bundle has no Pythonic resources whatsoever by Enrico Granata · 12 years ago
  21. 146d952 <rdar://problem/12586350> by Enrico Granata · 12 years ago
  22. 7ce162b Make sure to check the module is valid after trying to find a shared module. by Greg Clayton · 12 years ago
  23. 0f32a66 Also remove PlatformiOSSimulator::GetProcessInfo decl from by Jason Molenda · 12 years ago
  24. 88d3971 Fixed the iOS simulator platform: by Sean Callanan · 12 years ago
  25. ed0a0fb <rdar://problem/12462048> <rdar://problem/12068650> by Greg Clayton · 12 years ago
  26. fac2e62 Add support for debugging KASLR kernels via kdp (the kernel being by Jason Molenda · 12 years ago
  27. c0ab9eb The iOSSimulator platform should create a PlatformDarwin with by Jason Molenda · 12 years ago
  28. 95b765e <rdar://problem/11374963> by Greg Clayton · 12 years ago
  29. 1a450cd Patch from Andrew Kaylor for linux: by Greg Clayton · 12 years ago
  30. 7eb0831 Patch from Daniel Malea to fix the build on Linux. Thanks by Enrico Granata · 12 years ago
  31. 6c46fe6 <rdar://problem/12211320> by Greg Clayton · 12 years ago
  32. df7f13b Fixed a potential crash in PlatformLinux if by Sean Callanan · 12 years ago
  33. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  34. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  35. 4a379b1 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 12 years ago
  36. 233935b Make sure the module_uuid_ptr is non-NULL before checking whether its contents match the module's UUID. by Jim Ingham · 12 years ago
  37. 49170d4 Check for NULL modules coming into the SearchFilter's ModulePasses & PlatformDarwin::ModuleIsExcludedForNonModuleSpecificSearches functions. by Jim Ingham · 12 years ago
  38. 2cf5ccb Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant by Jim Ingham · 12 years ago
  39. bd5c23d <rdar://problem/11240464> by Greg Clayton · 12 years ago
  40. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  41. 0f485ea Method name change to avoid further conflicts when merging from ToT to branches/lldb-platform-work. by Johnny Chen · 12 years ago
  42. 7482159 <rdar://problem/11259893> by Greg Clayton · 12 years ago
  43. fea3199 Find and allows users to use the cached SDK's that might be in "~/Library/Developer/Xcode/iOS DeviceSupport". by Greg Clayton · 12 years ago
  44. b58879a Update the way SDK directories are found so we are not reliant on the old "Latest" symlinks in the DeviceSupport directory. by Greg Clayton · 12 years ago
  45. 9747118 Added a new host function that allows us to run shell command and get the output from them along with the status and signal: by Greg Clayton · 12 years ago
  46. 78dae82 Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>: by Johnny Chen · 12 years ago
  47. dc0a38c <rdar://problem/11113279> by Greg Clayton · 12 years ago
  48. b1db658 Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. by Greg Clayton · 12 years ago
  49. 1a8e654 Fixed a crasher for remote device debugging. by Han Ming Ong · 12 years ago
  50. ed60571 Fix the linux build now that we link against the Linux and FreeBSD platforms. by Greg Clayton · 12 years ago
  51. a605c64 Enabled the PlatformLinux and PlatforFreeBSD on MacOSX so they can be used by Greg Clayton · 12 years ago
  52. 2b737df Patch from Pawel Worach to make FreeBSD work again after ModuleSpec changes. by Greg Clayton · 12 years ago
  53. 444fe99 Made a ModuleSpec class in Module.h which can specify a module using one or by Greg Clayton · 12 years ago
  54. f96c883 <rdar://problem/9886712> by Greg Clayton · 12 years ago
  55. e5eaa30 Linux fix patch from Dmitry Vyukov. by Greg Clayton · 12 years ago
  56. b6883ec Fixed a crasher that would happen when supplying lldb with an application by Greg Clayton · 12 years ago
  57. 9ce9538 Full core file support has been added for mach-o core files. by Greg Clayton · 12 years ago
  58. 46c9a35 First pass at mach-o core file support is in. It currently works for x86_64 by Greg Clayton · 12 years ago
  59. 4b23ab3 <rdar://problem/10652336> by Greg Clayton · 13 years ago
  60. 7e99647 This patch combines common code from Linux and FreeBSD into by Johnny Chen · 13 years ago
  61. 9d3c618 Move the ARM specific arch picker from PlatformRemoteiOS.cpp to by Jason Molenda · 13 years ago
  62. d8ff835 Typo in error string. by Jim Ingham · 13 years ago
  63. 48a202d Patch from Dawn that fixes up linux debugging and a first passs at an by Greg Clayton · 13 years ago
  64. df2ac38 Now the linux platform lets it be known that it can't launch processes for by Greg Clayton · 13 years ago
  65. 0a66c05 Update PlatformLinux::Attach signature. by Peter Collingbourne · 13 years ago
  66. 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
  67. 2d9adb7 Added the ability to run a process in a shell on MacOSX currently when using by Greg Clayton · 13 years ago
  68. 7089d8a Added the ability for the target to specify Modules that will not be searched by Jim Ingham · 13 years ago
  69. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  70. 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 13 years ago
  71. 95b7b43 Change Error::SetErrorStringWithFormat() prototype to use an by Jason Molenda · 13 years ago
  72. f7908e6 Patch from Pilipe to allow "target create" on the remote-macosx platform! by Johnny Chen · 13 years ago
  73. 01b79d2 FreeBSD platform patch from Filipe! by Johnny Chen · 13 years ago
  74. 6b0f149 Patch by Filipe for FreeBSD platform plugin! by Johnny Chen · 13 years ago
  75. 8c1d720 Fixed issues for iOS debugging where if a device has by Greg Clayton · 13 years ago
  76. 4b66329 Patch by David Forsythe to build lldb on FreeBSD! by Johnny Chen · 13 years ago
  77. 0fa5124 Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate by Greg Clayton · 13 years ago
  78. 604f0d3 Added the notion of an system root for SDKs. This is a directory where all by Greg Clayton · 13 years ago
  79. 0b0e3fc This patch add a "fake" attach waiting for a real implementation and by Johnny Chen · 13 years ago
  80. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  81. 5e342f5 Added auto completion for architecture names and for platforms. by Greg Clayton · 13 years ago
  82. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  83. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  84. 63fe126 linux: remove ProcessLinux::FindProcesses by Stephen Wilson · 13 years ago
  85. 069b8da Update the linux platform to use the new Host::FindProcesses functionality. by Greg Clayton · 13 years ago
  86. 06d7cc8 Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 13 years ago
  87. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  88. f4aad90 linux: minor updates to account for recent namespace changes by Stephen Wilson · 13 years ago
  89. 3967cef Add PlatformGDBServer and ProcessGDBRemote to the build system. by Stephen Wilson · 13 years ago
  90. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  91. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 13 years ago
  92. 3600d49 linux: PlatformLinux improvements by Stephen Wilson · 13 years ago
  93. cb8977d Added new platform commands: by Greg Clayton · 13 years ago
  94. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 13 years ago
  95. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 13 years ago
  96. ef6635b Add Makefile support for the Platform plugins. by Stephen Wilson · 13 years ago
  97. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 13 years ago