1. 7a11ebd Bump version number to 310.99.0. by Jason Molenda · 11 years ago
  2. 7980d35 Fixed GetModuleSpecifications() to work better overall: by Greg Clayton · 11 years ago
  3. 4e49a5b Get debugserver to call task_set_state to prime the control registers so that watchpoints by Jim Ingham · 11 years ago
  4. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  5. f9215ba Added a way to extract the module specifications from a file. A module specification is information that is required to describe a module (executable, shared library, object file, ect). This information includes host path, platform path (remote path), symbol file path, UUID, object name (for objects in .a files for example you could have an object name of "foo.o"), and target triple. Module specification can be used to create a module, or used to add a module to a target. A list of module specifications can be used to enumerate objects in container objects (like universal mach files and BSD archive files). by Greg Clayton · 11 years ago
  6. 26bc105 Revert commits that cause broken builds on GCC buildbots by Daniel Malea · 11 years ago
  7. 5577ce0 Remove lldb's custom copy of the C++ demangler, used only on Mac by Jason Molenda · 11 years ago
  8. 13b1089 Added SymbolVendorELF to the wrong target (lldb-tool), now it is correctly added to lldb-core. by Greg Clayton · 11 years ago
  9. 02b2a20 Fixed Xcode project to include SymbolVendorELF. by Greg Clayton · 11 years ago
  10. 9c9a7bf <rdar://problem/14266411> by Enrico Granata · 11 years ago
  11. 3741503 Lots of cleanup on the SWIG wrapping layer by Enrico Granata · 11 years ago
  12. d91dc81 Change the SWIG wrappers to stop directly casting SB object to SWIG objects, and instead use a safer type-checked API (thanks templates) by Enrico Granata · 11 years ago
  13. cfc567f Make the lldb "Release" configuration use the same llvm build "Release+Asserts" as the lldb "Debug" configuration. by Jim Ingham · 11 years ago
  14. f9ed86a Removing the lldb-perf file group from our Xcode project by Enrico Granata · 11 years ago
  15. b1fb727 <rdar://problem/14134716> by Enrico Granata · 11 years ago
  16. a4fc694 <rdar://problem/13988982> by Enrico Granata · 11 years ago
  17. 07e3124 <rdar://problem/13878726> by Enrico Granata · 11 years ago
  18. 7c79a27 Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 11 years ago
  19. 1cf06fa Remove unused OperatingSystem plugin. by Greg Clayton · 11 years ago
  20. 2ad6fc8 This is a useful scheme for running a particular testsuite case under Xcode. Just edit the by Jim Ingham · 11 years ago
  21. a46013b <rdar://problem/13700260> <rdar://problem/13723772> by Greg Clayton · 11 years ago
  22. 49ff4e6 <rdar://problem/13590152> by Enrico Granata · 11 years ago
  23. 3b16eb9 Added a Materializer class that contains by Sean Callanan · 11 years ago
  24. 9e6f6a6 Factored out memory access into the target process by Sean Callanan · 11 years ago
  25. c123883 Ah, forgot to include the header file and project file changes in r178827. by Jason Molenda · 11 years ago
  26. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  27. cc5d274 The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and std::map as provided by libc++ are now written in C++ instead of Python by Enrico Granata · 11 years ago
  28. 91c570a More cleanup on the lldb-perf code: by Greg Clayton · 11 years ago
  29. 1cf3da8 Refactored the expression parser so that the IR by Sean Callanan · 11 years ago
  30. 788bb8d Move the performance test cases into their own project. by Jim Ingham · 11 years ago
  31. af22250 Code cleanup: by Greg Clayton · 11 years ago
  32. c50fc4b <rdar://problem/13228487> by Enrico Granata · 11 years ago
  33. eb9e262 The default configuration should be Debug, not DebugClang. by Jim Ingham · 11 years ago
  34. 4b8a5d3 Xcode seems to want these lines added to the project file. by Jason Molenda · 11 years ago
  35. b73ebdf We don't need to specify the VALID_ARCHS in the xcode project file. by Jason Molenda · 11 years ago
  36. f5af85a Initial checkin of a new project: LLDB Performance Testing Infrastructure by Enrico Granata · 11 years ago
  37. 6778c99 Updated Apple LLDB version to lldb-300.99.0. Also by Sean Callanan · 11 years ago
  38. e9a5a50 <rdar://problem/13265017> by Enrico Granata · 11 years ago
  39. 32d7ee3 <rdar://problem/4529976> by Enrico Granata · 11 years ago
  40. 3fb2c93 Added a kqueue class which isn't being used yet, but was part of trying to work around the limitations with the unix select() call and how it is limited to FD_SETSIZE file descriptors. by Greg Clayton · 11 years ago
  41. ea68753 NSSet formatter is now C++ code by Enrico Granata · 11 years ago
  42. f509c5e <rdar://problem/12978143> by Enrico Granata · 11 years ago
  43. 22bf55d Remove references to files that Sean recently removed from the Xcode project. by Greg Clayton · 11 years ago
  44. 253a86b Bump lldb version num to lldb-178, debugserver version to debugserver-198. by Jason Molenda · 11 years ago
  45. 2c7e854 <rdar://problem/12635804> by Greg Clayton · 11 years ago
  46. ca8b743 <rdar://problem/12695557> by Greg Clayton · 11 years ago
  47. c2a2e13 Add a workaround to problems with the clang debug info for by Jim Ingham · 12 years ago
  48. cbd3905 Set the MACOSX_DEPLOYMENT_TARGET in a few more places. by Jason Molenda · 12 years ago
  49. e4c18b8 Set the MACOSX_DEPLOYMENT_TARGET for Debug/Release builds by Jason Molenda · 12 years ago
  50. 50ba5ad Removed some spurious files from our Copy Headers build phase. by Sean Callanan · 12 years ago
  51. 89fda00 Moving ValueObjectCast over to its own .h/.cpp files instead of sharing ValueObjectDynamic.h/.cpp by Enrico Granata · 12 years ago
  52. 9e37662 Watchpoints remember the type of the expression or variable they were set with, and use by Jim Ingham · 12 years ago
  53. 307c7fd <rdar://problem/12491387> by Greg Clayton · 12 years ago
  54. 47beabb Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 12 years ago
  55. 1ba663a Build with SDKROOT = macosx for "Debug" "DebugClang" and "Release" builds when building with Xcode. by Greg Clayton · 12 years ago
  56. 0bbb5b8 Fixed build problems with LLDB on Mac OS X, by Sean Callanan · 12 years ago
  57. 135c4eb Make SBDeclaration.h a public header in the LLDB.framework. by Greg Clayton · 12 years ago
  58. 6f01c93 Bunch of cleanups for warnings found by the llvm static analyzer. by Jim Ingham · 12 years ago
  59. 4930614 <rdar://problem/12462744> Implement a new SBDeclaration class to wrap an lldb_private::Declaration - make a GetDeclaration() API on SBValue to return a declaration. This will only work for vroot variables as they are they only objects for which we currently provide a valid Declaration by Enrico Granata · 12 years ago
  60. 6d10188 Implementing plugins that provide commands. by Enrico Granata · 12 years ago
  61. 54e5805 Added a new Xcode build configuration, DebugClang, by Sean Callanan · 12 years ago
  62. b0d2027 Bump to lldb-168, debugserver-193. by Jason Molenda · 12 years ago
  63. fa02bbd Fix to the project file, to prevent it from using by Sean Callanan · 12 years ago
  64. a17a81a Start at getting "thread return" working. Doesn't work yet. by Jim Ingham · 12 years ago
  65. 0bf2def Updated the project file to reflect the added and deleted classes. by Sean Callanan · 12 years ago
  66. ae2ae94 <rdar://problem/11485744> Implement important data formatters in C++. Have the Objective-C language runtime plugin expose class descriptors objects akin to the objc_runtime.py Pythonic implementation. Rewrite the data formatters for some core Cocoa classes in C++ instead of Python. by Enrico Granata · 12 years ago
  67. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  68. c666626 A first version of a bunch of classes that wrap commonly used Python objects in a ref-counting and type-safe C++ API by Enrico Granata · 12 years ago
  69. d815ded 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 · 12 years ago
  70. 50788a8 Change the man page install phase to only run in "desktop" and "desktop-no-xpc" targets, not for the "ios" target. by Jason Molenda · 12 years ago
  71. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  72. 9e98559 rdar://problem/12007576 by Johnny Chen · 12 years ago
  73. 1edae5f Change the minimum deployment target to 10.7 since clang requires 10.7 to use the new libc++. by Jim Ingham · 12 years ago
  74. f3ec461 rdar://problem/11457143 [ER] need "watchpoint command ..." by Johnny Chen · 12 years ago
  75. 4582fea On Mac OS X, lldb will now build c++11 and use by Sean Callanan · 12 years ago
  76. e662457 Updating Xcode project version numbers for lldb-165 and debugserver-192 by Sean Callanan · 12 years ago
  77. e8c020c <rdar://problem/12029894> by Greg Clayton · 12 years ago
  78. 5016669 Pull in cxa_demangle.cpp/.h from llvm's libcxxabi project. Change the namespace to lldb_cxxabiv1 for the time being. by Johnny Chen · 12 years ago
  79. 6f72da8 Updating Xcode project version numbers for lldb-164 and debugserver-191 by Sean Callanan · 12 years ago
  80. a0b1450 Updating Xcode project version numbers for lldb-163 and debugserver-190 by Sean Callanan · 12 years ago
  81. 2475712 Update the project and schemes to the Xcode recommended settings. by Greg Clayton · 12 years ago
  82. e9d2ca1 Bump to lldb-162 / debugserver-189. by Jason Molenda · 12 years ago
  83. 352f3cd Unify how we get host version on Mac OS X & iOS. by Jim Ingham · 12 years ago
  84. d962094 Add lldb.1 to the xcode project file, add a copy files phase to install it. by Jason Molenda · 12 years ago
  85. 1f6d04b Bump versions to lldb-161, debugserver-188. by Jason Molenda · 12 years ago
  86. d106696 <rdar://problem/11806995> by Han Ming Ong · 12 years ago
  87. f79dcd4 Added a new top level "Resources" group for plist files and moved a few dylib and .a files into the "Libraries" group. by Greg Clayton · 12 years ago
  88. 5c5a38e Added the ability to read the dSYM plist file with source remappings even when DebugSymbols isn't used to find the dSYM. We now parse the plist as XML in the MacOSX symbol vendor. by Greg Clayton · 12 years ago
  89. 5bec0ae Bump version number to lldb-160. by Jason Molenda · 12 years ago
  90. 4ae7823 Bump to lldb 152. by Jason Molenda · 12 years ago
  91. b7e62f8 Change the "Debug" build to use the current MacOSX SDK. Fix the swig builder to have an explicit by Jim Ingham · 12 years ago
  92. 8967a8f bump to lldb-150. by Jason Molenda · 12 years ago
  93. 2e4ca56 bump to lldb 149. by Jason Molenda · 12 years ago
  94. 0578f45 Bump to version 148. by Jason Molenda · 12 years ago
  95. a6909bd Bump version # to lldb-147. by Jason Molenda · 12 years ago
  96. 23c3fcd <rdar://problem/11388521> by Greg Clayton · 12 years ago
  97. ea93bf4 Remove stuff from the xcscheme file that need not be checked in. by Greg Clayton · 12 years ago
  98. 0fef968 <rdar://problem/11330621> by Greg Clayton · 12 years ago
  99. 1ccfba6 bump TOT version number to lldb-146 to match the checkin on the branch. by Jason Molenda · 12 years ago
  100. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago