1. 1c61743 Second round of code cleanups: by Enrico Granata · 13 years ago
  2. f501c59 First round of code cleanups: by Enrico Granata · 13 years ago
  3. 074e3b6 New category "gnu-libstdc++" provides summary for std::string and synthetic children for types std::map, std::list and std::vector by Enrico Granata · 13 years ago
  4. e5e34cb When defining a scripted command, it is possible to provide a docstring and that will be used as the help text for the command by Enrico Granata · 13 years ago
  5. 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
  6. 770683d Add comment about recent change. by Johnny Chen · 13 years ago
  7. e90a10e Comment change. by Johnny Chen · 13 years ago
  8. 9e643db Add comment on known restrictions of the current implementation. by Johnny Chen · 13 years ago
  9. 13fb657 The redo script did not take into account the compiler and architecture configuration of the failed tests. by Johnny Chen · 13 years ago
  10. d6c7e5c Take clang output into account. by Johnny Chen · 13 years ago
  11. 4d30840 Re-enable the test for ValueAsUnsigned on a register Value. by Jim Ingham · 13 years ago
  12. 8339f98 Fix the test suite error of: by Johnny Chen · 13 years ago
  13. c2a2825 Python commands: by Enrico Granata · 13 years ago
  14. baafee2 Modify the expected substrings to accomodate clang, now that rdar://problem/8516141 has been fixed. by Johnny Chen · 13 years ago
  15. cd1df5a Forgot to initialize the self.__skipped__ attribute lldbtest.Base. by Johnny Chen · 13 years ago
  16. f5b8909 Test driver should also report skipped tests because there were cases when tests were skipped by Johnny Chen · 13 years ago
  17. 161cdf6 Add new SBAddress APIs to the fuzz tests. by Johnny Chen · 13 years ago
  18. be85f0b Add a simple test case to exercise the SBDebugger.CreateTargetWithFileAndTargetTriple() API. by Johnny Chen · 13 years ago
  19. e36a35c Test case for changing ValueObjects with SBValue::SetValueFromCString. by Jim Ingham · 13 years ago
  20. 4386675 Modify the skipUnless() logic to work for OSX Lion. by Johnny Chen · 13 years ago
  21. db4be60 Fix a test driver bug where multiple filter specs (through the -f TestClassName.test_method_name by Johnny Chen · 13 years ago
  22. a61c839 Add radar info for self.skipTest(). by Johnny Chen · 13 years ago
  23. 422f116 Skip the TestObjCDymaicValue.py tests for i386 due to dynamic types for ObjC V1 runtime not implemented yet. by Johnny Chen · 13 years ago
  24. 7f9985a Add TestInferiorChanged.py to test that lldb reloads the inferior after it was changed during the debug session. by Johnny Chen · 13 years ago
  25. 06f0db6 Added an error message when the user tries to add a filter when a synthetic provider for the same type is already defined in the same category by Enrico Granata · 13 years ago
  26. 4d162e5 When running dotest.py under pdb (the python debugger), define DOTEST_PDB=YES and by Johnny Chen · 13 years ago
  27. 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 13 years ago
  28. 0811370 Fix the expect patterns to work for both OSX SnowLeopard and Lion. by Johnny Chen · 13 years ago
  29. 6c98ba7 Updated LLVM/Clang to to pick up fixes for a by Sean Callanan · 13 years ago
  30. 9c57fc0 Fixed an issue where a pointer's address was being logged instead of its value by Enrico Granata · 13 years ago
  31. 758db96 Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early. by Johnny Chen · 13 years ago
  32. d96c9e8 Change the SBValue.linked_list_iter() to treat the value object as a homogeneous linked list data structure by Johnny Chen · 13 years ago
  33. 6fd55f1 When a benchmarks test fails, the re-run command should include the '+b' option instead of the '-t' option. by Johnny Chen · 13 years ago
  34. 1b3d1df Fixed a problem that prevented access to members by Sean Callanan · 13 years ago
  35. 840eb26 CFString.py now shows contents in a more NSString-like way (e.g. you get @"Hello" instead of "Hello") by Enrico Granata · 13 years ago
  36. a796e0e Typo in the test case for i386. by Jim Ingham · 13 years ago
  37. 5c82286 Fixed the Objective-C "self" test case, which by Sean Callanan · 13 years ago
  38. e789613 Silence clang warning. by Johnny Chen · 13 years ago
  39. 2072b49 Simplify lang/objc/self/Makefile, plus it's wrong. :-) by Johnny Chen · 13 years ago
  40. 1a78f6a Add a negative self.expect() to verify that the bug has been fixed. by Johnny Chen · 13 years ago
  41. 21f37ad Move the handling of breakpoint conditions from the Private event loop to the StopInfoBreakpoint::DoActions, which happens as the by Jim Ingham · 13 years ago
  42. f669850 Basic support for reading synthetic children by index: by Enrico Granata · 13 years ago
  43. 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
  44. f8b468e Made the expression parser use the StackFrame's by Sean Callanan · 13 years ago
  45. c617a4c This is an overhaul of the expression parser code by Sean Callanan · 13 years ago
  46. 0c64baf On second thought, add the IsValid() method to SBTypeList, making it similar to SBSymbolContextList and SBValueList. by Johnny Chen · 13 years ago
  47. 94c7c1d Fixed test suite failure of test_SBTypeList(). by Johnny Chen · 13 years ago
  48. 5cdaac5 Add SBType.GetBasicType() to the test scenario. by Johnny Chen · 13 years ago
  49. d7e04d9 o modify-python-lldb.py: by Johnny Chen · 13 years ago
  50. a54ad99 Option --regex (-x) now also works for synthetic children: by Enrico Granata · 13 years ago
  51. 74597b8 Remove expectedFailure decorator for test_SBType, which does not take an empty constructor after the recent changes. by Johnny Chen · 13 years ago
  52. 96df5a1 Print out the stopwatch (which contains laps, total elapsed time, and average) by Johnny Chen · 13 years ago
  53. 952cc2b Add a benchmark comparing lldb vs. gdb with disassembly on a large function (lldb's Driver::MainLoop()). by Johnny Chen · 13 years ago
  54. c5bf375 Remove an extra 'for' in the comment. by Johnny Chen · 13 years ago
  55. 0b7566c Fix makefile rules to prevent CFLAGS from appearing twice in the command line. by Johnny Chen · 13 years ago
  56. 62d527e Add a test to check the integrity of the lldb public api directory containing SB*.h headers. by Johnny Chen · 13 years ago
  57. e294545 changing CFString.py to reflect the new behavior of CreateValueFromAddress by Enrico Granata · 13 years ago
  58. 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
  59. 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
  60. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  61. 4a1ef6f Minor modification to get the full path to the target program. by Johnny Chen · 13 years ago
  62. f31a4c2 Remove copy-and-paste residues. by Johnny Chen · 13 years ago
  63. d325115 Fix typos. by Johnny Chen · 13 years ago
  64. 37f6b79 Add license header comment. by Johnny Chen · 13 years ago
  65. a013b20 Conditionize the 'print "Set environment ..."' stmt. by Johnny Chen · 13 years ago
  66. af60381 Add a directory to make the second copy of libd.dylib in, so we don't have by Jim Ingham · 13 years ago
  67. b4e4ecc Add expectedFailure decorator. rdar://problem/9890530 by Johnny Chen · 13 years ago
  68. 1684446 Unquote the env_cmd_string variable. by Johnny Chen · 13 years ago
  69. 77ee393 Don't set DYLD_LIBRARY_PATH in the Python environment (which will get passed down to by Jim Ingham · 13 years ago
  70. 2bb136a temporarily blacklisting a test case causing hangs on Mac OS X by Enrico Granata · 13 years ago
  71. 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
  72. 3c24b49 Improved the expression parser's detection of the by Sean Callanan · 13 years ago
  73. 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
  74. e013e10 Add a test file to go with r136745. It fails, though, for: by Johnny Chen · 13 years ago
  75. 113388f Add the real benchmarks comparing lldb against gdb for repeated expression evaluations. by Johnny Chen · 13 years ago
  76. 9930990 Fixed a bug in which the DWARF reader did not distinguish by Sean Callanan · 13 years ago
  77. 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
  78. bd43453 Simple renaming: self.swatch -> self.stopwatch. by Johnny Chen · 13 years ago
  79. cbfd093 Add a Stopwatch utility class to lldbench.py module and initialize an instance of by Johnny Chen · 13 years ago
  80. db67858 Remove unittest.skip() as 'rdar://problem/9691614 Expression parser crashes' is fixed. by Johnny Chen · 13 years ago
  81. c6b8c91 Remove the @expectedFailure decorator as rdar://problem/8668674 is fixed. by Johnny Chen · 13 years ago
  82. 71cb797 Add an abstract base class called BenchBase to be inherited by benchmark tests. by Johnny Chen · 13 years ago
  83. cbe5126 More refactorings to migrate logic from TestBase to its parent class. by Johnny Chen · 13 years ago
  84. 366fb8c Start refactoring lldbtest.TestBase so that it inherits from a newly created lldbtest.Base class, by Johnny Chen · 13 years ago
  85. 3bd6433 Remove the @expectedFailure decorator since the bug has been fixed. by Johnny Chen · 13 years ago
  86. 37952c2 Protect a bit against uninitialized std::list objects, but there is more by Greg Clayton · 13 years ago
  87. 73ab7f1 Protect a bit better against uninitialized vectors. by Greg Clayton · 13 years ago
  88. e626c49 Cleaned up the NSString summary formatter to not print "<invalid object>" when by Greg Clayton · 13 years ago
  89. 82ccf40 Add a @benchmarks_test decorator for test method we want to categorize as benchmarks test. by Johnny Chen · 13 years ago
  90. 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
  91. 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
  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. 97742fe Modify: by Johnny Chen · 13 years ago
  100. 38581d2 The SBValue.linked_list_iter() API failed for an empty list. by Johnny Chen · 13 years ago