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