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