1. c6d591b Some cleanup to plugins/darwin.py after the recent additions of '-A arch' and '-C compiler' by Johnny Chen · 14 years ago
  2. 012cba1 Add "-A arch_spec" and "-C compiler_spec" options to the test driver. Example: by Johnny Chen · 14 years ago
  3. 4b179b6 Remove the expectedFailure decorator for the fixed bug: by Johnny Chen · 14 years ago
  4. 95a581c Fix wrong order of "import lldbutil" statement and its usage in the failure case. by Johnny Chen · 14 years ago
  5. 5ec14f8 Deprecated old forms of SBTarget::Launch. There is not just one and no by Greg Clayton · 14 years ago
  6. d6228a9 Add test cases for the scenario of selecting a frame index while stopped, and by Johnny Chen · 14 years ago
  7. c4e7477 Remove the expectedFailure decorators. The bug: by Johnny Chen · 14 years ago
  8. 27d098f Add the cmdline to invoke the Python profile reporting module. by Johnny Chen · 14 years ago
  9. 067022b Print out the command line used to invoke the test suite so I don't get confused by Johnny Chen · 14 years ago
  10. 24af296 Fix a typo in the comment. by Johnny Chen · 14 years ago
  11. 0de6ab5 Added special logic to faciliate profiling the test suite run with the cProfile.py by Johnny Chen · 14 years ago
  12. dcb3722 The test suite was unnecessarily doing a time.sleep() after performing the by Johnny Chen · 14 years ago
  13. 6465fa7 Decorated two new expected failures: by Johnny Chen · 14 years ago
  14. 03ff435 Terminate the current process being debugged. by Johnny Chen · 14 years ago
  15. b01000f A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 14 years ago
  16. 0a185ac Converted to use Makefile.rules. by Johnny Chen · 14 years ago
  17. b3bd463 Add makefile debugging rule for printing out the value of a variable. by Johnny Chen · 14 years ago
  18. 6c455d1 Added comments. by Johnny Chen · 14 years ago
  19. 022d829 Make CC defaults to gcc. The cxx_compiler and cxx_linker functions rely on substituting "g++" by Johnny Chen · 14 years ago
  20. 1ec27e8 Add an expression command: by Johnny Chen · 14 years ago
  21. 217dca5 The cxx_compiler function should not blindly return clang++ as the C++ compiler if $(CC) contains "clang". by Johnny Chen · 14 years ago
  22. 0d62dfd Fixed an error in the type map for "char **" that was a bad memory smasher. by Greg Clayton · 14 years ago
  23. 5fc81f3 Fix wrong test case in main.c. Oops! by Johnny Chen · 14 years ago
  24. 80ef64d Blacklisted testclass STLTestCase for a known crasher <rdar://problem/8837118>. by Johnny Chen · 14 years ago
  25. da4b987 Added a recursive loop stress test for the unwinder. Not a real world test by Greg Clayton · 14 years ago
  26. 43ca9c1 Modify disassemble_call_stack_python() to not rely on the "disassemble -n function_name" by Johnny Chen · 14 years ago
  27. 108550d Print out a more meaningful exception message when/if CFBundleVersion matching failed. by Johnny Chen · 14 years ago
  28. 26fd389 Modify test_help_version() test case to be more precise in matching the version by Johnny Chen · 14 years ago
  29. c87fd49 Properly indent the short description of the test case to make it align with the by Johnny Chen · 14 years ago
  30. 810042e Enhance the test framework to be able to emit a counter value in verbose mode by Johnny Chen · 14 years ago
  31. 3ad0186 Fix typo of the test method name. by Johnny Chen · 14 years ago
  32. 0633400 Updated comment. by Johnny Chen · 14 years ago
  33. f2a3b41 Uncomment the two failed 'expression' commands regarding fully qualified namespace variables. by Johnny Chen · 14 years ago
  34. 902e018 Add a simple command: 'version' to the command interpreter, and an accompanying by Johnny Chen · 14 years ago
  35. 0ace30f Add a test case for the SBFrame APIs. In particular, it uses the frame API to by Johnny Chen · 14 years ago
  36. ba1c82d No need to pass an empty string as an arg or as an env string to the SBTarget.LaunchProcess() API. by Johnny Chen · 14 years ago
  37. 17ac79b Simplify the breakpoint command function. Instead of fetching the command interpreter by Johnny Chen · 14 years ago
  38. be9f0b9 Modify one assertion message. by Johnny Chen · 14 years ago
  39. ec8ebe9 Fix some typos in the docstrings and also update the test method names. by Johnny Chen · 14 years ago
  40. 69450cd Add test cases for registering a listener object with the broadcaster of a process by Johnny Chen · 14 years ago
  41. 0137f91 Rename the test methods to be more meaningful. by Johnny Chen · 14 years ago
  42. c132a18 Set the debugger to asynchronous mode before using the Python API call to kill by Johnny Chen · 14 years ago
  43. add437a Fix typo. by Johnny Chen · 14 years ago
  44. ca4c724 Added python_api/event/TestEvents.py to get the listener object associated with the by Johnny Chen · 14 years ago
  45. 7add599 Change the test case test_set_prompt() to no longer require quotes around lldb2 in: by Johnny Chen · 14 years ago
  46. 2a99b2a Fix wrong test logic -- should pass "-s address" option to "image dump symtab" by Johnny Chen · 14 years ago
  47. e404746 Use SBModule.GetDescription(SBStream) API to get the module description to match by Johnny Chen · 14 years ago
  48. 6c884d2 Update the comment section of blacklist.py with the command line to reproduce the crash. by Johnny Chen · 14 years ago
  49. 002e869 Add python_api/symbol-context to test getting the symbol context while stopped by Johnny Chen · 14 years ago
  50. cf660db Fix one of the golden output of "frame variable -t *self" to be: by Johnny Chen · 14 years ago
  51. b3e7181 Fix typos in SBBreakpoint::GetThreadIndex()/GetThreadName(), and test sequences by Johnny Chen · 14 years ago
  52. fd570ba Added a test for finding the correct values for ivars when a property causes the ivar offsets by Jim Ingham · 14 years ago
  53. ba23f58 Add an entry for test case BasicExprCommandsTestCase.test_evaluate_expression_python, by Johnny Chen · 14 years ago
  54. d36f590 by Caroline Tice · 14 years ago
  55. c3b61d2 Fixed the "expression" command object to use the StackFrame::GetValueForExpressionPath() by Greg Clayton · 14 years ago
  56. 3cdf729 Modify the test case to run under ['gcc', 'llvm-gcc', 'clang'] x ['x86_64', 'i386'] by Johnny Chen · 14 years ago
  57. 387fe61 Add test cases to make sure the Command Interpreter is handling by Caroline Tice · 14 years ago
  58. 1decbac Rearrange some statements so that the adding of teardown hook follows immediately by Johnny Chen · 14 years ago
  59. a50971f Make the TestSettings.py test cases use different output filenames: by Johnny Chen · 14 years ago
  60. ec88274 Execute the test case teardown hooks in a LIFO (last in, first out) order. by Johnny Chen · 14 years ago
  61. b201736 Added a test case LoadUnloadTestCase.test_dyld_library_path to test launching a process by Johnny Chen · 14 years ago
  62. a8e2ea7 Modify test cases to accomodate Python API change: by Johnny Chen · 14 years ago
  63. d1a4796 Change the golden output so that merely evaluating an existing persistent variable by Johnny Chen · 14 years ago
  64. 427f290 Modified LLDB expressions to not have to JIT and run code just to see variable by Greg Clayton · 14 years ago
  65. 7a4512b Add TestBreakpointIgnoreCount.py to exercise the breakpoint ignore count features, by Johnny Chen · 14 years ago
  66. 5aa1ebc Make the test case SourceManagerTestCase.display_source_python stronger by also by Johnny Chen · 14 years ago
  67. e5791dd Add test_display_source_python() test case to TestSourceManager.py which uses by Johnny Chen · 14 years ago
  68. 3f1696c Make sure that @python_api_test is only used to decorate a test method, not the by Johnny Chen · 14 years ago
  69. cc659ad Do not specify both '-a' and '+a' at the same time. by Johnny Chen · 14 years ago
  70. 3ebdacc Add a '+a' command line option to the test driver to run only the Python API tests. by Johnny Chen · 14 years ago
  71. ec953b5 Add the @python_api_test decorator for two test cases. by Johnny Chen · 14 years ago
  72. ad5518d Fix some typo in method names and docstrings. by Johnny Chen · 14 years ago
  73. 9ac4be9 Added some tests for ObjC stepping, step into ordinary and stret methods, and stepping by Jim Ingham · 14 years ago
  74. 0678f8e Add @python_api_test decorator to the remaining Test*.py files. by Johnny Chen · 14 years ago
  75. 013c574 Fix a test method docstring. by Johnny Chen · 14 years ago
  76. 4f93bf1 Add an infrastructure to mark the Python APIs only test using a decorator. by Johnny Chen · 14 years ago
  77. 5899a23 Added the source file for some ObjC stepping tests. No test yet. by Jim Ingham · 14 years ago
  78. f831222 Add more module docstring. by Johnny Chen · 14 years ago
  79. 28e4966 Minor docstring change. by Johnny Chen · 14 years ago
  80. 88044a9 Remove unnecessary imports. by Johnny Chen · 14 years ago
  81. 6f7abb0 Add a test/source-manager directory for testing lldb core component SourceManager. by Johnny Chen · 14 years ago
  82. deaf884 Add more docstring for the lldb_iter() utility function which provides a compact by Johnny Chen · 14 years ago
  83. 4d426c6 Modify the TestObjCMethods2.py test to fix a typo (should be str_id, not id). by Johnny Chen · 14 years ago
  84. 8fd886c For SBTarget.Launch()/LaunchProcess(), there's no need to pass an empty string by Johnny Chen · 14 years ago
  85. a3a67d4 Add test_evaluate_expression_python() to exercise SBFrame.EvaluateExpression() Python API. by Johnny Chen · 14 years ago
  86. 5045fdc Use Python raw string literal to avoid escaping the escape sequence and to make by Johnny Chen · 14 years ago
  87. 94756b1 Make the various expression command test sequences more strict by also verifying by Johnny Chen · 14 years ago
  88. 6369bbb Add a test sequence for test_expr_commands_can_handle_quotes(self): by Johnny Chen · 14 years ago
  89. 6cdafd7 Remove comment no longer applied. by Johnny Chen · 14 years ago
  90. 44c841d by Caroline Tice · 14 years ago
  91. 0bbe13a Add test/foundation/TestSymbolTable.py to exercise accessing the symbol table by Johnny Chen · 14 years ago
  92. c418ec2 'thread backtrace', not 'thread backtrac'. by Johnny Chen · 14 years ago
  93. f9954b5 The do_simple_disasm() also needs to be modified to accommodate the recent changes by Johnny Chen · 14 years ago
  94. 61a000d Add expect matching patterns for some self.expect() statements. by Johnny Chen · 14 years ago
  95. 265da22 Add TestObjCMethods2.py to exercise more expression command sequences with objc. by Johnny Chen · 14 years ago
  96. e6eb972 Minor comment string change. by Johnny Chen · 14 years ago
  97. 726cbce More descriptive comment string. by Johnny Chen · 14 years ago
  98. 3ab6cf0 Modify Test_Selector's comment string, too. by Johnny Chen · 14 years ago
  99. 4f1ef9d Disambiguate the comment strings in order to be used from the .py test file. by Johnny Chen · 14 years ago
  100. e54840c Modified main.m and TestObjCMethods.py to unbreak the test/foundation directory. by Johnny Chen · 14 years ago