1. f669850 Basic support for reading synthetic children by index: by Enrico Granata · 13 years ago
  2. 082a3d0 Check in a customized benchmark which compares the Xcode 4.1 vs. Xcode 4.2's gdb disassembly speed by Johnny Chen · 13 years ago
  3. 24e0d61 Don't create a new stop info if we've already calculated one and it is still valid. by Jim Ingham · 13 years ago
  4. 0eeaa98 Remove some commented out code that doesn't connect to anything yet... by Jim Ingham · 13 years ago
  5. 899025f Added a "--global" option to the "target modules list" by Greg Clayton · 13 years ago
  6. ec07c0d Add EvaluateWithError static method. Fix a bug in handling constant expressions - we weren't setting the result even though the expression evaluation succeeded... by Jim Ingham · 13 years ago
  7. 28c83e9 Fixed a loop that I was testing changes with and forgot to revert to zero. by Greg Clayton · 13 years ago
  8. f8b468e Made the expression parser use the StackFrame's by Sean Callanan · 13 years ago
  9. c617a4c This is an overhaul of the expression parser code by Sean Callanan · 13 years ago
  10. 0c64baf On second thought, add the IsValid() method to SBTypeList, making it similar to SBSymbolContextList and SBValueList. by Johnny Chen · 13 years ago
  11. 94c7c1d Fixed test suite failure of test_SBTypeList(). by Johnny Chen · 13 years ago
  12. 5cdaac5 Add SBType.GetBasicType() to the test scenario. by Johnny Chen · 13 years ago
  13. 8c1d720 Fixed issues for iOS debugging where if a device has by Greg Clayton · 13 years ago
  14. 5307575 Add docstring & example usage for SBTypeList. by Johnny Chen · 13 years ago
  15. f1e7a30 Fix indentation and remove the private section of SBTypeList. by Johnny Chen · 13 years ago
  16. d7e04d9 o modify-python-lldb.py: by Johnny Chen · 13 years ago
  17. 3ee8520 The recently introduced SBTypeList is also iterable. by Johnny Chen · 13 years ago
  18. a54ad99 Option --regex (-x) now also works for synthetic children: by Enrico Granata · 13 years ago
  19. 5f0559d Complete Host::Backtrace prototype. Fixes Linux build. by Peter Collingbourne · 13 years ago
  20. 74597b8 Remove expectedFailure decorator for test_SBType, which does not take an empty constructor after the recent changes. by Johnny Chen · 13 years ago
  21. 80b01e5 fixed a potential memory leak ; small improvement in the formatters lookup algorithm by Enrico Granata · 13 years ago
  22. 96df5a1 Print out the stopwatch (which contains laps, total elapsed time, and average) by Johnny Chen · 13 years ago
  23. 952cc2b Add a benchmark comparing lldb vs. gdb with disassembly on a large function (lldb's Driver::MainLoop()). by Johnny Chen · 13 years ago
  24. 5c9a3c7 Fixed a problem that caused LLDB to fail to execute by Sean Callanan · 13 years ago
  25. a83f877 Make sure we track CXX and objc method decls. by Greg Clayton · 13 years ago
  26. 9faf327 Fix some typos. by Johnny Chen · 13 years ago
  27. c5bf375 Remove an extra 'for' in the comment. by Johnny Chen · 13 years ago
  28. 0b7566c Fix makefile rules to prevent CFLAGS from appearing twice in the command line. by Johnny Chen · 13 years ago
  29. 62d527e Add a test to check the integrity of the lldb public api directory containing SB*.h headers. by Johnny Chen · 13 years ago
  30. e294545 changing CFString.py to reflect the new behavior of CreateValueFromAddress by Enrico Granata · 13 years ago
  31. c931030 more logical behavior for SBValue::CreateValueFromAddress by Enrico Granata · 13 years ago
  32. 7718f3f copying std:: SynthProviders in examples/synthetic by Enrico Granata · 13 years ago
  33. 4e5397c New formatting symbol %# can be used in summary strings to get the "count of children" of a variable by Enrico Granata · 13 years ago
  34. c92eb40 APIs to GetValueAsSigned/Unsigned() in SBValue now also accept an SBError parameter to give more info about any problem by Enrico Granata · 13 years ago
  35. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  36. 0c3d6d6 Basic handling of Objective-C tagged pointers: return a custom ISA and typename when one is detected by Enrico Granata · 13 years ago
  37. 4a1ef6f Minor modification to get the full path to the target program. by Johnny Chen · 13 years ago
  38. f31a4c2 Remove copy-and-paste residues. by Johnny Chen · 13 years ago
  39. d325115 Fix typos. by Johnny Chen · 13 years ago
  40. 37f6b79 Add license header comment. by Johnny Chen · 13 years ago
  41. a013b20 Conditionize the 'print "Set environment ..."' stmt. by Johnny Chen · 13 years ago
  42. 61e0247 Add a test directory for lldb C++ API programs. by Johnny Chen · 13 years ago
  43. af60381 Add a directory to make the second copy of libd.dylib in, so we don't have by Jim Ingham · 13 years ago
  44. 9f39a7b Patch from David Forsythe for FreeBSD build! by Johnny Chen · 13 years ago
  45. b4e4ecc Add expectedFailure decorator. rdar://problem/9890530 by Johnny Chen · 13 years ago
  46. 1684446 Unquote the env_cmd_string variable. by Johnny Chen · 13 years ago
  47. 77ee393 Don't set DYLD_LIBRARY_PATH in the Python environment (which will get passed down to by Jim Ingham · 13 years ago
  48. 2bb136a temporarily blacklisting a test case causing hangs on Mac OS X by Enrico Granata · 13 years ago
  49. 433c64a testing for a previous issue where formats in summaries where not enforced in all cases ; removed an unused local variable by Enrico Granata · 13 years ago
  50. 3c24b49 Improved the expression parser's detection of the by Sean Callanan · 13 years ago
  51. 6678676 Fixed an issue of wrong (by +2) branch target calculation in the disassembler's symbolic information output. by Johnny Chen · 13 years ago
  52. ddb213d Fixed an issue with parsing object files from .a archives. by Greg Clayton · 13 years ago
  53. 441f08c Fixed an issue where the KVO swizzled type would be returned as the dynamic type instead of the actual user-level type by Enrico Granata · 13 years ago
  54. e013e10 Add a test file to go with r136745. It fails, though, for: by Johnny Chen · 13 years ago
  55. 34ce4ea Create the scratch AST context in the accessor function, not by Greg Clayton · 13 years ago
  56. 51b11e0 Add method Module::IsLoadedInTarget, and then in the MacOS X dynamic loader, after we by Jim Ingham · 13 years ago
  57. 3b8a605 Fix a copy/paste error in a comment. by Jim Ingham · 13 years ago
  58. 6e2d282 Fixed an issue where StackFrame::GetValueForVariableExpressionPath(...) by Greg Clayton · 13 years ago
  59. 36f6fb9 Change CommandObjectTargetModulesAdd to set the return status by Jason Molenda · 13 years ago
  60. 7dfb1bb bug fix in SBValue::CreateValueFromAddress() where using the resulting VO as a pointer would crash LLDB ; minor improvements in dynamic formatters lookup by Enrico Granata · 13 years ago
  61. 113388f Add the real benchmarks comparing lldb against gdb for repeated expression evaluations. by Johnny Chen · 13 years ago
  62. 9930990 Fixed a bug in which the DWARF reader did not distinguish by Sean Callanan · 13 years ago
  63. 4b66329 Patch by David Forsythe to build lldb on FreeBSD! by Johnny Chen · 13 years ago
  64. 6487558 Remove libEnhancedDisassembly.dylib by Greg Clayton · 13 years ago
  65. afb7c85 Fixed a bug where a variable could not be formatted in a summary if its datatype already had a custom format by Enrico Granata · 13 years ago
  66. bd43453 Simple renaming: self.swatch -> self.stopwatch. by Johnny Chen · 13 years ago
  67. cbfd093 Add a Stopwatch utility class to lldbench.py module and initialize an instance of by Johnny Chen · 13 years ago
  68. db67858 Remove unittest.skip() as 'rdar://problem/9691614 Expression parser crashes' is fixed. by Johnny Chen · 13 years ago
  69. c6b8c91 Remove the @expectedFailure decorator as rdar://problem/8668674 is fixed. by Johnny Chen · 13 years ago
  70. 71cb797 Add an abstract base class called BenchBase to be inherited by benchmark tests. by Johnny Chen · 13 years ago
  71. 57fb37e Fixed a problem in the expression parser that by Sean Callanan · 13 years ago
  72. cbe5126 More refactorings to migrate logic from TestBase to its parent class. by Johnny Chen · 13 years ago
  73. 366fb8c Start refactoring lldbtest.TestBase so that it inherits from a newly created lldbtest.Base class, by Johnny Chen · 13 years ago
  74. 3bd6433 Remove the @expectedFailure decorator since the bug has been fixed. by Johnny Chen · 13 years ago
  75. 166ba10 Added checking to make sure that the target has a by Sean Callanan · 13 years ago
  76. 9a87743 Fixed a bug where named constants were being by Sean Callanan · 13 years ago
  77. e6526bb Remove the deprecated MacOSX native plug-in. by Greg Clayton · 13 years ago
  78. f4a0148 Copy the native darwin register stuff out of the ProcessMacOSX plug-in folder. by Greg Clayton · 13 years ago
  79. 9b7d038 Updated LLVM to pick up a few new ARM targets. by Sean Callanan · 13 years ago
  80. 19395ef Update Xcode project versions to lldb-70 and debugserver-142. by Greg Clayton · 13 years ago
  81. c4d4fb5 Add reloc arg to standard JIT createJIT() by Peter Collingbourne · 13 years ago
  82. 37952c2 Protect a bit against uninitialized std::list objects, but there is more by Greg Clayton · 13 years ago
  83. 73ab7f1 Protect a bit better against uninitialized vectors. by Greg Clayton · 13 years ago
  84. 9b6898f This change brings in the latest LLVM/Clang, and by Sean Callanan · 13 years ago
  85. e626c49 Cleaned up the NSString summary formatter to not print "<invalid object>" when by Greg Clayton · 13 years ago
  86. 82ccf40 Add a @benchmarks_test decorator for test method we want to categorize as benchmarks test. by Johnny Chen · 13 years ago
  87. dcc59f0 Fixed a compile error. by Greg Clayton · 13 years ago
  88. bfc0613 changes in the new GetMinimumLanguages() ; robustness improvements in the CFStringSynthProvider object ; made a CFString_SummaryProvider function you can use if all you care about is the summary string for your NSString objects by Enrico Granata · 13 years ago
  89. 62fcf03 Moved some functionality from ValueObject to ClangASTType. by Greg Clayton · 13 years ago
  90. c5fa005 Add a redo.py script which takes a session directory name as arg and digs into the directory by Johnny Chen · 13 years ago
  91. 1bc04ed Logging and return code fixes. by Greg Clayton · 13 years ago
  92. 6a4e58e new synthetic children provider for CFString and related classes ; test case for it by Enrico Granata · 13 years ago
  93. 979e20d Public API changes: by Enrico Granata · 13 years ago
  94. 86fbeeb Add regression test for rdar://problem/9531204. by Johnny Chen · 13 years ago
  95. ca8a206 Add test case for rdar://problem/9673664. by Johnny Chen · 13 years ago
  96. fe34c89 Add some descriptions about the default executable name being 'a.out' and can be overwritten by Johnny Chen · 13 years ago
  97. e032360 Add a reproducible test case (expression parser crashes) to the lldb test suite. by Johnny Chen · 13 years ago
  98. 626f11e Make the test criteria more stringent with respect to rdar://problem/8668674 to prevent accidental pass. by Johnny Chen · 13 years ago
  99. 28945d5 another possible incarnation of a C++ string straight from llvm-gcc build 5658 by Enrico Granata · 13 years ago
  100. 97742fe Modify: by Johnny Chen · 13 years ago