1. 9911d2f Added functionality to call Objective-C class methods by Sean Callanan · 13 years ago
  2. ad670e4 Change the expected substrings for 'frame variable' output to: by Johnny Chen · 13 years ago
  3. ba560cc Enhanced the ObjC DynamicCheckerFunction to test for "object responds to selector" as well as by Jim Ingham · 13 years ago
  4. 869ccb0 Add expectedFailure decorators. by Johnny Chen · 13 years ago
  5. c6b20fc Add some expr evaluations for simple STL data types. Radar to be filed soon. by Johnny Chen · 13 years ago
  6. d11e14b Added some simple testcases for figuring out breakpoints by name in by Jim Ingham · 13 years ago
  7. c409821 Turn the EvaluateExpression (..., True) tests back on. by Jim Ingham · 13 years ago
  8. 03c8ee5 Add a new breakpoint type "break by source regular expression". by Jim Ingham · 13 years ago
  9. 3823c84 Fixed indentation. by Johnny Chen · 13 years ago
  10. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  11. 319df48 Remove skip decorator now that crash has been fixed. by Johnny Chen · 13 years ago
  12. b0d9796 Skip these two cases temporarily while investigating the crash on OSX Lion with clang as the compiler. by Johnny Chen · 13 years ago
  13. adec24d Add some expected failure decorators with radar numbers. by Johnny Chen · 13 years ago
  14. c01c05c Restored the version of LLVM that we previously by Sean Callanan · 13 years ago
  15. c70f3f5 Modify test cases to use 'target variable' to display global variables. by Johnny Chen · 13 years ago
  16. cbfc0ea Refined the rollback to LLVM, picking up a newer by Sean Callanan · 13 years ago
  17. 7044f1b Revert the previous addition of expectedFailure decorators, it was a mistake. by Johnny Chen · 13 years ago
  18. 0c8e91e Add expectedFailure decorator. Failed possibly due to rollback of llvm/clang. by Johnny Chen · 13 years ago
  19. d6c7e5c Take clang output into account. by Johnny Chen · 13 years ago
  20. baafee2 Modify the expected substrings to accomodate clang, now that rdar://problem/8516141 has been fixed. by Johnny Chen · 13 years ago
  21. a61c839 Add radar info for self.skipTest(). by Johnny Chen · 13 years ago
  22. 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
  23. 0811370 Fix the expect patterns to work for both OSX SnowLeopard and Lion. by Johnny Chen · 13 years ago
  24. 6c98ba7 Updated LLVM/Clang to to pick up fixes for a by Sean Callanan · 13 years ago
  25. 1b3d1df Fixed a problem that prevented access to members by Sean Callanan · 13 years ago
  26. a796e0e Typo in the test case for i386. by Jim Ingham · 13 years ago
  27. 5c82286 Fixed the Objective-C "self" test case, which by Sean Callanan · 13 years ago
  28. e789613 Silence clang warning. by Johnny Chen · 13 years ago
  29. 2072b49 Simplify lang/objc/self/Makefile, plus it's wrong. :-) by Johnny Chen · 13 years ago
  30. 1a78f6a Add a negative self.expect() to verify that the bug has been fixed. by Johnny Chen · 13 years ago
  31. c617a4c This is an overhaul of the expression parser code by Sean Callanan · 13 years ago
  32. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  33. 3c24b49 Improved the expression parser's detection of the by Sean Callanan · 13 years ago
  34. 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
  35. 9930990 Fixed a bug in which the DWARF reader did not distinguish by Sean Callanan · 13 years ago
  36. db67858 Remove unittest.skip() as 'rdar://problem/9691614 Expression parser crashes' is fixed. by Johnny Chen · 13 years ago
  37. c6b8c91 Remove the @expectedFailure decorator as rdar://problem/8668674 is fixed. by Johnny Chen · 13 years ago
  38. e032360 Add a reproducible test case (expression parser crashes) to the lldb test suite. by Johnny Chen · 13 years ago
  39. 626f11e Make the test criteria more stringent with respect to rdar://problem/8668674 to prevent accidental pass. by Johnny Chen · 13 years ago
  40. 97742fe Modify: by Johnny Chen · 13 years ago
  41. 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
  42. 0a18748 The lldbtest.TestBase.DebugSBValue(self, val) method call now does not need the frame argument. by Johnny Chen · 13 years ago
  43. 8b0ce52 Mark the test with expectedFailure for now. by Jim Ingham · 13 years ago
  44. 5230c19 rolling back previous commit; double fix made it wrong again by Enrico Granata · 13 years ago
  45. 195d540 Prevent the test suite from failing all the time until this bug is fixed by Enrico Granata · 13 years ago
  46. e65566f Mark as expected failure. by Johnny Chen · 13 years ago
  47. 46171ff Add rdar://problem/9747668 info for "target variable g_marked_spot.y" command. by Johnny Chen · 13 years ago
  48. 4570195 Add test scenarios for 'target variable' command into TestGlobalVariables.py file. by Johnny Chen · 13 years ago
  49. 9a60f26 New test to check that we can call functions in static methods in ObjC. by Jim Ingham · 13 years ago
  50. 368f822 Centralize the variable display prefs into a new option by Greg Clayton · 13 years ago
  51. bafc86e Made the string representation for a SBValue return what "frame variable" by Greg Clayton · 13 years ago
  52. b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
  53. 189b473 Add @expectedFailure for TestCallStdStringFunction.py (radar was filed) and by Johnny Chen · 13 years ago
  54. d8ded0a Move top level recurse dir to reside under lang/c. by Johnny Chen · 13 years ago
  55. 2913d13 Move top level inlines dir to reside under lang/c. by Johnny Chen · 13 years ago
  56. 33a1c57 Add comments and print output for selected thread under trace mode. by Johnny Chen · 13 years ago
  57. c0dbdc0 Add TestPrintObj.py to go with lang/objc/print-objc, which: by Johnny Chen · 13 years ago
  58. c9ca455 Simplified Makefile. by Johnny Chen · 13 years ago
  59. 31f58fe Move sample objc program to reside under lang/objc. by Johnny Chen · 13 years ago
  60. b26db29 Move struct_types, stepping, and set_values dirs to now reside under lang/c. by Johnny Chen · 13 years ago
  61. b8025be Move global_variables dir to lang/c and foundation dir to lang/objc. by Johnny Chen · 13 years ago
  62. de2f1ed Move test dirs forward and function_types to now reside under lang/c. by Johnny Chen · 13 years ago
  63. b794017 Move some directories to now reside under lang/c or lang/cpp. by Johnny Chen · 13 years ago
  64. c93a8bb Move enum_types to now reside under lang/c. by Johnny Chen · 13 years ago
  65. 288a014 Move namespace directory to now reside under lang/cpp. by Johnny Chen · 13 years ago
  66. b11e613 Move C++-related test directories to now reside under lang. by Johnny Chen · 13 years ago
  67. f9c6f90 Move objc-related test directories to now reside under lang/objc. by Johnny Chen · 13 years ago
  68. 9914b61 Start moving things around to have a more hierarchical directory structure. by Johnny Chen · 13 years ago