1. 250e749 Fixed a problem in IRForTarget where we would not by Sean Callanan · 11 years ago
  2. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  3. e0c604f <rdar://problem/14064994> by Enrico Granata · 11 years ago
  4. ba7354c Remove debug print statement. by Greg Clayton · 11 years ago
  5. 7c79a27 Figure out the reply to "PlanExplainsStop" once when we stop and then use the cached by Jim Ingham · 11 years ago
  6. 2dbfe86 Fixed IRForTarget to handle Objective-C messages sent to "super". by Sean Callanan · 11 years ago
  7. 967a997 Added support for pulling Objective-C class symbols by Sean Callanan · 11 years ago
  8. 36451fa Replace all "-gdwarf-2" with "-g" to use the compiler defaults. by Greg Clayton · 11 years ago
  9. 02901dc Fixed an issue where the LDFLAGS were not correctly gettting modified to be additive. by Greg Clayton · 11 years ago
  10. edc4ddb Mark a few more tests as "basic_process". by Jim Ingham · 11 years ago
  11. 21416a1 <rdar://problem/12362092> by Enrico Granata · 11 years ago
  12. b437786 NSWindows should only be created after you have an NSApplication by Enrico Granata · 11 years ago
  13. 4ad0490 <rdar://problem/12890171> by Enrico Granata · 11 years ago
  14. 1a469c7 <rdar://problem/12711206> by Enrico Granata · 11 years ago
  15. 288ddfe Extended LLDB to handle blocks capturing 'self' by Sean Callanan · 11 years ago
  16. 3a91e14 <rdar://problem/12028723> by Enrico Granata · 11 years ago
  17. 2fcbf6e <rdar://problem/12953853> by Greg Clayton · 11 years ago
  18. aadc7f7 Clang sometimes emits "objc_object*" rather than "id" by Sean Callanan · 11 years ago
  19. 282c22c This patch removes the SymbolFileSymtab support by Sean Callanan · 11 years ago
  20. 3ce9404 <rdar://problem/11689939> by Enrico Granata · 11 years ago
  21. 992d227 Option changes: by Enrico Granata · 11 years ago
  22. b319118 Fixed the IRInterpreter's handling of "this" and by Sean Callanan · 11 years ago
  23. 6475c42 <rdar://problem/12798131> by Greg Clayton · 12 years ago
  24. 40c9d75 Update test status on Linux by Daniel Malea · 12 years ago
  25. d27e543 In cases where the Objective-C ivar symbols are stripped out, by Sean Callanan · 12 years ago
  26. 2dd6d1c <rdar://problem/12408181> Test case to make sure this area of ObjC support does not regress in the future by Enrico Granata · 12 years ago
  27. c7f17c0 Make blocks that capture their containing method's object pointer look like methods of by Jim Ingham · 12 years ago
  28. 2bc5737 Added a testcase for runtime types in Objective-C. by Sean Callanan · 12 years ago
  29. f2d324c Made TestHiddenIvars an expected failure with by Sean Callanan · 12 years ago
  30. 5761398 Missed a few places where I didn't delete the obsolete (commented out) version of the breakpoint creation. by Jim Ingham · 12 years ago
  31. 431d839 Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly by Jim Ingham · 12 years ago
  32. ac3a8e2 Initial commit of a new testsuite feature: test categories. by Enrico Granata · 12 years ago
  33. ad4b169 <rdar://problem/12315386> by Greg Clayton · 12 years ago
  34. 1221358 <rdar://problem/11505459> Stripping off the object's type from the output of the 'po' command by Enrico Granata · 12 years ago
  35. bf12090 Mark the test as failing on both architectures, since LLDB won't handle the function to clang. by Filipe Cabecinhas · 12 years ago
  36. 267b9d9 Fixed the new-syntax testcase to reflect how we print string literals. by Sean Callanan · 12 years ago
  37. 6b1763b <rdar://problem/11355592> Fixing a bug where we would incorrectly try and determine a dynamic type for a variable of a pointer type that is not a valid generic type for dynamic pointers. by Enrico Granata · 12 years ago
  38. 930f10a I have updated Clang to include support for Objective-C by Sean Callanan · 12 years ago
  39. f3e5da2 Add i386-only expectedFailure decorators for current ToT. by Johnny Chen · 12 years ago
  40. 038fa8e If the ObjC Step Through Trampoline plan causes a target crash, properly propagate the error back to by Jim Ingham · 12 years ago
  41. ce035a0 Automatically enabling the Cocoa formatter categories for command-line LLDB. Previously, the categories were filled in but disabled by default. Tweaking test cases appropriately to keep working and do the right thing by Enrico Granata · 12 years ago
  42. 70fa461 Renaming to rid of the '++' in the test file name and simplify the Makefile. by Johnny Chen · 12 years ago
  43. 89f099b Removed a binary that I accidentally committed. by Sean Callanan · 12 years ago
  44. 49749a7 Recognize Objective-C classes with runtime class by Sean Callanan · 12 years ago
  45. 800bd70 Forgo the selector test on i386, where we can't by Sean Callanan · 12 years ago
  46. 0eba719 Create an NSAutoreleasePool correctly in a test by Sean Callanan · 12 years ago
  47. 2a29bd5 Ditto 'requires modern objc runtime' for TestRealDefinition.py -- fix test suite errors for i386. by Johnny Chen · 12 years ago
  48. f999a77 Ditto 'requires modern objc runtime' for TestObjCProperty.py -- fix test suite errors for i386. by Johnny Chen · 12 years ago
  49. 77fa1b7 Fix some test suite errors. TestForwardDecl.py errors were due to bad Makefile.rules, while TestHiddenIvars.py errors due to features only available in modern objc runtime. by Johnny Chen · 12 years ago
  50. 5aa97e0 Changed some tabs to spaces to make Python like this file. by Sean Callanan · 12 years ago
  51. 21b1984 Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. by Johnny Chen · 12 years ago
  52. 76fa7cf Remove a debug statement. by Johnny Chen · 12 years ago
  53. 6e12c7a Updated the revision of LLVM/Clang used by LLDB. by Sean Callanan · 12 years ago
  54. 80e7b0f Fixing an issue where a ValueObject had changed its value but the 'value changed' flag was not being set. This was breaking one of our test cases by Enrico Granata · 12 years ago
  55. c94765e Add two expectedFailure decorators with radar number. by Johnny Chen · 12 years ago
  56. 741c684 Adding a test case for a bug where types CFGregorianDate and CFRange were improperly uniqued by LLDB such that both where shown as having the same structure contents - The bug itself is fixed in TOT but we want to catch regressions ASAP by Enrico Granata · 12 years ago
  57. 3686423 Added a testcase verifying that forward declarations by Sean Callanan · 12 years ago
  58. 78fa6c9 Made the hidden-ivar test a little more rigorous. by Sean Callanan · 12 years ago
  59. 931acec Added support for looking up the complete type for by Sean Callanan · 12 years ago
  60. 9658054 Remove @expectedFailure decorators as the bug has been fixed. by Johnny Chen · 12 years ago
  61. 7abba2a Add test cases exercising SBValue.GetObjectDescription() with the SBValue from SBTarget.FindGlobalVariables() by Johnny Chen · 12 years ago
  62. 3cab941 Fix the test properly now that SBValue::GetValueAsUnsigned works for bitfields. by Jim Ingham · 12 years ago
  63. aa9d267 Fixed a problem in our local Clang's method for by Sean Callanan · 12 years ago
  64. 1716ad7 <rdar://problem/10546739> by Greg Clayton · 12 years ago
  65. daa6efe The "desired result type" code in the expression by Sean Callanan · 12 years ago
  66. 46052eb Properly name the test class as well as the test methods. by Johnny Chen · 12 years ago
  67. 04bb583 Properly name the test class as well as the test methods. by Johnny Chen · 12 years ago
  68. 0f71d19 Added some strength to the checks that prevent by Sean Callanan · 12 years ago
  69. 4bdca6f Make the objc-dynamic-value test a little trickier (still passes) and test the GetDynamicValue API. by Jim Ingham · 12 years ago
  70. 0539a80 Updated Clang to take an enhancement to the way by Sean Callanan · 12 years ago
  71. d0f67e2 Rename some test methods, with no functionality change. by Johnny Chen · 12 years ago
  72. 9a530a6 We now have a test case for stopping within a module in a place where the by Greg Clayton · 12 years ago
  73. 4fdf795 Added the ability to dereference an Objective-C object by Sean Callanan · 12 years ago
  74. 514970a Get the bit-field offset & size for ObjC ivars that are bitfields. by Jim Ingham · 12 years ago
  75. de32b45 Added a code for a test to find the real Objective C class definition. I by Greg Clayton · 13 years ago
  76. 6cfd267 Rename test class appropriately. by Johnny Chen · 13 years ago
  77. e6ea5fe Pulled in a new version of LLVM/Clang to solve a variety by Sean Callanan · 13 years ago
  78. 2546fd2 Add code that reads the APPLE_property debug info, and makes up properties from them. by Jim Ingham · 13 years ago
  79. 9911d2f Added functionality to call Objective-C class methods by Sean Callanan · 13 years ago
  80. ba560cc Enhanced the ObjC DynamicCheckerFunction to test for "object responds to selector" as well as by Jim Ingham · 13 years ago
  81. c409821 Turn the EvaluateExpression (..., True) tests back on. by Jim Ingham · 13 years ago
  82. 03c8ee5 Add a new breakpoint type "break by source regular expression". by Jim Ingham · 13 years ago
  83. a61c839 Add radar info for self.skipTest(). by Johnny Chen · 13 years ago
  84. 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
  85. a796e0e Typo in the test case for i386. by Jim Ingham · 13 years ago
  86. 5c82286 Fixed the Objective-C "self" test case, which by Sean Callanan · 13 years ago
  87. e789613 Silence clang warning. by Johnny Chen · 13 years ago
  88. 2072b49 Simplify lang/objc/self/Makefile, plus it's wrong. :-) by Johnny Chen · 13 years ago
  89. c617a4c This is an overhaul of the expression parser code by Sean Callanan · 13 years ago
  90. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  91. 3c24b49 Improved the expression parser's detection of the by Sean Callanan · 13 years ago
  92. 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
  93. db67858 Remove unittest.skip() as 'rdar://problem/9691614 Expression parser crashes' is fixed. by Johnny Chen · 13 years ago
  94. e032360 Add a reproducible test case (expression parser crashes) to the lldb test suite. by Johnny Chen · 13 years ago
  95. 425b0cf Passing in os.ctermid() as the arg for SBTarget.Launch(...) for stdin_path, stdout_path, and stderr_path by Johnny Chen · 13 years ago
  96. 8b0ce52 Mark the test with expectedFailure for now. by Jim Ingham · 13 years ago
  97. 5230c19 rolling back previous commit; double fix made it wrong again by Enrico Granata · 13 years ago
  98. 195d540 Prevent the test suite from failing all the time until this bug is fixed by Enrico Granata · 13 years ago
  99. e65566f Mark as expected failure. by Johnny Chen · 13 years ago
  100. 9a60f26 New test to check that we can call functions in static methods in ObjC. by Jim Ingham · 13 years ago