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