1. 91960d3 Added '-d' option to the test driver to spit out the process id and do a delay by Johnny Chen · 14 years ago
  2. 4eb0ef9 Minor tweak to add expected matching strings. by Johnny Chen · 14 years ago
  3. a773049 Added a test case which exercises some thread and frame APIs to break only when by Johnny Chen · 14 years ago
  4. dbe0d4a Added an objective C test that creates some NSString, NSArray and NSDictionary by Greg Clayton · 14 years ago
  5. c6fe11f The output for term-width setting has single quotes around the (int) value. by Johnny Chen · 14 years ago
  6. 072a32a Converted TestUnsignedTypespy and TestStructTypes.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  7. 301f2b1 Converted TestSTL.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  8. ae1446c Converted TestSetValues.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  9. e0428c3 Added a test case for setting term-width, too. by Johnny Chen · 14 years ago
  10. 24dd18a Added comments. by Johnny Chen · 14 years ago
  11. 6c88f89 Added a simple test case for the "settings set" command for instance variable 'prompt'. by Johnny Chen · 14 years ago
  12. 40daa87 LLDB command "set term-width 0" needs to be changed to "settings set term-width 0" by Johnny Chen · 14 years ago
  13. 821a8c4 Added a default build phase at the beginning of test_load_unload() test case. by Johnny Chen · 14 years ago
  14. ff4e1d8 Marked test_process_launch_for_universal() test case as requiring 'darwin' and 'i386' by Johnny Chen · 14 years ago
  15. b064e89 Converted TestGlobalVariables.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  16. d9ed552 Converted TestFunctionTypes.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  17. 9aaaf4a Converted TestEnumTypes.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  18. c5b15db Fixed an lldb infrastructure bug, where the debugger should reaaly update its by Johnny Chen · 14 years ago
  19. 59ea45f Added comments regarding the two mechanisms of process cleanup to lldbtest.py. by Johnny Chen · 14 years ago
  20. 72a1434 Moved the process cleanup of Script-Bridge-based APIs into TestBase.tearDown() by Johnny Chen · 14 years ago
  21. 8b09b32 (query-replace "variable list" "frame variable") by Johnny Chen · 14 years ago
  22. f083e68 Fixed comment. by Johnny Chen · 14 years ago
  23. c202b49 Put the little dances done after SBTarget.LaunchProcess() into the base class. by Johnny Chen · 14 years ago
  24. 1c42e86 Changed the test case class names to be noun-like instead of verb-like. by Johnny Chen · 14 years ago
  25. acb708d Updated to add plugins directory to PYTHONPATH. by Johnny Chen · 14 years ago
  26. 21f3341 Avoid killing the inferior process twice by passing a setCookie=False keyword by Johnny Chen · 14 years ago
  27. 8521c58 Converted TestDeadStrip.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  28. 25faa35 Converted TestClassTypes.py to Dsym/Dwarf combination. Marked one test case as by Johnny Chen · 14 years ago
  29. a0e077f Converted TestBitfields.py to Dsym/Dwarf combination. by Johnny Chen · 14 years ago
  30. 433cc8d Updated to reflect the "plugins" directory. by Johnny Chen · 14 years ago
  31. 9de4ede Changed the buildDsym()/buildDwarf() TestBase methods to use a plugin framework by Johnny Chen · 14 years ago
  32. 32caf6a Added doc strings to the array_types test cases. And terminate the current by Johnny Chen · 14 years ago
  33. 1acaf63 Converted TestArrayTypes.py to Dsym/Dwarf combination, and added verbose output by Johnny Chen · 14 years ago
  34. eef7a86 Added buildDsym() and buildDwarf() methods to lldbtest.TestBase class, and call by Johnny Chen · 14 years ago
  35. a1cc883 Added a system() method to the TestBase class of lldbtest.py, which is actually by Johnny Chen · 14 years ago
  36. 4eb7b11 Fail early, fail fast. by Johnny Chen · 14 years ago
  37. 1bb9f9a Added a test case test_breakpoint_creation_by_filespec_python() which creates a by Johnny Chen · 14 years ago
  38. 44ea31f Fixed a typo in the method name. by Johnny Chen · 14 years ago
  39. 0dd1039 Trivial doc string mod. by Johnny Chen · 14 years ago
  40. 6264bc6 Added TestHelloWorld.py which exercises the Python APIs for target, breakpoint, by Johnny Chen · 14 years ago
  41. 9c10c18 Added a test case to bitfields which uses the Python APIs from lldb.py. by Johnny Chen · 14 years ago
  42. 54c9e11 Modified method doc string for verbose test description output. by Johnny Chen · 14 years ago
  43. 115523d Changed from dbg.GetCurrentTarget() to dbg.GetSelectedTarget(). by Johnny Chen · 14 years ago
  44. c39aadc Added comment about target.LaunchProcess() not working. by Johnny Chen · 14 years ago
  45. f4ce288 Added a utility function EnvArray() to lldbtest.py. by Johnny Chen · 14 years ago
  46. b4d1fff o Added a test case for array_types which uses the Python APIs from lldb.py, by Johnny Chen · 14 years ago
  47. d8473bc Minor doc string modification. by Johnny Chen · 14 years ago
  48. a8b3cdd Added logic to TestUniversal.py to exercise the python APIs: by Johnny Chen · 14 years ago
  49. 22b95b2 Fixed a logic error in the expect() method. If the start string does not match, by Johnny Chen · 14 years ago
  50. 6557248 Allow command retries in case of process launch failures. This recovery by Johnny Chen · 14 years ago
  51. 3f3fb13 More descriptive trace messages for the matchings of start and sub strings. by Johnny Chen · 14 years ago
  52. 8bd8e42 Removed the @unitest2.expectedFailure decorator. The i386 process launch works by Johnny Chen · 14 years ago
  53. 4917e10 Added a test for launching a universal binary. Launch of i386 architecture by Johnny Chen · 14 years ago
  54. fd23841 Converted to Makefile.rules. by Johnny Chen · 14 years ago
  55. d682fbd More descriptive method doc string. by Johnny Chen · 14 years ago
  56. 6220759 Added a test case which uses "image lookup" command on an enum data type. by Johnny Chen · 14 years ago
  57. d1985db Need a better method name. by Johnny Chen · 14 years ago
  58. 38b6b37 Converted to Makefile.rules. by Johnny Chen · 14 years ago
  59. 36fc28d Added test case TestBitfields.py for rdar://problem/8348251, where by Johnny Chen · 14 years ago
  60. fd54cd2 Converted to Makefile.rules. by Johnny Chen · 14 years ago
  61. 7a7d2b3 Generates the .d prerequisite file for dylib as well. by Johnny Chen · 14 years ago
  62. 8f24cd1 Makefile refactoring for the test suite. Added a make directory under test, by Johnny Chen · 14 years ago
  63. d0c24b2 Changed the keyword argument for runCmd()/expect() from 'verbose' to 'trace', by Johnny Chen · 14 years ago
  64. 029acae Print the verbose output of runCmd()/expect() to stderr instead of stdout. by Johnny Chen · 14 years ago
  65. e8b02f3 Changed TestBase.expect() to allow default 'msg' arg. Converted TestHelp.py. by Johnny Chen · 14 years ago
  66. ead35c8 Added more verbose output when string match fails. Converted TestGlobalVariables.py. by Johnny Chen · 14 years ago
  67. 4f995f0 Added verbose option to runCmd()/expect() in lldbtest.py. Converted TestFunctionTypes.py. by Johnny Chen · 14 years ago
  68. 84e8179 Converted some more test cases to use runCmd()/expect(). by Johnny Chen · 14 years ago
  69. 7c25416 Converted to use runCmd() and expect() for more abstraction. by Johnny Chen · 14 years ago
  70. 5236fc0 Use cmd.startswith("run") instead of string equivalence test. by Johnny Chen · 14 years ago
  71. 8df95eb Abstracted the running of command through the command interpreter and checking by Johnny Chen · 14 years ago
  72. c359370 Added more informational assert message strings. by Johnny Chen · 14 years ago
  73. 2c624b3 Simplify the assert matched-string criterion. by Johnny Chen · 14 years ago
  74. 028fefd Added call stacks with inlined functions higher on the stack, and non-inlined functions at the bottom. by Jim Ingham · 14 years ago
  75. 840d8e3 Write out the informational message about the total number of test cases to be by Johnny Chen · 14 years ago
  76. 4e6c888 Add the ability to specify logging options for lldb and gdb-remote through two by Johnny Chen · 14 years ago
  77. 9b92c6e Specify a more meaningful assert message for TestDeadStrip.py. by Johnny Chen · 14 years ago
  78. 1a43726 Added logging for process.gdb-remote by defining an environment variable named by Johnny Chen · 14 years ago
  79. ffde4fc Factored the "continue" command execution of the inferior process as part of the by Johnny Chen · 14 years ago
  80. 83f6e51 Added a workaround for test suite hang while terminating by checking env variable by Johnny Chen · 14 years ago
  81. 741bf6c Added a test case to exercise persistent variables in combination with the "expr" command. by Johnny Chen · 14 years ago
  82. 27707b3 Test files (but no test cases yet) for handling Universal files. by Jim Ingham · 14 years ago
  83. 0007dff Few little fixes to reading in inlined functions. Also added a test case with some inlining. by Jim Ingham · 14 years ago
  84. 01f2a6a Call lldb.SBDebugger.Terminate() at the end of test suite run through the atexit by Johnny Chen · 14 years ago
  85. d85dae5 Modified the remaining test cases to display more meaningful assert messages. by Johnny Chen · 14 years ago
  86. 96f08d5 Added some commonly used assert messages to the lldbtest.py module which houses by Johnny Chen · 14 years ago
  87. 7987ac9 Install the SIGINT (control-c) handler before invoking the text test runner. by Johnny Chen · 14 years ago
  88. 6ead27f Commented out "import traceback". by Johnny Chen · 14 years ago
  89. 877c7e4 Putting out messages about the number of test cases to be run before running the by Johnny Chen · 14 years ago
  90. 3acc73a Added more comments about unittest2. by Johnny Chen · 14 years ago
  91. 16fc694 Added description about unittest2. by Johnny Chen · 14 years ago
  92. 75e28f9 o Added unittest2 which has added the new features in unittest for Python 2.7 by Johnny Chen · 14 years ago
  93. 88f8304 When running a single test case, lldb.SBDebugger.Terminate() is not being called by Johnny Chen · 14 years ago
  94. 6be30df Added README file for the test suite. by Johnny Chen · 14 years ago
  95. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  96. 068d9a8 Added comment. by Johnny Chen · 14 years ago
  97. eefdff0 Cleanup of test case. Added more comments. by Johnny Chen · 14 years ago
  98. 60dde64 We can do better when reporting the status of one-liner script execution. by Johnny Chen · 14 years ago
  99. c48dc6f Add a test case to test that lldb command "command source" works correctly. by Johnny Chen · 14 years ago
  100. 032caaa Removed redundant import statement. by Johnny Chen · 14 years ago