1. 613b873 Added an allocated memory cache to avoid having to allocate memory over and by Greg Clayton · 13 years ago
  2. 13d4ce9 Modified the lldb.xcodeproj to not have the headers in a copy files phase by Greg Clayton · 13 years ago
  3. 61d4f7a Cleaned up the ABI::PrepareTrivialCall() function to take three argument by Greg Clayton · 13 years ago
  4. d980518 Remove the custom working directory form the xcscheme. by Greg Clayton · 13 years ago
  5. 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
  6. 6b07711 Revert some unintended project changes from my last checkin. by Greg Clayton · 13 years ago
  7. 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
  8. e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 13 years ago
  9. a6297a7 by Caroline Tice · 13 years ago
  10. 4a34808 by Caroline Tice · 13 years ago
  11. 180546b Added the ability to set the Platform path for a module through the SBModule by Greg Clayton · 13 years ago
  12. 57b3c6b Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 13 years ago
  13. 0400230 Removing Greg's working directory & startup arguments from the shared lldb-tool scheme. by Jim Ingham · 13 years ago
  14. c07d451 Got the EmulateInstruction CFI code a lot closer to producing CFI data. by Greg Clayton · 13 years ago
  15. 888a733 Changed the emulate instruction function to take emulate options which by Greg Clayton · 13 years ago
  16. 8badcb2 Renamed UnwindAssemblyProfiler to UnwindAssembly along with its source files. by Greg Clayton · 13 years ago
  17. 9a1941b Even more renaming. by Greg Clayton · 13 years ago
  18. f6e287a More moving things around for the unwind plan and assembly unwind plug-ins. by Greg Clayton · 13 years ago
  19. 97eecb1 Put plug-ins into the correct directories as they were incorrectly located by Greg Clayton · 13 years ago
  20. 47da810 Fix up how the ValueObjects manage their life cycle so that you can hand out a shared by Jim Ingham · 13 years ago
  21. 4a5aeb3 by Caroline Tice · 13 years ago
  22. 7406c39 Added the start of a new option value system that we can use for many things by Greg Clayton · 13 years ago
  23. 6b8d3b5 by Caroline Tice · 13 years ago
  24. 52c8b6e Added a new option to the "source list" command that allows us to see where by Greg Clayton · 13 years ago
  25. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 13 years ago
  26. e41494a Add support for "dynamic values" for C++ classes. This currently only works for "frame var" and for the by Jim Ingham · 14 years ago
  27. b9223bf Revert newer xcscheme project file to avoid conflict with older Xcode versions. by Greg Clayton · 14 years ago
  28. 143fcc3 Added two new classes for command options: by Greg Clayton · 14 years ago
  29. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  30. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  31. 06d7cc8 Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 14 years ago
  32. e1a94e4 by Caroline Tice · 14 years ago
  33. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  34. bbedb7b Revert the scheme. by Jim Ingham · 14 years ago
  35. 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 14 years ago
  36. 7bc3908 Made the lldb_private::Opcode struct into a real boy... I mean class. by Greg Clayton · 14 years ago
  37. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  38. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 14 years ago
  39. cb8977d Added new platform commands: by Greg Clayton · 14 years ago
  40. 61d043b Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 14 years ago
  41. aa3e3e1 Add the ability to disassemble "n" instructions from the current PC, or the first "n" instructions in a function. by Jim Ingham · 14 years ago
  42. e86cbb9 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 14 years ago
  43. 091e0fa Move the building of llvm/clang and the swig wrappers into the lldb-core target. by Greg Clayton · 14 years ago
  44. ce16665 Fixed a warning with gcc 4.2 when the Xcode project falls back to the by Greg Clayton · 14 years ago
  45. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 14 years ago
  46. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 14 years ago
  47. 53bfd06 Get ObjC stepping working again when the process is not the default host architecture. by Jim Ingham · 14 years ago
  48. 04fdd67 Now that we have the debug map issues fixed, change the Xcode project to by Greg Clayton · 14 years ago
  49. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 14 years ago
  50. bd321c5 Added a DynamicLoaderStatic plug-in that will act as a static dynamic loader. by Greg Clayton · 14 years ago
  51. a2f7423 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 14 years ago
  52. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 14 years ago
  53. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 14 years ago
  54. 6963bf5 Removed my specific binaires from the xcscheme. by Greg Clayton · 14 years ago
  55. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
  56. 60a63ae Added a file abtraction layer into the Host section of LLDB. by Greg Clayton · 14 years ago
  57. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 14 years ago
  58. 0fdd4a0 Abtract terminal stuff into a new lldb_private::Terminal class by Greg Clayton · 14 years ago
  59. 5e41dd3 Added the start of platform configuration designed for internal LLDB use. by Greg Clayton · 14 years ago
  60. 52fd984 Modified the PluginManager to be ready for loading plug-ins from a system by Greg Clayton · 14 years ago
  61. 6e74dbb Added a new class, ASTDumper, that provides verbose by Sean Callanan · 14 years ago
  62. 8482ded Made the EmulateInstruction class into a plug-in interface and moved the by Greg Clayton · 14 years ago
  63. 17801bc Bumped Xcode project versions to lldb-46 and debugserver-131. by Greg Clayton · 14 years ago
  64. b2b604f Adding a Xcode workspace for lldb. by Jim Ingham · 14 years ago
  65. 8d8ad88 Removed the "lldb" folder reference from the Xcode project. by Greg Clayton · 14 years ago
  66. abea3cb Updated Xcode project versions: lldb-45 and debugserver-130 by Greg Clayton · 14 years ago
  67. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  68. 8584c92 Move #define's out of ARMUtils.h and into a newly created file ARMDefines.h. by Johnny Chen · 14 years ago
  69. 108d5aa Move the generic instruction bits manipulation routines into a newly created file by Johnny Chen · 14 years ago
  70. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  71. 9d71c95 Bumped Xcode project versions to lldb-44 and debugserver-129. by Greg Clayton · 14 years ago
  72. c72af6b When we are stepping a thread, force it to resume ALL the way to 0. And of course, when we stop by Jim Ingham · 14 years ago
  73. 4baf2e3 Add an ARMUtils.h file to house utility functions for the ARM/Thumb Instruction Set Architecture. by Johnny Chen · 14 years ago
  74. 42ddc49 Bumped Xcode project versions: lldb-43 and debugserver-128. by Greg Clayton · 14 years ago
  75. d330bfd One more thing... Resume any threads that we discover were created while we stop as by Greg Clayton · 14 years ago
  76. 6ae318c Add some more logging of broadcaster and Process. Also, protect the event broadcasting against hijacking in mid-event delivery. by Jim Ingham · 14 years ago
  77. 879bfee Restored some missing APIs for the test suite. Now testsuite still has some failures by Greg Clayton · 14 years ago
  78. 64c8443 Added the start of opcode emulation for ARM instructions. This class is designed by Greg Clayton · 14 years ago
  79. 7a183dc Fixed the auto completion of objective C types with the new ExternalASTSource by Greg Clayton · 14 years ago
  80. 15dcb7c Back up both the register AND the stop state when calling functions. by Jim Ingham · 14 years ago
  81. b01000f A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 14 years ago
  82. 1364b3b lldb-41 and debugserver-126 are set in the Xcode projects. by Greg Clayton · 14 years ago
  83. 9063e1d Bumped Xcode project version to 40 for lldb-40. by Greg Clayton · 14 years ago
  84. 7b19fc2 Bumped Xcode versions to lldb-39 and debugserver-125. by Greg Clayton · 14 years ago
  85. 124b23a Bumped versions in Xcode projects: lldb is now at lldb-38, debugserver is now by Greg Clayton · 14 years ago
  86. 8e1e126 Fixed the file ordering (alphabetic) in the Commands folder. by Greg Clayton · 14 years ago
  87. 902e018 Add a simple command: 'version' to the command interpreter, and an accompanying by Johnny Chen · 14 years ago
  88. a2cec4f Updated Xcode build version to lldb-37 and debugserver-123. by Greg Clayton · 14 years ago
  89. 3b2cfc2 Bumped Xcode project versions to for lldb-36 and debugserver-122. by Greg Clayton · 14 years ago
  90. 6e889b1 Removed libunwind sources as we aren't using them anymore. by Greg Clayton · 14 years ago
  91. c3b61d2 Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() by Greg Clayton · 14 years ago
  92. 539b3ef Removed unused files that were out of date and causing issues with the by Greg Clayton · 14 years ago
  93. dd62d72 Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp object by Greg Clayton · 14 years ago
  94. 6507dd9 Changing the ObjC find method implementation to use a ClangUtilityFunction inserted into the target. Consolidate all the by Jim Ingham · 14 years ago
  95. 3355d11 Bumped lldb Xcode version to 35 for lldb-35, and debugserver to 121 for by Greg Clayton · 14 years ago
  96. 9d972a4 Fixed an issue when debugging with DWARF in the .o files where by Greg Clayton · 14 years ago
  97. 7524a1d Bumped Xcode project build version to 34 for lldb-34. by Greg Clayton · 14 years ago
  98. 304fab4 Bumped lldb version to lldb-33 and debugserver to debugserver-120. by Greg Clayton · 14 years ago
  99. 9a7b291 Documentation fix - explain how to unset conditions. Also fix unsetting -x and -t so they work. by Jim Ingham · 14 years ago
  100. 539d945 Make sure to index the DWARF if we already haven't so we can resolve forward by Greg Clayton · 14 years ago