1. 4f347cb Have "-h" print just the command arguments, and "-h -v" print the examples as well. by Jim Ingham · 13 years ago
  2. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  3. 0cd8be8 Modify test_process_list()'s expect sub-strings to be up-to-date. by Johnny Chen · 13 years ago
  4. 919ee60 Add TestSymbolAPI.py to test the newly added SBSymbol and SBAddress APIs: by Johnny Chen · 13 years ago
  5. 0de3719 Remove unneeded ExecutionContextScope variables. by Jim Ingham · 13 years ago
  6. 850a6b2 Modify self.expect() patterns to react to API change for SourceManager.DisplaySourceLinesWithLineNumbers(). by Johnny Chen · 13 years ago
  7. 0815031 A a simple test file for some lldb 'platform' commands. by Johnny Chen · 13 years ago
  8. f4c0d1d Minor import statement change. by Johnny Chen · 13 years ago
  9. 7482324 Can't count on the particular number of modules loaded into a basic C executable. by Jim Ingham · 13 years ago
  10. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 13 years ago
  11. 0bfa859 Turns out that the test failure wrt: by Johnny Chen · 13 years ago
  12. 1201317 Checked in a modified test script to go with rdar://problem/9173060: by Johnny Chen · 13 years ago
  13. 87d939a Fix test suite failures by modifying the script for testing abbreviations. by Johnny Chen · 13 years ago
  14. e86cbb9 Abtracted the innards of lldb-core away from the SB interface. There was some by Greg Clayton · 13 years ago
  15. 10ff991 Add cases to test that two template instantiations of std::vector<long> and std::vector<short> by Johnny Chen · 13 years ago
  16. d793146 As a simple measure, output the lldb version and the svn info for by Johnny Chen · 14 years ago
  17. 06cfe2e Make the first vector of "long" instead of "int" so we can tell the difference by Greg Clayton · 14 years ago
  18. 13acfc9 Added a test case for unique types. In the test case there are two std::vector by Greg Clayton · 14 years ago
  19. 7304147 Add a test directory stop-hook to test the newly added "target stop-hook" command. by Johnny Chen · 14 years ago
  20. 8a3c043 Add pexpect-2.4 (a pure Python module for controlling and automating other programs) to the test directory. by Johnny Chen · 14 years ago
  21. 4f52c40 Discover the 'lldb' executable in the setUp() hook of the base test class. by Johnny Chen · 14 years ago
  22. 26901c8 Add a mechanism to discover the full path of the 'lldb' program into the test driver. by Johnny Chen · 14 years ago
  23. 8d237a2 Add test cases to exercise the SBThread.GetProcess() API. We launch the process using the by Johnny Chen · 14 years ago
  24. 4a384a9 Add a test case test_run_to_address() to exercise the SBThread.RunToAddress(lldb::addr_t addr) API. by Johnny Chen · 14 years ago
  25. 650fef9 Add test cases to TestThreadAPI.py to exercise SBThread.StepOver() by stopping at a breakpoint, by Johnny Chen · 14 years ago
  26. 912675f by Caroline Tice · 14 years ago
  27. d09dcac Test cleanup. Check for the full caller symbol of malloc -- b(int). by Johnny Chen · 14 years ago
  28. 69af39d Add test cases for Python SBThread.StepOut() API by stepping out of a malloc call where the call site is at function b(). by Johnny Chen · 14 years ago
  29. 88e7859 Add an expectedFailure decorator to the test_connect_remote() test case. by Johnny Chen · 14 years ago
  30. 329bb8b Add an extra twist of stopping the inferior in a breakpoint, and then continue till it's done. by Johnny Chen · 14 years ago
  31. edc0524 Add test cases for SBTarget.Launch() API with the stdout of the inferior redirected to a file. by Johnny Chen · 14 years ago
  32. 586a3e6 Add TestThreadAPI.py file to house the Python SBThread API test cases. by Johnny Chen · 14 years ago
  33. 42da4da Add a test case ProcessAPITestCase.test_remote_launch() which tests SBProcess.RemoteLaunch() by Johnny Chen · 14 years ago
  34. a7951be Add a test case for the lldb command 'process connect'. by Johnny Chen · 14 years ago
  35. 7d71b1a Add docstrings for unittest framework's test methods. by Johnny Chen · 14 years ago
  36. 1f968f4 Change the CFLAGS variable assignment operator to ?= (conditional variable assignment operator). by Johnny Chen · 14 years ago
  37. e96c72b Add TestObjcOptimized.py under the objc-optimized directory to by Johnny Chen · 14 years ago
  38. 5acc343 Add objc source file and Makefile. Test case to follow. by Johnny Chen · 14 years ago
  39. 1a4d5e7 Add the ability for the test suite to specify a list of compilers and a list of architectures by Johnny Chen · 14 years ago
  40. 51ed1b6 Add TestDisasmAPI.py which exercises the newly added SBFunction/SBSymbol.GetStartAddress(), by Johnny Chen · 14 years ago
  41. 77356a0 Add TestTargetAPI.py: by Johnny Chen · 14 years ago
  42. d2765fc Clarified the docstrings for int_to_bytearray() and bytearray_to_int(). by Johnny Chen · 14 years ago
  43. a6e29c2 Add some comments. by Johnny Chen · 14 years ago
  44. 4c70f28 Add two utility functions to lldbutil.py: by Johnny Chen · 14 years ago
  45. 60a544f Add an API SBProcess::GetByteOrder() and add test cases which utilizes GetByteOrder(), by Johnny Chen · 14 years ago
  46. 27f0f40 Fix wrong placement of skipUnless() decorator. by Johnny Chen · 14 years ago
  47. aaea42e Add test methods for SBProcess.WriteMemory() API to the TestProcessAPI.py file. by Johnny Chen · 14 years ago
  48. 36a0f74 Add TestProcessAPI.py which exercises some Python SBProcess API. In particular, this tests by Johnny Chen · 14 years ago
  49. da9ab6f Simplify the dictionary setting for test_set_working_dir_* methods. by Johnny Chen · 14 years ago
  50. 4f797d8 Call self.setTearDownCleanup() and pass a proper dictionay to properly cleanup by Johnny Chen · 14 years ago
  51. a29321a Add a test case to exercise the process launch flag of '-w <path>' which sets the by Johnny Chen · 14 years ago
  52. 40e2479 Renamed the Python test file to be TestProcessLaunch.py. by Johnny Chen · 14 years ago
  53. 803c979 Renamed the test class to be ProcessLaunchTestCase. by Johnny Chen · 14 years ago
  54. 25d8837 Simplified the code a little bit. by Johnny Chen · 14 years ago
  55. cba2be3 Renamed test/process_io directory to test/process_launch, in preparation to add additional tests by Johnny Chen · 14 years ago
  56. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 14 years ago
  57. ad626a7 Don't enable thread safe logging as it currently deadlocks logging. by Greg Clayton · 14 years ago
  58. 212baf4 Make logs threadsafe (add the -t option) when logging API stuff. by Greg Clayton · 14 years ago
  59. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 14 years ago
  60. 1443644 Fix clang++ warning building the executable for testing. by Johnny Chen · 14 years ago
  61. 6a564a4 Refactored the test driver to abstract out the Python sys.path specification for by Johnny Chen · 14 years ago
  62. d9846b0 Added support for Xcode 4 build directories. by Greg Clayton · 14 years ago
  63. 30ef3ce Instead of self.runCmd(), do a stronger self.expect("process status") which also by Johnny Chen · 14 years ago
  64. b4ed280 Fix another typo. by Johnny Chen · 14 years ago
  65. a1a6157 Fix a typo. by Johnny Chen · 14 years ago
  66. 7872f75 Add TestConstStrings.py under foundation dir for testing expression parser on objective-c strings by Johnny Chen · 14 years ago
  67. 0ece526 Fixes for two bugs: by Sean Callanan · 14 years ago
  68. f29a08f Patch from Kirk Beitz to make things compile on MinGW minus the putenv part. by Greg Clayton · 14 years ago
  69. c113489 Add new radar info for failed test. by Johnny Chen · 14 years ago
  70. f20b8d9 Make the assertion message about 32-bit process address byte size more clear. by Johnny Chen · 14 years ago
  71. 41950cc Change "breakpoint list" command to default to brief output rather than full output. by Caroline Tice · 14 years ago
  72. 02fc32c Add test_apropos_should_also_search_settings_description() to make sure that: by Johnny Chen · 14 years ago
  73. 4b1850a Modify test scripts to accomodate SBTarget.Launch() API change. by Johnny Chen · 14 years ago
  74. 7acdcec Add teardown hook to clear image-search-paths after the test. by Johnny Chen · 14 years ago
  75. c4bd46b Parametrize make variable CC to also test with clang. by Johnny Chen · 14 years ago
  76. b294104 Parametrize make variable CC to also test with clang. by Johnny Chen · 14 years ago
  77. 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
  78. 057f706 Fix breakpoint id test to work with clang as well as gcc; added a few by Caroline Tice · 14 years ago
  79. 270ac39 Fix test function breakpoint_command_script_parameters()'s expect-pattern so that by Johnny Chen · 14 years ago
  80. df8e048 Add TestVirtual.py to go with test/cpp/virtual/main.cpp file, which tests by Johnny Chen · 14 years ago
  81. 98053bc Added a virtual C++ test case that catches some interesting cases by Greg Clayton · 14 years ago
  82. 2c162cf Test warning for pending breakpoints. by Caroline Tice · 14 years ago
  83. 49d5d12 Add test for breakpoint id ranges. by Caroline Tice · 14 years ago
  84. 2e89e63 Add test for help on aliased commands. by Caroline Tice · 14 years ago
  85. 52dae3d Add a few more settings tests. by Caroline Tice · 14 years ago
  86. d536233 Added comment. by Johnny Chen · 14 years ago
  87. 50bc638 Add a "-D" option to the test driver which dumps the Python sys.path variable by Johnny Chen · 14 years ago
  88. 989bc04 Use different log files for the two test cases in order not to confuse the logging subsystem. by Johnny Chen · 14 years ago
  89. 6662f7c Add a test case to verify that the frame and breakpoint location by Caroline Tice · 14 years ago
  90. c8448dc Add a test case to check logging of command processing. by Caroline Tice · 14 years ago
  91. 3f5e90a Add "import sys" for sys.stdout. by Johnny Chen · 14 years ago
  92. 1ae2c36 The restoring of sys.stdout should happen right after: by Johnny Chen · 14 years ago
  93. 30e4093 Hardened the test_command_source() test case by actually capturing the output by Johnny Chen · 14 years ago
  94. b48dfa3 Add comment. by Caroline Tice · 14 years ago
  95. 47d3df1 Remove comments I accidentally left in before. by Caroline Tice · 14 years ago
  96. ebf1ece Add tests for 'process launch' I/O flags. by Caroline Tice · 14 years ago
  97. df0d76b Minor comment change. by Johnny Chen · 14 years ago
  98. c6d591b Some cleanup to plugins/darwin.py after the recent additions of '-A arch' and '-C compiler' by Johnny Chen · 14 years ago
  99. 012cba1 Add "-A arch_spec" and "-C compiler_spec" options to the test driver. Example: by Johnny Chen · 14 years ago
  100. 4b179b6 Remove the expectedFailure decorator for the fixed bug: by Johnny Chen · 14 years ago