1. 25f800e Bump version to lldb-143. by Jason Molenda · 12 years ago
  2. 09db284 bump version to lldb-142. by Jason Molenda · 12 years ago
  3. ac9ebba Bump to lldb-141. by Jason Molenda · 12 years ago
  4. 3a44a6c Bump to lldb-140. by Jason Molenda · 12 years ago
  5. 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
  6. 0e82f8e Made sure that the collections of mutexes used in by Sean Callanan · 12 years ago
  7. 9aa4b84 In debug mode, assert if we haven't initialized a mutex we thought we'd initialized. by Jim Ingham · 12 years ago
  8. 6bf31e8 version bump to lldb-139. by Jason Molenda · 12 years ago
  9. 92c3b9e Added more complete error checking for mutexes only for "Debug" builds where we always check if a mutex is valid prior to doing stuff with it. We also track when mutexes are initialized and destroyed and keep these in sets that can very subsequent pthread_mutex_XXX API calls. by Greg Clayton · 12 years ago
  10. 516f084 No functionality changes, mostly cleanup. by Greg Clayton · 12 years ago
  11. a74c142 Version bump to lldb-138. by Jason Molenda · 12 years ago
  12. 621a802 Fix a integer trauction issue - calculating the current time in by Jason Molenda · 12 years ago
  13. 1831e78 We sometimes need to be able to call functions (via Process::RunThreadPlan) from code run on the private state thread. To do that we have to by Jim Ingham · 12 years ago
  14. a0f8b09 explicitly cast the value. by Bill Wendling · 12 years ago
  15. 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
  16. 51f1d21 Updating Xcode project version numbers for lldb-137 and debugserver-186 by Sean Callanan · 12 years ago
  17. 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
  18. 1ea7838 Updating Xcode project version numbers for lldb-136 and debugserver-185 by Sean Callanan · 12 years ago
  19. b6cad8c Bump version to debugserver-184, lldb-135. by Jason Molenda · 12 years ago
  20. 074d0ff Explicit casts to remove two compile-time warnings. by Johnny Chen · 12 years ago
  21. b4a8ac1 Bumped Xcode project versions for lldb-134 and debugserver-183. by Greg Clayton · 12 years ago
  22. 72a06db Bump to lldb-133. by Jason Molenda · 12 years ago
  23. 63e9d4f Updating Xcode project version numbers for lldb-132 and debugserver-182 by Sean Callanan · 12 years ago
  24. 964deba <rdar://problem/8196933> by Greg Clayton · 12 years ago
  25. 3b4d7ff <rdar://11033946> by Han Ming Ong · 12 years ago
  26. f29cd7f Updating Xcode project version numbers for lldb-131 and debugserver-181 by Sean Callanan · 12 years ago
  27. ad6d0f0 bump to lldb-130 by Jason Molenda · 12 years ago
  28. b22013e Bumped Xcode project versions for lldb-129 and debugserver-179. by Greg Clayton · 12 years ago
  29. d101111 version bump to lldb-128 by Jason Molenda · 12 years ago
  30. 52233fa Bump lldb version to lldb-127. by Jason Molenda · 12 years ago
  31. 7935fce Bumping Xcode project versions for lldb-126 and debugserver-176. by Greg Clayton · 12 years ago
  32. b8fea86 Bump to lldb-125. by Jason Molenda · 12 years ago
  33. c227cd9 Bumping Xcode project version for lldb-124 and debugserver-175. by Greg Clayton · 12 years ago
  34. d1978c8 Use a new define, NO_XPC_SERVICES, to indicate that macosx/Host.mm by Jason Molenda · 12 years ago
  35. 2957584 <rdar://10996650> by Han Ming Ong · 12 years ago
  36. f875f85 Bumping Xcode project versions for lldb-123 and debugserver-174. by Greg Clayton · 12 years ago
  37. 0336c61 Bumped project Xcode project version for lldb-122 and debugserver-173. by Greg Clayton · 12 years ago
  38. a912203 Bumped Xcode project versions for lldb-121 and debugserver-172 by Greg Clayton · 12 years ago
  39. b34b0eb Bumping Xcode project versions for lldb-120 and debugserver-171. by Greg Clayton · 12 years ago
  40. 32fb5f7 Bumped Xcode project version for lldb-119 and debugserver-170. by Greg Clayton · 12 years ago
  41. 93980e7 Fixed the install path for the XPC binaries. Added 3 aggregate targets: by Greg Clayton · 12 years ago
  42. 2656987 <rdar://10950196> by Han Ming Ong · 12 years ago
  43. ce75dce <rdar://problem/10942472> by Han Ming Ong · 12 years ago
  44. 1fb32d1 Added the POSIX-DYLD as a plug-in in the darwin build in the Xcode project by Greg Clayton · 12 years ago
  45. 444fe99 Made a ModuleSpec class in Module.h which can specify a module using one or by Greg Clayton · 12 years ago
  46. f96c883 <rdar://problem/9886712> by Greg Clayton · 12 years ago
  47. f548fc6 Bumped Xcode project version to lldb-117 and debugserver-168. by Greg Clayton · 12 years ago
  48. d1040dd <rdar://problem/3535148> by Han Ming Ong · 12 years ago
  49. 137e523 Remove a ton of implicit narrowing conversions for C++11 compatibility. by Benjamin Kramer · 13 years ago
  50. 9ce9538 Full core file support has been added for mach-o core files. by Greg Clayton · 13 years ago
  51. cbf1591 lldb should warn when dSYM does not match the binary. by Johnny Chen · 13 years ago
  52. 3a4a75c Fix typo. by Johnny Chen · 13 years ago
  53. 1503c0f Enable extra error checking for debug builds in our mutexes by by Greg Clayton · 13 years ago
  54. db2dc2b Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 13 years ago
  55. 4b23ab3 <rdar://problem/10652336> by Greg Clayton · 13 years ago
  56. 7e99647 This patch combines common code from Linux and FreeBSD into by Johnny Chen · 13 years ago
  57. df6dc88 Added code in the Host layer that can report system log messages by Greg Clayton · 13 years ago
  58. 2f28ece <rdar://problem/10507811> by Greg Clayton · 13 years ago
  59. 4a2e337 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 13 years ago
  60. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
  61. c518fe7 Now that I fixed the uninitialized callback problem, I can enable GCD pid by Greg Clayton · 13 years ago
  62. 2020608 Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out by Greg Clayton · 13 years ago
  63. 1c4642c Made the darwin host layer properly reap any child processes that it spawns. by Greg Clayton · 13 years ago
  64. 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
  65. 2d9adb7 Added the ability to run a process in a shell on MacOSX currently when using by Greg Clayton · 13 years ago
  66. 668a6c7 Made the Host::SetCrashDescription(const char *) function copy the incoming by Greg Clayton · 13 years ago
  67. abb3302 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 13 years ago
  68. b47c998 Update a missed getHostTriple call, fixes non-__APPLE__ build by Peter Collingbourne · 13 years ago
  69. 06c306c Fix linux build after r143679. by Benjamin Kramer · 13 years ago
  70. 193cc83 Fixed a build issue on an older Xcode. by Greg Clayton · 13 years ago
  71. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  72. 2dc2260 The alpha and system z backends were removed. by Benjamin Kramer · 13 years ago
  73. a1ebbd2 build: Fix an improperly formed include path (works under Xcode's promiscuous include additions, but not Makefiles). by Daniel Dunbar · 13 years ago
  74. c0977b9 Python does some bad things to the signal masks in the current process and by Greg Clayton · 13 years ago
  75. f35a96c Added a function to the Host that gets a dummy target by Sean Callanan · 13 years ago
  76. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  77. cbed999 Fix build under gcc. by Johnny Chen · 13 years ago
  78. 59df36f this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb by Enrico Granata · 13 years ago
  79. d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 13 years ago
  80. 38e44ec Change the macosx Host::FindProcesses() to include all processes by Jason Molenda · 13 years ago
  81. 31cf0e7 Changed to using an "operator bool" instead of an "operator void*" by Greg Clayton · 13 years ago
  82. 4617fcd Silence the static analyzer. by Johnny Chen · 13 years ago
  83. 1ae0e69 Patch by Matt Johnson to build on his Linux machine with recent versions of libstdc++ and glibc! by Johnny Chen · 13 years ago
  84. 153ccd7 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 13 years ago
  85. 5f0559d Complete Host::Backtrace prototype. Fixes Linux build. by Peter Collingbourne · 13 years ago
  86. 4b66329 Patch by David Forsythe to build lldb on FreeBSD! by Johnny Chen · 13 years ago
  87. ea6d783 Add support for platforms without sa_len to SocketAddress, and modify by Peter Collingbourne · 13 years ago
  88. e1cffb1 Avoid calling accessor function more than once when result is already in by Greg Clayton · 13 years ago
  89. d5b3e3c Added some more functionality to SocketAddress and modified by Greg Clayton · 13 years ago
  90. 2bc9eb3 Patch by Matt Johnson to silence G++ warnings! by Johnny Chen · 13 years ago
  91. ac304e4 Abstract "struct sockaddr", "struct sockaddr_in", "struct sockaddr_in6" and by Greg Clayton · 13 years ago
  92. 0fa5124 Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate by Greg Clayton · 13 years ago
  93. 20fe30c Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants by Peter Collingbourne · 13 years ago
  94. 63afdb0 Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 13 years ago
  95. 1889f1a Better way to build the CFCPP sources as part of liblldbHostMacOSX. by Charles Davis · 13 years ago
  96. 1f75545 Fix the Host library build on Mac OS X with makefiles. by Charles Davis · 13 years ago
  97. 527b2b9 API fix and missing headers. by Johnny Chen · 13 years ago
  98. de9eadc This method has been removed from the API. This fix the compilation by Johnny Chen · 13 years ago
  99. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  100. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago