1. 7406c39 Added the start of a new option value system that we can use for many things by Greg Clayton · 14 years ago
  2. 6b8d3b5 by Caroline Tice · 14 years ago
  3. 52c8b6e Added a new option to the "source list" command that allows us to see where by Greg Clayton · 14 years ago
  4. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
  5. 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
  6. b9223bf Revert newer xcscheme project file to avoid conflict with older Xcode versions. by Greg Clayton · 14 years ago
  7. 143fcc3 Added two new classes for command options: by Greg Clayton · 14 years ago
  8. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  9. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  10. 06d7cc8 Added a speed test to the GDBRemoteCommunicationClient and by Greg Clayton · 14 years ago
  11. e1a94e4 by Caroline Tice · 14 years ago
  12. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  13. bbedb7b Revert the scheme. by Jim Ingham · 14 years ago
  14. 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 14 years ago
  15. 7bc3908 Made the lldb_private::Opcode struct into a real boy... I mean class. by Greg Clayton · 14 years ago
  16. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  17. 58e26e0 Did a lot more work on abtracting and organizing the platforms. by Greg Clayton · 14 years ago
  18. cb8977d Added new platform commands: by Greg Clayton · 14 years ago
  19. 61d043b Split the GDBRemoteCommunication class into three classes: by Greg Clayton · 14 years ago
  20. 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
  21. e86cbb9 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 14 years ago
  22. 091e0fa Move the building of llvm/clang and the swig wrappers into the lldb-core target. by Greg Clayton · 14 years ago
  23. ce16665 Fixed a warning with gcc 4.2 when the Xcode project falls back to the by Greg Clayton · 14 years ago
  24. 4fdf760 Split all of the core of LLDB.framework/lldb.so into a by Greg Clayton · 14 years ago
  25. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 14 years ago
  26. 53bfd06 Get ObjC stepping working again when the process is not the default host architecture. by Jim Ingham · 14 years ago
  27. 04fdd67 Now that we have the debug map issues fixed, change the Xcode project to by Greg Clayton · 14 years ago
  28. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 14 years ago
  29. bd321c5 Added a DynamicLoaderStatic plug-in that will act as a static dynamic loader. by Greg Clayton · 14 years ago
  30. a2f7423 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 14 years ago
  31. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 14 years ago
  32. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 14 years ago
  33. 6963bf5 Removed my specific binaires from the xcscheme. by Greg Clayton · 14 years ago
  34. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
  35. 60a63ae Added a file abtraction layer into the Host section of LLDB. by Greg Clayton · 14 years ago
  36. 5f54ac3 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 14 years ago
  37. 0fdd4a0 Abtract terminal stuff into a new lldb_private::Terminal class by Greg Clayton · 14 years ago
  38. 5e41dd3 Added the start of platform configuration designed for internal LLDB use. by Greg Clayton · 14 years ago
  39. 52fd984 Modified the PluginManager to be ready for loading plug-ins from a system by Greg Clayton · 14 years ago
  40. 6e74dbb Added a new class, ASTDumper, that provides verbose by Sean Callanan · 14 years ago
  41. 8482ded Made the EmulateInstruction class into a plug-in interface and moved the by Greg Clayton · 14 years ago
  42. 17801bc Bumped Xcode project versions to lldb-46 and debugserver-131. by Greg Clayton · 14 years ago
  43. b2b604f Adding a Xcode workspace for lldb. by Jim Ingham · 14 years ago
  44. 8d8ad88 Removed the "lldb" folder reference from the Xcode project. by Greg Clayton · 14 years ago
  45. abea3cb Updated Xcode project versions: lldb-45 and debugserver-130 by Greg Clayton · 14 years ago
  46. 28d5fcc Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  47. 8584c92 Move #define's out of ARMUtils.h and into a newly created file ARMDefines.h. by Johnny Chen · 14 years ago
  48. 108d5aa Move the generic instruction bits manipulation routines into a newly created file by Johnny Chen · 14 years ago
  49. bdcb6ab Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 14 years ago
  50. 9d71c95 Bumped Xcode project versions to lldb-44 and debugserver-129. by Greg Clayton · 14 years ago
  51. 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
  52. 4baf2e3 Add an ARMUtils.h file to house utility functions for the ARM/Thumb Instruction Set Architecture. by Johnny Chen · 14 years ago
  53. 42ddc49 Bumped Xcode project versions: lldb-43 and debugserver-128. by Greg Clayton · 14 years ago
  54. d330bfd One more thing... Resume any threads that we discover were created while we stop as by Greg Clayton · 14 years ago
  55. 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
  56. 879bfee Restored some missing APIs for the test suite. Now testsuite still has some failures by Greg Clayton · 14 years ago
  57. 64c8443 Added the start of opcode emulation for ARM instructions. This class is designed by Greg Clayton · 14 years ago
  58. 7a183dc Fixed the auto completion of objective C types with the new ExternalASTSource by Greg Clayton · 14 years ago
  59. 15dcb7c Back up both the register AND the stop state when calling functions. by Jim Ingham · 14 years ago
  60. 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
  61. 1364b3b lldb-41 and debugserver-126 are set in the Xcode projects. by Greg Clayton · 14 years ago
  62. 9063e1d Bumped Xcode project version to 40 for lldb-40. by Greg Clayton · 14 years ago
  63. 7b19fc2 Bumped Xcode versions to lldb-39 and debugserver-125. by Greg Clayton · 14 years ago
  64. 124b23a Bumped versions in Xcode projects: lldb is now at lldb-38, debugserver is now by Greg Clayton · 14 years ago
  65. 8e1e126 Fixed the file ordering (alphabetic) in the Commands folder. by Greg Clayton · 14 years ago
  66. 902e018 Add a simple command: 'version' to the command interpreter, and an accompanying by Johnny Chen · 14 years ago
  67. a2cec4f Updated Xcode build version to lldb-37 and debugserver-123. by Greg Clayton · 14 years ago
  68. 3b2cfc2 Bumped Xcode project versions to for lldb-36 and debugserver-122. by Greg Clayton · 14 years ago
  69. 6e889b1 Removed libunwind sources as we aren't using them anymore. by Greg Clayton · 14 years ago
  70. c3b61d2 Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() by Greg Clayton · 14 years ago
  71. 539b3ef Removed unused files that were out of date and causing issues with the by Greg Clayton · 14 years ago
  72. dd62d72 Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp object by Greg Clayton · 14 years ago
  73. 6507dd9 Changing the ObjC find method implementation to use a ClangUtilityFunction inserted into the target. Consolidate all the by Jim Ingham · 14 years ago
  74. 3355d11 Bumped lldb Xcode version to 35 for lldb-35, and debugserver to 121 for by Greg Clayton · 14 years ago
  75. 9d972a4 Fixed an issue when debugging with DWARF in the .o files where by Greg Clayton · 14 years ago
  76. 7524a1d Bumped Xcode project build version to 34 for lldb-34. by Greg Clayton · 14 years ago
  77. 304fab4 Bumped lldb version to lldb-33 and debugserver to debugserver-120. by Greg Clayton · 14 years ago
  78. 9a7b291 Documentation fix - explain how to unset conditions. Also fix unsetting -x and -t so they work. by Jim Ingham · 14 years ago
  79. 539d945 Make sure to index the DWARF if we already haven't so we can resolve forward by Greg Clayton · 14 years ago
  80. b749a26 Fixed a race condition that could cause ProcessGDBRemote::DoResume() to return by Greg Clayton · 14 years ago
  81. c2d382c Fix completion for multi-word commands in the "help" command. by Jim Ingham · 14 years ago
  82. 360f53f Moved the code in ClangUserExpression that set up & ran the thread plan with timeouts, and restarting with all threads into a utility function in Process. This required a bunch of renaming. by Jim Ingham · 14 years ago
  83. c0c1b0c Fixed an issue where the UserSettingsControllers were being created out of by Greg Clayton · 14 years ago
  84. 990de7b Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 14 years ago
  85. 640dc6b Added the ability to get more information on the SBThread's stop reason by Greg Clayton · 14 years ago
  86. 20d338f Fixed Process::Halt() as it was broken for "process halt" after recent changes by Greg Clayton · 14 years ago
  87. cdea236 The thread plan destructors may call Thread virtual methods. That means they have to get cleaned up in the derived class's destructor. Make sure that happens. by Jim Ingham · 14 years ago
  88. 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 14 years ago
  89. b5037af Added quotes around names that are being lookup up or inspected in the by Greg Clayton · 14 years ago
  90. 3bc52d0 Just like functions can have a basename and a mangled/demangled name, variable by Greg Clayton · 14 years ago
  91. feb6e56 Fixed a crasher (an assert was firing in the DWARF parser) when setting by Greg Clayton · 14 years ago
  92. e4b9df0 Fixed an issue where we might not find global variables by name when we have by Greg Clayton · 14 years ago
  93. 6916e35 Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 14 years ago
  94. 745ac7a Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 14 years ago
  95. abab590 Bumped Xcode versions to lldb-32 and debugserver-119. by Greg Clayton · 14 years ago
  96. 53d287b Fixed an issue where we might not be able to track down a real definition of by Greg Clayton · 14 years ago
  97. d7cb26e Added initial support to the lldb_private::SymbolFile for finding by Greg Clayton · 14 years ago
  98. 670c1f8 Bumped versions in Xcode projects to lldb-31 and debugserver-118. by Greg Clayton · 14 years ago
  99. 23cf0c7 Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning by Greg Clayton · 14 years ago
  100. d6d806c Fixed FileSpec's operator == to deal with equivalent paths such as "/tmp/a.c" by Greg Clayton · 14 years ago