1. c48dc6f Add a test case to test that lldb command "command source" works correctly. by Johnny Chen · 14 years ago
  2. 032caaa Removed redundant import statement. by Johnny Chen · 14 years ago
  3. e310624 Added an objective C test case. by Greg Clayton · 14 years ago
  4. 61bfb3e Removed debug stmts checked into the previous commit. by Johnny Chen · 14 years ago
  5. d6a87dc Add some comment about possible related bug info. by Johnny Chen · 14 years ago
  6. f07c46a Added a test case to test that we can successfully step into an STL function. by Johnny Chen · 14 years ago
  7. d03d3c2 Added a test case to test that break on a struct declaration has no effect. by Johnny Chen · 14 years ago
  8. 5cc5117 Added a test case for showing variables of unsigned types. by Johnny Chen · 14 years ago
  9. 5e2bf0d Renaming from TestOrder.py to TestOrderFile.py. by Johnny Chen · 14 years ago
  10. 3097439 Fixed typos from cut-and-paste errors. by Johnny Chen · 14 years ago
  11. a9e8960 Add a test case (incomplete) to check that settings and readings of program by Johnny Chen · 14 years ago
  12. 4340b4c Test that debug symbols have the correct order as specified by the order file. by Johnny Chen · 14 years ago
  13. 993f554 Fixed typos in the comments. by Johnny Chen · 14 years ago
  14. 843f689 Test that breakpoint by symbol name works correctly dlopen'ing a dynamic lib. by Johnny Chen · 14 years ago
  15. 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
  16. f8f1b0a if -1 => evaluates to True by Johnny Chen · 14 years ago
  17. 3348d2c Test that breakpoint works correctly in the presence of dead-code stripping. by Johnny Chen · 14 years ago
  18. f8c723b Make it fail fast if 'mydir' attribute is not overridden by subclasses of by Johnny Chen · 14 years ago
  19. a1affab Abstracted the lldb-specific unittest.TestCase.setUp()/tearDown() in a separate by Johnny Chen · 14 years ago
  20. fce55e0 Test variable with function ptr type and that break on the function works. by Johnny Chen · 14 years ago
  21. 70b053b Also verified the values of global variables. by Johnny Chen · 14 years ago
  22. fc21078 Add a test to show global variables and to verify that they do display as having by Johnny Chen · 14 years ago
  23. 797674b Fixed logic error; checking return status and raising exception should only be by Johnny Chen · 14 years ago
  24. 60d45c5 A dumber way to invoke the test suite. by Johnny Chen · 14 years ago
  25. 909e5a6 Turn on logging for debugging purposes if ${LLDB_LOG} environment variable is by Johnny Chen · 14 years ago
  26. 47c6773 Removed most of the time delay introduced in the test scripts. by Johnny Chen · 14 years ago
  27. d0ab3cd Added some delay (100 ms) after executing each 'command interpreter' command; by Johnny Chen · 14 years ago
  28. 0b1d803 Added comments. by Johnny Chen · 14 years ago
  29. 2a1db80 Added TestClassTypes.py to test setting a breakpoint on a class constructor and by Johnny Chen · 14 years ago
  30. c42855d Fixed a typo. by Johnny Chen · 14 years ago
  31. 16b9747 Add some delay before calling SBDebugger.Terminate(). by Johnny Chen · 14 years ago
  32. 58f9392 Added TestArrayTypes.py for test/array_types directory. by Johnny Chen · 14 years ago
  33. 1bfbd41 For the time being, let's bracket the test runner within the by Johnny Chen · 14 years ago
  34. 6b8fc82 Added test for a previously fixed bug where invoking lldb command from an emacs by Johnny Chen · 14 years ago
  35. a85d7ee No need to add the test script containing directory to sys.path more than once. by Johnny Chen · 14 years ago
  36. 896f31f Removed debug print statements. by Johnny Chen · 14 years ago
  37. d839997 Use lldb.SBDebugger.Create() factory method to create an instance first. by Johnny Chen · 14 years ago
  38. 64845fd A simple test of 'help' command and its output. by Johnny Chen · 14 years ago
  39. 9707bb6 A simple testing framework for lldb using python's unit testing framework. by Johnny Chen · 14 years ago
  40. 6d758cc Left a debug statement in the previous checkin. by Johnny Chen · 14 years ago
  41. 1a838b5 Remove stale reference to the lldb path component. by Johnny Chen · 14 years ago
  42. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago