1. 4f995f0 Added verbose option to runCmd()/expect() in lldbtest.py. Converted TestFunctionTypes.py. by Johnny Chen · 14 years ago
  2. 84e8179 Converted some more test cases to use runCmd()/expect(). by Johnny Chen · 14 years ago
  3. 7c25416 Converted to use runCmd() and expect() for more abstraction. by Johnny Chen · 14 years ago
  4. 5236fc0 Use cmd.startswith("run") instead of string equivalence test. by Johnny Chen · 14 years ago
  5. 8df95eb Abstracted the running of command through the command interpreter and checking by Johnny Chen · 14 years ago
  6. c359370 Added more informational assert message strings. by Johnny Chen · 14 years ago
  7. 2c624b3 Simplify the assert matched-string criterion. by Johnny Chen · 14 years ago
  8. 028fefd Added call stacks with inlined functions higher on the stack, and non-inlined functions at the bottom. by Jim Ingham · 14 years ago
  9. 840d8e3 Write out the informational message about the total number of test cases to be by Johnny Chen · 14 years ago
  10. 4e6c888 Add the ability to specify logging options for lldb and gdb-remote through two by Johnny Chen · 14 years ago
  11. 9b92c6e Specify a more meaningful assert message for TestDeadStrip.py. by Johnny Chen · 14 years ago
  12. 1a43726 Added logging for process.gdb-remote by defining an environment variable named by Johnny Chen · 14 years ago
  13. ffde4fc Factored the "continue" command execution of the inferior process as part of the by Johnny Chen · 14 years ago
  14. 83f6e51 Added a workaround for test suite hang while terminating by checking env variable by Johnny Chen · 14 years ago
  15. 741bf6c Added a test case to exercise persistent variables in combination with the "expr" command. by Johnny Chen · 14 years ago
  16. 27707b3 Test files (but no test cases yet) for handling Universal files. by Jim Ingham · 14 years ago
  17. 0007dff Few little fixes to reading in inlined functions. Also added a test case with some inlining. by Jim Ingham · 14 years ago
  18. 01f2a6a Call lldb.SBDebugger.Terminate() at the end of test suite run through the atexit by Johnny Chen · 14 years ago
  19. d85dae5 Modified the remaining test cases to display more meaningful assert messages. by Johnny Chen · 14 years ago
  20. 96f08d5 Added some commonly used assert messages to the lldbtest.py module which houses by Johnny Chen · 14 years ago
  21. 7987ac9 Install the SIGINT (control-c) handler before invoking the text test runner. by Johnny Chen · 14 years ago
  22. 6ead27f Commented out "import traceback". by Johnny Chen · 14 years ago
  23. 877c7e4 Putting out messages about the number of test cases to be run before running the by Johnny Chen · 14 years ago
  24. 3acc73a Added more comments about unittest2. by Johnny Chen · 14 years ago
  25. 16fc694 Added description about unittest2. by Johnny Chen · 14 years ago
  26. 75e28f9 o Added unittest2 which has added the new features in unittest for Python 2.7 by Johnny Chen · 14 years ago
  27. 88f8304 When running a single test case, lldb.SBDebugger.Terminate() is not being called by Johnny Chen · 14 years ago
  28. 6be30df Added README file for the test suite. by Johnny Chen · 14 years ago
  29. 960d6a4 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 14 years ago
  30. 068d9a8 Added comment. by Johnny Chen · 14 years ago
  31. eefdff0 Cleanup of test case. Added more comments. by Johnny Chen · 14 years ago
  32. 60dde64 We can do better when reporting the status of one-liner script execution. by Johnny Chen · 14 years ago
  33. c48dc6f Add a test case to test that lldb command "command source" works correctly. by Johnny Chen · 14 years ago
  34. 032caaa Removed redundant import statement. by Johnny Chen · 14 years ago
  35. e310624 Added an objective C test case. by Greg Clayton · 14 years ago
  36. 61bfb3e Removed debug stmts checked into the previous commit. by Johnny Chen · 14 years ago
  37. d6a87dc Add some comment about possible related bug info. by Johnny Chen · 14 years ago
  38. f07c46a Added a test case to test that we can successfully step into an STL function. by Johnny Chen · 14 years ago
  39. d03d3c2 Added a test case to test that break on a struct declaration has no effect. by Johnny Chen · 14 years ago
  40. 5cc5117 Added a test case for showing variables of unsigned types. by Johnny Chen · 14 years ago
  41. 5e2bf0d Renaming from TestOrder.py to TestOrderFile.py. by Johnny Chen · 14 years ago
  42. 3097439 Fixed typos from cut-and-paste errors. by Johnny Chen · 14 years ago
  43. a9e8960 Add a test case (incomplete) to check that settings and readings of program by Johnny Chen · 14 years ago
  44. 4340b4c Test that debug symbols have the correct order as specified by the order file. by Johnny Chen · 14 years ago
  45. 993f554 Fixed typos in the comments. by Johnny Chen · 14 years ago
  46. 843f689 Test that breakpoint by symbol name works correctly dlopen'ing a dynamic lib. by Johnny Chen · 14 years ago
  47. 6af53ca Enable a test clause since rdar://problem/8163668 is fixed by http://llvm.org/viewvc/llvm-project?rev=107729&view=rev. by Johnny Chen · 14 years ago
  48. f8f1b0a if -1 => evaluates to True by Johnny Chen · 14 years ago
  49. 3348d2c Test that breakpoint works correctly in the presence of dead-code stripping. by Johnny Chen · 14 years ago
  50. f8c723b Make it fail fast if 'mydir' attribute is not overridden by subclasses of by Johnny Chen · 14 years ago
  51. a1affab Abstracted the lldb-specific unittest.TestCase.setUp()/tearDown() in a separate by Johnny Chen · 14 years ago
  52. fce55e0 Test variable with function ptr type and that break on the function works. by Johnny Chen · 14 years ago
  53. 70b053b Also verified the values of global variables. by Johnny Chen · 14 years ago
  54. fc21078 Add a test to show global variables and to verify that they do display as having by Johnny Chen · 14 years ago
  55. 797674b Fixed logic error; checking return status and raising exception should only be by Johnny Chen · 14 years ago
  56. 60d45c5 A dumber way to invoke the test suite. by Johnny Chen · 14 years ago
  57. 909e5a6 Turn on logging for debugging purposes if ${LLDB_LOG} environment variable is by Johnny Chen · 14 years ago
  58. 47c6773 Removed most of the time delay introduced in the test scripts. by Johnny Chen · 14 years ago
  59. d0ab3cd Added some delay (100 ms) after executing each 'command interpreter' command; by Johnny Chen · 14 years ago
  60. 0b1d803 Added comments. by Johnny Chen · 14 years ago
  61. 2a1db80 Added TestClassTypes.py to test setting a breakpoint on a class constructor and by Johnny Chen · 14 years ago
  62. c42855d Fixed a typo. by Johnny Chen · 14 years ago
  63. 16b9747 Add some delay before calling SBDebugger.Terminate(). by Johnny Chen · 14 years ago
  64. 58f9392 Added TestArrayTypes.py for test/array_types directory. by Johnny Chen · 14 years ago
  65. 1bfbd41 For the time being, let's bracket the test runner within the by Johnny Chen · 14 years ago
  66. 6b8fc82 Added test for a previously fixed bug where invoking lldb command from an emacs by Johnny Chen · 14 years ago
  67. a85d7ee No need to add the test script containing directory to sys.path more than once. by Johnny Chen · 14 years ago
  68. 896f31f Removed debug print statements. by Johnny Chen · 14 years ago
  69. d839997 Use lldb.SBDebugger.Create() factory method to create an instance first. by Johnny Chen · 14 years ago
  70. 64845fd A simple test of 'help' command and its output. by Johnny Chen · 14 years ago
  71. 9707bb6 A simple testing framework for lldb using python's unit testing framework. by Johnny Chen · 14 years ago
  72. 6d758cc Left a debug statement in the previous checkin. by Johnny Chen · 14 years ago
  73. 1a838b5 Remove stale reference to the lldb path component. by Johnny Chen · 14 years ago
  74. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago