1. e404746 Use SBModule.GetDescription(SBStream) API to get the module description to match by Johnny Chen · 14 years ago
  2. 6c884d2 Update the comment section of blacklist.py with the command line to reproduce the crash. by Johnny Chen · 14 years ago
  3. 002e869 Add python_api/symbol-context to test getting the symbol context while stopped by Johnny Chen · 14 years ago
  4. cf660db Fix one of the golden output of "frame variable -t *self" to be: by Johnny Chen · 14 years ago
  5. b3e7181 Fix typos in SBBreakpoint::GetThreadIndex()/GetThreadName(), and test sequences by Johnny Chen · 14 years ago
  6. fd570ba Added a test for finding the correct values for ivars when a property causes the ivar offsets by Jim Ingham · 14 years ago
  7. ba23f58 Add an entry for test case BasicExprCommandsTestCase.test_evaluate_expression_python, by Johnny Chen · 14 years ago
  8. d36f590 by Caroline Tice · 14 years ago
  9. c3b61d2 Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() by Greg Clayton · 14 years ago
  10. 3cdf729 Modify the test case to run under ['gcc', 'llvm-gcc', 'clang'] x ['x86_64', 'i386'] by Johnny Chen · 14 years ago
  11. 387fe61 Add test cases to make sure the Command Interpreter is handling by Caroline Tice · 14 years ago
  12. 1decbac Rearrange some statements so that the adding of teardown hook follows immediately by Johnny Chen · 14 years ago
  13. a50971f Make the TestSettings.py test cases use different output filenames: by Johnny Chen · 14 years ago
  14. ec88274 Execute the test case teardown hooks in a LIFO (last in, first out) order. by Johnny Chen · 14 years ago
  15. b201736 Added a test case LoadUnloadTestCase.test_dyld_library_path to test launching a process by Johnny Chen · 14 years ago
  16. a8e2ea7 Modify test cases to accomodate Python API change: by Johnny Chen · 14 years ago
  17. d1a4796 Change the golden output so that merely evaluating an existing persistent variable by Johnny Chen · 14 years ago
  18. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  19. 7a4512b Add TestBreakpointIgnoreCount.py to exercise the breakpoint ignore count features, by Johnny Chen · 14 years ago
  20. 5aa1ebc Make the test case SourceManagerTestCase.display_source_python stronger by also by Johnny Chen · 14 years ago
  21. e5791dd Add test_display_source_python() test case to TestSourceManager.py which uses by Johnny Chen · 14 years ago
  22. 3f1696c Make sure that @python_api_test is only used to decorate a test method, not the by Johnny Chen · 14 years ago
  23. cc659ad Do not specify both '-a' and '+a' at the same time. by Johnny Chen · 14 years ago
  24. 3ebdacc Add a '+a' command line option to the test driver to run only the Python API tests. by Johnny Chen · 14 years ago
  25. ec953b5 Add the @python_api_test decorator for two test cases. by Johnny Chen · 14 years ago
  26. ad5518d Fix some typo in method names and docstrings. by Johnny Chen · 14 years ago
  27. 9ac4be9 Added some tests for ObjC stepping, step into ordinary and stret methods, and stepping by Jim Ingham · 14 years ago
  28. 0678f8e Add @python_api_test decorator to the remaining Test*.py files. by Johnny Chen · 14 years ago
  29. 013c574 Fix a test method docstring. by Johnny Chen · 14 years ago
  30. 4f93bf1 Add an infrastructure to mark the Python APIs only test using a decorator. by Johnny Chen · 14 years ago
  31. 5899a23 Added the source file for some ObjC stepping tests. No test yet. by Jim Ingham · 14 years ago
  32. f831222 Add more module docstring. by Johnny Chen · 14 years ago
  33. 28e4966 Minor docstring change. by Johnny Chen · 14 years ago
  34. 88044a9 Remove unnecessary imports. by Johnny Chen · 14 years ago
  35. 6f7abb0 Add a test/source-manager directory for testing lldb core component SourceManager. by Johnny Chen · 14 years ago
  36. deaf884 Add more docstring for the lldb_iter() utility function which provides a compact by Johnny Chen · 14 years ago
  37. 4d426c6 Modify the TestObjCMethods2.py test to fix a typo (should be str_id, not id). by Johnny Chen · 14 years ago
  38. 8fd886c For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string by Johnny Chen · 14 years ago
  39. a3a67d4 Add test_evaluate_expression_python() to exercise SBFrame.EvaluateExpression() Python API. by Johnny Chen · 14 years ago
  40. 5045fdc Use Python raw string literal to avoid escaping the escape sequence and to make by Johnny Chen · 14 years ago
  41. 94756b1 Make the various expression command test sequences more strict by also verifying by Johnny Chen · 14 years ago
  42. 6369bbb Add a test sequence for test_expr_commands_can_handle_quotes(self): by Johnny Chen · 14 years ago
  43. 6cdafd7 Remove comment no longer applied. by Johnny Chen · 14 years ago
  44. 44c841d by Caroline Tice · 14 years ago
  45. 0bbe13a Add test/foundation/TestSymbolTable.py to exercise accessing the symbol table by Johnny Chen · 14 years ago
  46. c418ec2 'thread backtrace', not 'thread backtrac'. by Johnny Chen · 14 years ago
  47. f9954b5 The do_simple_disasm() also needs to be modified to accommodate the recent changes by Johnny Chen · 14 years ago
  48. 61a000d Add expect matching patterns for some self.expect() statements. by Johnny Chen · 14 years ago
  49. 265da22 Add TestObjCMethods2.py to exercise more expression command sequences with objc. by Johnny Chen · 14 years ago
  50. e6eb972 Minor comment string change. by Johnny Chen · 14 years ago
  51. 726cbce More descriptive comment string. by Johnny Chen · 14 years ago
  52. 3ab6cf0 Modify Test_Selector's comment string, too. by Johnny Chen · 14 years ago
  53. 4f1ef9d Disambiguate the comment strings in order to be used from the .py test file. by Johnny Chen · 14 years ago
  54. e54840c Modified main.m and TestObjCMethods.py to unbreak the test/foundation directory. by Johnny Chen · 14 years ago
  55. 0bb9b5c Forgot to also check in this file with the previous r121036 change: by Johnny Chen · 14 years ago
  56. 46ffd86 Fail fast by raising an exception if the 'string_to_match' cannot be located by Johnny Chen · 14 years ago
  57. 55e1bdf Add a test case test_lldb_process_load_and_unload_commands() for using lldb commands by Johnny Chen · 14 years ago
  58. 6e5d9e0 Added more test case functions to cover more objective C functionality. by Greg Clayton · 14 years ago
  59. ecd834d Add two test cases to exercise many expression commands: by Johnny Chen · 14 years ago
  60. 9b0d14e Use full command to avoid "expr" alias. by Greg Clayton · 14 years ago
  61. 363527c Added a simple test case that can be used to test out the expression parser by Greg Clayton · 14 years ago
  62. fee8886 Add a test method test_pass_host_env_vars to 'class SettingsCommandTestCase(TestBase)' by Johnny Chen · 14 years ago
  63. 1ad9e99 Forgot to also check in this file along with the TestBreakpointConditions.py change. by Johnny Chen · 14 years ago
  64. 7c9a8b5 Test that "breakpoint modify -c ''" clears the condition for the last created by Johnny Chen · 14 years ago
  65. 7d6d844 Add the '-F' option to the test driver, which makes the running of test suite failfast. by Johnny Chen · 14 years ago
  66. 58bf344 Log just the thread name, not process/thread id for easier human reading. by Johnny Chen · 14 years ago
  67. 19eee0d When logging, enable process and thread ID recordings. Also add 'state' to the lldb by Johnny Chen · 14 years ago
  68. 7ab8c85 For lldb loggings, prepend log lines with a timestamp. And change the default log options: by Johnny Chen · 14 years ago
  69. 21c7c21 On second thought, inserting a delay of 1.0 second slows down the test suite by Johnny Chen · 14 years ago
  70. 118d742 GenericTester.generic_type_expr_tester(): by Johnny Chen · 14 years ago
  71. 0eaaf32 Add a mechanism of overwriting the default 1.0 second wait time between test by Johnny Chen · 14 years ago
  72. c95fe32 Remove @expectedFailure decorator as the bug has been fixed. by Johnny Chen · 14 years ago
  73. ecfc3cf TestBase.setUp() needs to make sure lldb.blacklist is not None by Johnny Chen · 14 years ago
  74. 82e6b1e Add a '-b blacklistFile' option to the test driver to take a file specifying the by Johnny Chen · 14 years ago
  75. cfc53a2 Add test cases to test that: by Johnny Chen · 14 years ago
  76. a2b1ac8 Remove the @expectedFailure decorator as the bug has been fixed. by Johnny Chen · 14 years ago
  77. 61eb4f1 Add @expectedFailure decorator for a known bug: by Johnny Chen · 14 years ago
  78. 8bf15e2 Add expectedFailure decorator for test_help_image_dump_symtab_should_not_crash(). by Johnny Chen · 14 years ago
  79. 0d037c9 Remove @skip decorators for fixed crashes. by Johnny Chen · 14 years ago
  80. 85c697b Skip two test classes due to: by Johnny Chen · 14 years ago
  81. 12c32c1 Entire test class skipped due to: by Johnny Chen · 14 years ago
  82. 0381063 Entire test class skipped due to: by Johnny Chen · 14 years ago
  83. a707b02 Skipped two test cases due to seg fault while hadnling command: by Johnny Chen · 14 years ago
  84. 677228a Entire test class skipped due to: by Johnny Chen · 14 years ago
  85. 6bdc124 Add comment for a branch of test logic which applies to ['clang', 'llvm-gcc'] only. by Johnny Chen · 14 years ago
  86. b1349b6 Minor comment fix. by Johnny Chen · 14 years ago
  87. 24f43be Add an expect() statement within breakpoint_conditions() method which tests that by Johnny Chen · 14 years ago
  88. 458a67e Change the variable TestBase.timeWait to the more descriptive timeWaitNextLaunch. by Johnny Chen · 14 years ago
  89. d6e7ca2 Add comment. by Johnny Chen · 14 years ago
  90. 360dd37 When looping through the test suite more than once (repeat count > 1), we should by Johnny Chen · 14 years ago
  91. a5cf463 Add TestSignedTypes.py to test that variables with signed types display correctly. by Johnny Chen · 14 years ago
  92. c35750a Fill in more test sequences for Python API SBFrame.LookupVarInScope(name, scope). by Johnny Chen · 14 years ago
  93. 742825b Add Python API tests for file and class static variables, too. by Johnny Chen · 14 years ago
  94. 3c3f9a3 Add a test for displaying file and class static variables. by Johnny Chen · 14 years ago
  95. ed1e298 Remove whitespace chars. by Johnny Chen · 14 years ago
  96. 3ae449a Added an "Interrupted" bit to the ProcessEventData. Halt now generates an event by Jim Ingham · 14 years ago
  97. 6b22756 Make the string matching for 'frame variable' more stringent with respect to by Johnny Chen · 14 years ago
  98. d2acdb3 Add an option '-# count' to run the specified test suite for a said number of times. by Johnny Chen · 14 years ago
  99. 95c3bbd Disambiguate the name lookup for the data type of anon_uint variable. by Johnny Chen · 14 years ago
  100. 5962c55 Check in a test case for rdar://problem/8668740: by Johnny Chen · 14 years ago