1. 8967a8f bump to lldb-150. by Jason Molenda · 12 years ago
  2. 2e4ca56 bump to lldb 149. by Jason Molenda · 12 years ago
  3. bb55057 <rdar://11477301> by Han Ming Ong · 12 years ago
  4. 0578f45 Bump to version 148. by Jason Molenda · 12 years ago
  5. a6909bd Bump version # to lldb-147. by Jason Molenda · 12 years ago
  6. da23dff <rdar://problem/11400476> by Han Ming Ong · 12 years ago
  7. 79a5926 <rdar://problem/11408853> by Han Ming Ong · 12 years ago
  8. 1ccfba6 bump TOT version number to lldb-146 to match the checkin on the branch. by Jason Molenda · 12 years ago
  9. 78c180a Fixed some strncat/strlcat uses. by Filipe Cabecinhas · 12 years ago
  10. fbbede5 Bump to lldb-145. by Jason Molenda · 12 years ago
  11. b11f4a0 Bump to lldb-144. by Jason Molenda · 12 years ago
  12. 25f800e Bump version to lldb-143. by Jason Molenda · 12 years ago
  13. 09db284 bump version to lldb-142. by Jason Molenda · 12 years ago
  14. ac9ebba Bump to lldb-141. by Jason Molenda · 12 years ago
  15. 3a44a6c Bump to lldb-140. by Jason Molenda · 12 years ago
  16. 6bf31e8 version bump to lldb-139. by Jason Molenda · 12 years ago
  17. a74c142 Version bump to lldb-138. by Jason Molenda · 12 years ago
  18. a0f8b09 explicitly cast the value. by Bill Wendling · 12 years ago
  19. d6de950 Use the path to the header file. Use an integer instead of NULL. And get rid of a superfluous 'default' label. by Bill Wendling · 12 years ago
  20. 51f1d21 Updating Xcode project version numbers for lldb-137 and debugserver-186 by Sean Callanan · 12 years ago
  21. 101c1c1 Don't log to a temp file and delete it, just use the API that gives us a malloc'ed string array. by Greg Clayton · 12 years ago
  22. 1ea7838 Updating Xcode project version numbers for lldb-136 and debugserver-185 by Sean Callanan · 12 years ago
  23. b6cad8c Bump version to debugserver-184, lldb-135. by Jason Molenda · 13 years ago
  24. 074d0ff Explicit casts to remove two compile-time warnings. by Johnny Chen · 13 years ago
  25. b4a8ac1 Bumped Xcode project versions for lldb-134 and debugserver-183. by Greg Clayton · 13 years ago
  26. 72a06db Bump to lldb-133. by Jason Molenda · 13 years ago
  27. 63e9d4f Updating Xcode project version numbers for lldb-132 and debugserver-182 by Sean Callanan · 13 years ago
  28. 964deba <rdar://problem/8196933> by Greg Clayton · 13 years ago
  29. 3b4d7ff <rdar://11033946> by Han Ming Ong · 13 years ago
  30. f29cd7f Updating Xcode project version numbers for lldb-131 and debugserver-181 by Sean Callanan · 13 years ago
  31. ad6d0f0 bump to lldb-130 by Jason Molenda · 13 years ago
  32. b22013e Bumped Xcode project versions for lldb-129 and debugserver-179. by Greg Clayton · 13 years ago
  33. d101111 version bump to lldb-128 by Jason Molenda · 13 years ago
  34. 52233fa Bump lldb version to lldb-127. by Jason Molenda · 13 years ago
  35. 7935fce Bumping Xcode project versions for lldb-126 and debugserver-176. by Greg Clayton · 13 years ago
  36. b8fea86 Bump to lldb-125. by Jason Molenda · 13 years ago
  37. c227cd9 Bumping Xcode project version for lldb-124 and debugserver-175. by Greg Clayton · 13 years ago
  38. d1978c8 Use a new define, NO_XPC_SERVICES, to indicate that macosx/Host.mm by Jason Molenda · 13 years ago
  39. 2957584 <rdar://10996650> by Han Ming Ong · 13 years ago
  40. f875f85 Bumping Xcode project versions for lldb-123 and debugserver-174. by Greg Clayton · 13 years ago
  41. 0336c61 Bumped project Xcode project version for lldb-122 and debugserver-173. by Greg Clayton · 13 years ago
  42. a912203 Bumped Xcode project versions for lldb-121 and debugserver-172 by Greg Clayton · 13 years ago
  43. b34b0eb Bumping Xcode project versions for lldb-120 and debugserver-171. by Greg Clayton · 13 years ago
  44. 32fb5f7 Bumped Xcode project version for lldb-119 and debugserver-170. by Greg Clayton · 13 years ago
  45. 93980e7 Fixed the install path for the XPC binaries. Added 3 aggregate targets: by Greg Clayton · 13 years ago
  46. 2656987 <rdar://10950196> by Han Ming Ong · 13 years ago
  47. ce75dce <rdar://problem/10942472> by Han Ming Ong · 13 years ago
  48. 1fb32d1 Added the POSIX-DYLD as a plug-in in the darwin build in the Xcode project by Greg Clayton · 13 years ago
  49. 444fe99 Made a ModuleSpec class in Module.h which can specify a module using one or by Greg Clayton · 13 years ago
  50. f96c883 <rdar://problem/9886712> by Greg Clayton · 13 years ago
  51. f548fc6 Bumped Xcode project version to lldb-117 and debugserver-168. by Greg Clayton · 13 years ago
  52. d1040dd <rdar://problem/3535148> by Han Ming Ong · 13 years ago
  53. 137e523 Remove a ton of implicit narrowing conversions for C++11 compatibility. by Benjamin Kramer · 13 years ago
  54. 9ce9538 Full core file support has been added for mach-o core files. by Greg Clayton · 13 years ago
  55. cbf1591 lldb should warn when dSYM does not match the binary. by Johnny Chen · 13 years ago
  56. db2dc2b Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 13 years ago
  57. df6dc88 Added code in the Host layer that can report system log messages by Greg Clayton · 13 years ago
  58. 4a2e337 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 13 years ago
  59. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
  60. c518fe7 Now that I fixed the uninitialized callback problem, I can enable GCD pid by Greg Clayton · 13 years ago
  61. 2020608 Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out by Greg Clayton · 13 years ago
  62. 1c4642c Made the darwin host layer properly reap any child processes that it spawns. by Greg Clayton · 13 years ago
  63. 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
  64. 2d9adb7 Added the ability to run a process in a shell on MacOSX currently when using by Greg Clayton · 13 years ago
  65. 668a6c7 Made the Host::SetCrashDescription(const char *) function copy the incoming by Greg Clayton · 13 years ago
  66. abb3302 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 13 years ago
  67. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  68. a1ebbd2 build: Fix an improperly formed include path (works under Xcode's promiscuous include additions, but not Makefiles). by Daniel Dunbar · 13 years ago
  69. c0977b9 Python does some bad things to the signal masks in the current process and by Greg Clayton · 13 years ago
  70. 38e44ec Change the macosx Host::FindProcesses() to include all processes by Jason Molenda · 13 years ago
  71. 4617fcd Silence the static analyzer. by Johnny Chen · 13 years ago
  72. 0fa5124 Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate by Greg Clayton · 13 years ago
  73. 63afdb0 Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 13 years ago
  74. 1889f1a Better way to build the CFCPP sources as part of liblldbHostMacOSX. by Charles Davis · 13 years ago
  75. 1f75545 Fix the Host library build on Mac OS X with makefiles. by Charles Davis · 13 years ago
  76. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  77. ff39f74 Added the ability to get a broadcaster event name for a given broadcaster event. by Greg Clayton · 13 years ago
  78. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  79. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  80. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 14 years ago
  81. a733c04 Added real user/group id, effective user/group id, and parent by Greg Clayton · 14 years ago
  82. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 14 years ago
  83. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 14 years ago
  84. 5892856 Use Host::File in lldb_private::StreamFile and other places to cleanup host by Greg Clayton · 14 years ago
  85. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 14 years ago
  86. 17f5afe Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. by Greg Clayton · 14 years ago
  87. ddff7cc Remove bzero use and replace with memset (patch from Kirk Beitz). by Greg Clayton · 14 years ago
  88. 0467c78 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 14 years ago
  89. 52fd984 Modified the PluginManager to be ready for loading plug-ins from a system by Greg Clayton · 14 years ago
  90. ad40027 Added a cleanup helper object to make sure the directory that was opened with "DIR *opendir(const char *)" is closed if it is valid with a call to "int closedir (DIR *)". by Greg Clayton · 14 years ago
  91. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 14 years ago
  92. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 14 years ago
  93. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  94. 638351a Added the ability for a process to inherit the current host environment. This by Greg Clayton · 14 years ago
  95. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  96. fddc25a Silence a bunch of clang warnings. by Benjamin Kramer · 14 years ago
  97. 74e55ed Don't keep appending to the current crash description with each formatted crash description call. by Greg Clayton · 14 years ago
  98. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  99. b29b8c6 Fixed an issue where if you try and run something in a TTY that isn't by Greg Clayton · 14 years ago
  100. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago