1. 8f3b21d Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more by Greg Clayton · 14 years ago
  2. 69aa5d9 Added more API to lldb::SBBlock to allow getting the block by Greg Clayton · 14 years ago
  3. 6e4c5ce by Caroline Tice · 14 years ago
  4. e33bdd3 Improved name demangling performance by 20% on darwin. by Greg Clayton · 14 years ago
  5. 439ab61 Delete the vestigal "select", "info" and "delete" commands. by Jim Ingham · 14 years ago
  6. 17dae08 StackFrame objects now own ValueObjects for any frame variables (locals, args, by Greg Clayton · 14 years ago
  7. 537926c Move "variable list" to "frame variable" by Jim Ingham · 14 years ago
  8. f18d91c Added support for dynamic sanity checking in by Sean Callanan · 14 years ago
  9. cb0989a Cleaned up my previous submission which had some header search paths that by Greg Clayton · 14 years ago
  10. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  11. 74989e8 Added a way to open the current source file & line in an external editor, and you can turn this on with: by Jim Ingham · 14 years ago
  12. 830a903 Added a ClangUtilityFunction class that allows the by Sean Callanan · 14 years ago
  13. 65dafa8 This is a major refactoring of the expression parser. by Sean Callanan · 14 years ago
  14. b00bb1b Fixed the Xcode project file to not build all architectures by Greg Clayton · 14 years ago
  15. 75ccf50 Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 14 years ago
  16. 200dce5 Removed the ClangStmtVisitor, which is old code by Sean Callanan · 14 years ago
  17. a48fe16 Added support for persistent variables to the by Sean Callanan · 14 years ago
  18. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  19. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  20. 96cc4d0 Added a new utility class that I have wanted for a while. The CleanUp by Greg Clayton · 14 years ago
  21. aa13e0a Whoops, fixed the LLVM_CONFIGURATION. by Sean Callanan · 14 years ago
  22. 841026f Modified TaggedASTType to inherit from ClangASTType by Sean Callanan · 14 years ago
  23. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  24. c9b6000 Updated LLVM and Clang to July 20 at 16:00. by Greg Clayton · 14 years ago
  25. f328c9f Added functionality to dematerialize values that were by Sean Callanan · 14 years ago
  26. abbf4cd Patch from Mattias to specify the system sed on Mac OS X. by Jim Ingham · 14 years ago
  27. a657025 Fixed Xcode project to deal with recent ELF plug-in changes. by Greg Clayton · 14 years ago
  28. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  29. 193e6d5 Removed unused variable "log". by Greg Clayton · 14 years ago
  30. 81bdfe8 Updated to latest llvm from July 13th, 2010 at 13:00. by Greg Clayton · 14 years ago
  31. 8bce665 "expr -i" now performs the required transforms to by Sean Callanan · 14 years ago
  32. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  33. bc4f0f5 Moved NDEBUG from a global setting to a specific hack. by Sean Callanan · 14 years ago
  34. 961abeb Updated to build against the latest LLVM release. by Sean Callanan · 14 years ago
  35. 596ba27 64 bit ELF support from Stephen Wilson. by Greg Clayton · 14 years ago
  36. 767af88 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 14 years ago
  37. ccfba72 Switch over to using llvm's dwarf constants file. by Jason Molenda · 14 years ago
  38. 2ee73ea Added "-Wparentheses" so we catch possible errors like: by Greg Clayton · 14 years ago
  39. 5cf4a1c Added the skeleton of an IR transformer that will by Sean Callanan · 14 years ago
  40. dcb658b Added the skeleton of a transformation pass to by Sean Callanan · 14 years ago
  41. 8c6934d Added a SemaConsumer that transforms the ASTs for by Sean Callanan · 14 years ago
  42. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  43. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  44. 5a47e8b Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan by Jim Ingham · 14 years ago
  45. 41313fc Move the "status" command to "process status" since that's where it belongs. Also make it print "running" if invoked by Jim Ingham · 14 years ago
  46. 9dbe717 Parameterize the shell scripts for creating and copying the python and by Caroline Tice · 14 years ago
  47. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  48. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  49. 17f4bff Move posix specific files into posix subdirectory so they can by Greg Clayton · 14 years ago
  50. 8f5fd6b I have eliminated RTTI from LLDB! by Greg Clayton · 14 years ago
  51. e49f79d Switched over to using the new lldb::SharingPtr from Howard Hinnant. by Greg Clayton · 14 years ago
  52. bfe9bb9 Moved files around for linux build. Fixed up Xcode project to by Greg Clayton · 14 years ago
  53. 011cb18 Fixed the build after recent header changes. by Greg Clayton · 14 years ago
  54. 08be180 Update USER_HEADER_SEARCH_PATHS settings to all be the same. by Jason Molenda · 14 years ago
  55. cf01505 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 14 years ago
  56. e8448c6 SymbolVendor.mm doesn't seem to have any Objective-C in it; by Jason Molenda · 14 years ago
  57. 4cba613 OK, we should only point to PROJECT_DIR/include for the header search paths since the includes specify lldb/API/etc. This is temporary until the final install location is decided upon for the headers. by Christopher Friesen · 14 years ago
  58. 038979e update the USER_HEADER_SEARCH_PATHS for one of the variants. by Jason Molenda · 14 years ago
  59. 2651e61 Narrow down the header search path to the public API by Christopher Friesen · 14 years ago
  60. fa765c4 fixing headers search paths so lldb-tool will build with these new changes by Christopher Friesen · 14 years ago
  61. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago