1. 745ac7a Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 14 years ago
  2. abab590 Bumped Xcode versions to lldb-32 and debugserver-119. by Greg Clayton · 14 years ago
  3. 53d287b Fixed an issue where we might not be able to track down a real definition of by Greg Clayton · 14 years ago
  4. d7cb26e Added initial support to the lldb_private::SymbolFile for finding by Greg Clayton · 14 years ago
  5. 670c1f8 Bumped versions in Xcode projects to lldb-31 and debugserver-118. by Greg Clayton · 14 years ago
  6. 23cf0c7 Cleaned up the pseudo terminal code in ProcessGDBRemote as it was spawning by Greg Clayton · 14 years ago
  7. d6d806c Fixed FileSpec's operator == to deal with equivalent paths such as "/tmp/a.c" by Greg Clayton · 14 years ago
  8. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  9. ea9d426 Added the equivalent of gdb's "unwind-on-signal" to the expression command, and a parameter to control it in ClangUserExpression, and on down to ClangFunction. by Jim Ingham · 14 years ago
  10. 2eac2b9 Add a ObjC V1 runtime, and a generic AppleObjCRuntime plugin. by Jim Ingham · 14 years ago
  11. 12e4185 Removed the hardcoding of the system compiler to gcc 4.2 by Greg Clayton · 14 years ago
  12. 81ab615 Bumped version for lldb-29 and debugserver-116 in the Xcode projects. by Greg Clayton · 14 years ago
  13. 9d2993d Fixed shared library unloads when the unloaded library doesn't come off by Greg Clayton · 14 years ago
  14. c9e821e Make sure darwin-debug gets installed in /Developer/usr/bin instead of by Greg Clayton · 14 years ago
  15. 03f4e93 Bumped lldb Xcode project version to 28 for lldb-28. by Greg Clayton · 14 years ago
  16. b0f8e23 Bumped version in Xcode project to lldb-27, and debugserver to debugserver-115. by Greg Clayton · 14 years ago
  17. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  18. a5dc3a7 Overloading is not broken any more. No need for an #ifndef. by Sean Callanan · 14 years ago
  19. 3f5ee7f Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 14 years ago
  20. 5790e06 Remove references to particular Python version (use the system default by Caroline Tice · 14 years ago
  21. 9bd7e35 Fixed the "frame variable -G NAME" that would print global by Greg Clayton · 14 years ago
  22. f3d0b0c Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 14 years ago
  23. 8280cbe Check in the native lldb unwinder. by Jason Molenda · 14 years ago
  24. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  25. 6bd1a9e Fixed all known race conditions with starting a process in a new terminal. by Greg Clayton · 14 years ago
  26. ea3259d Use AppleScript when lauching inferior in terminal so the command that by Greg Clayton · 14 years ago
  27. 3b2c41c Still trying to get detach to work with debugserver. Got a bit closer, by Greg Clayton · 14 years ago
  28. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  29. 0e0e81d Did a bit of parameter renaming. by Greg Clayton · 14 years ago
  30. d168690 Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. by Jim Ingham · 14 years ago
  31. 48fbdf7 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 14 years ago
  32. ad60bf4 Fixed the Objective C method prototypes to be correct (the selectors weren't by Greg Clayton · 14 years ago
  33. 63e24d7 Add a way to temporarily divert events from a broadcaster to a private listener. by Jim Ingham · 14 years ago
  34. 887eb31 Bumped versions to lldb-26 and debugserver-114 for a build. by Greg Clayton · 14 years ago
  35. 66ed2fb Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 14 years ago
  36. 4b40711 Cleaned up a unused member variable in Debugger. by Greg Clayton · 14 years ago
  37. 324067b Add "-o" option to "expression" which prints the object description if available. by Jim Ingham · 14 years ago
  38. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  39. b66cd07 Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Value::GetValueOpaqueClangQualType. by Jim Ingham · 14 years ago
  40. 102f4e3 Bumped Xcode lldb build number to 25 for lldb-25 and debugserver build to by Greg Clayton · 14 years ago
  41. 1d8173f Added the ability to create an objective C method for an objective C by Greg Clayton · 14 years ago
  42. 642036f Committing the skeleton of Language runtime plugin classes. by Jim Ingham · 14 years ago
  43. 412440a Added motheds to C++ classes as we parse them to keep clang happy. by Greg Clayton · 14 years ago
  44. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  45. ea0dbca Add a new ArchVolatileRegs plugin class to identify by Jason Molenda · 14 years ago
  46. 98f930f by Caroline Tice · 14 years ago
  47. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  48. ab7b39c We now have SBStream that mirrors the generic stream classes we by Greg Clayton · 14 years ago
  49. dfc91c3 Remove unnecessary/inappropriate output-printing functions from the API. by Caroline Tice · 14 years ago
  50. 1924e24 Fixed a missing newline when dumping mixed disassembly. by Greg Clayton · 14 years ago
  51. 7412475 So we can't use .debug_pubtypes as it, as designed, does not tell us about by Greg Clayton · 14 years ago
  52. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  53. 17454cf Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses. by Jim Ingham · 14 years ago
  54. e37f23c Fixed a crash that would happen when using "frame variables" on any struct, by Greg Clayton · 14 years ago
  55. 637029b Fixed an issue I found in the mach-o symbol table parsing where by Greg Clayton · 14 years ago
  56. 466f6c4 Added some missing API for address resolving within a module, and looking by Greg Clayton · 14 years ago
  57. 3a4ea24 The first part of an lldb native stack unwinder. by Jason Molenda · 14 years ago
  58. 0a7f75f Got the ARM version of debugserver up to date. by Greg Clayton · 14 years ago
  59. 576a68b Enable minimized symbol tables when parsing mach-o files. This by Greg Clayton · 14 years ago
  60. 8f3b21d Patch from Jay Cornwall that modifies the LLDB "Host" layer to reuse more by Greg Clayton · 14 years ago
  61. 69aa5d9 Added more API to lldb::SBBlock to allow getting the block by Greg Clayton · 14 years ago
  62. 6e4c5ce by Caroline Tice · 14 years ago
  63. e33bdd3 Improved name demangling performance by 20% on darwin. by Greg Clayton · 14 years ago
  64. 439ab61 Delete the vestigal "select", "info" and "delete" commands. by Jim Ingham · 14 years ago
  65. 17dae08 StackFrame objects now own ValueObjects for any frame variables (locals, args, by Greg Clayton · 14 years ago
  66. 537926c Move "variable list" to "frame variable" by Jim Ingham · 14 years ago
  67. f18d91c Added support for dynamic sanity checking in by Sean Callanan · 14 years ago
  68. cb0989a Cleaned up my previous submission which had some header search paths that by Greg Clayton · 14 years ago
  69. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  70. 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
  71. 830a903 Added a ClangUtilityFunction class that allows the by Sean Callanan · 14 years ago
  72. 65dafa8 This is a major refactoring of the expression parser. by Sean Callanan · 14 years ago
  73. b00bb1b Fixed the Xcode project file to not build all architectures by Greg Clayton · 14 years ago
  74. 75ccf50 Modified the host process monitor callback function Host::StartMonitoringChildProcess by Greg Clayton · 14 years ago
  75. 200dce5 Removed the ClangStmtVisitor, which is old code by Sean Callanan · 14 years ago
  76. a48fe16 Added support for persistent variables to the by Sean Callanan · 14 years ago
  77. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  78. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  79. 96cc4d0 Added a new utility class that I have wanted for a while. The CleanUp by Greg Clayton · 14 years ago
  80. aa13e0a Whoops, fixed the LLVM_CONFIGURATION. by Sean Callanan · 14 years ago
  81. 841026f Modified TaggedASTType to inherit from ClangASTType by Sean Callanan · 14 years ago
  82. 1674b12 Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 14 years ago
  83. c9b6000 Updated LLVM and Clang to July 20 at 16:00. by Greg Clayton · 14 years ago
  84. f328c9f Added functionality to dematerialize values that were by Sean Callanan · 14 years ago
  85. abbf4cd Patch from Mattias to specify the system sed on Mac OS X. by Jim Ingham · 14 years ago
  86. a657025 Fixed Xcode project to deal with recent ELF plug-in changes. by Greg Clayton · 14 years ago
  87. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  88. 193e6d5 Removed unused variable "log". by Greg Clayton · 14 years ago
  89. 81bdfe8 Updated to latest llvm from July 13th, 2010 at 13:00. by Greg Clayton · 14 years ago
  90. 8bce665 "expr -i" now performs the required transforms to by Sean Callanan · 14 years ago
  91. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  92. bc4f0f5 Moved NDEBUG from a global setting to a specific hack. by Sean Callanan · 14 years ago
  93. 961abeb Updated to build against the latest LLVM release. by Sean Callanan · 14 years ago
  94. 596ba27 64 bit ELF support from Stephen Wilson. by Greg Clayton · 14 years ago
  95. 767af88 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 14 years ago
  96. ccfba72 Switch over to using llvm's dwarf constants file. by Jason Molenda · 14 years ago
  97. 2ee73ea Added "-Wparentheses" so we catch possible errors like: by Greg Clayton · 14 years ago
  98. 5cf4a1c Added the skeleton of an IR transformer that will by Sean Callanan · 14 years ago
  99. dcb658b Added the skeleton of a transformation pass to by Sean Callanan · 14 years ago
  100. 8c6934d Added a SemaConsumer that transforms the ASTs for by Sean Callanan · 14 years ago