1. 5e3e8c1 Special build dictionary needs the same dictionary when specifying the after-the-test cleanup. by Johnny Chen · 13 years ago
  2. d4d4e09 Fix a typo in specifying the error path when launching the inferior. by Johnny Chen · 13 years ago
  3. 8adc2dd Print out the frame only if self.TraceOn() is True. by Johnny Chen · 13 years ago
  4. e745f4d Add regular C++ inheritance in addition to the virtual inheritance to TestCppValueCast.py. by Johnny Chen · 13 years ago
  5. 7dd5c51 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 13 years ago
  6. 8f2e392 I have brought LLDB up-to-date with top of tree by Sean Callanan · 13 years ago
  7. 0a19a1b Convert all python objects in our API to use overload the __str__ method by Greg Clayton · 13 years ago
  8. 71d249d Add test cases for SBValue.Cast(SBType). The test logic needs more polishing. by Johnny Chen · 13 years ago
  9. 9013829 Fix typos. by Johnny Chen · 13 years ago
  10. 2ef5eae Add test cases for APIs to get template arguments from an SBType. by Johnny Chen · 13 years ago
  11. 6bbfa6c Fixing issues where synthetic children providers for STL containers std::list and std::map where not doing their job properly by Enrico Granata · 13 years ago
  12. 4ab0c03 Add a couple of simple completion test cases for 'target ' and 'target va'. by Johnny Chen · 13 years ago
  13. 2f2c277 Added a new --omit-names (-O, uppercase letter o) option to "type summary add". by Enrico Granata · 13 years ago
  14. 6c49bf4 For processes which are not in one of the "launched and stopped" state, 'target variable' command by Johnny Chen · 13 years ago
  15. 02b6bef Fix indentation. by Johnny Chen · 13 years ago
  16. cfbfcd2 Add @expectedFailure decorators. by Johnny Chen · 13 years ago
  17. cbf1591 lldb should warn when dSYM does not match the binary. by Johnny Chen · 13 years ago
  18. e20090b remove spurious leftover code from std::list testcase by Enrico Granata · 13 years ago
  19. 86ad476 Added fuzz testing for when we call API calls with an invalid object. by Greg Clayton · 13 years ago
  20. f4a3922 Test case for std::map synthetic children provider (currently an expected failure) by Enrico Granata · 13 years ago
  21. 7541b1b Test case for std::list synthetic children provider (currently an expected failure) by Enrico Granata · 13 years ago
  22. 168e115 Test case for std::vector synthetic children provider by Enrico Granata · 13 years ago
  23. e1df07f Splitting test case for Python synthetic children: part 1 test is only testing the synthetic children feature itself. More test cases will be commited for individual STL containers by Enrico Granata · 13 years ago
  24. 28f3771 Add some more test cases for the "watchpoint set" command. by Johnny Chen · 13 years ago
  25. 6346a29 Add a period. by Johnny Chen · 13 years ago
  26. 0f907b8 Add a '-u ENV_VAR_NAME' option to the test driver, whose purpose is to unset the said by Johnny Chen · 13 years ago
  27. bda984a Fixed a typo in the test case. Updated comment. by Johnny Chen · 13 years ago
  28. 55a2d5a Add "watch set" command as a more general interface in conjunction with "frame var -w". by Johnny Chen · 13 years ago
  29. 758442a Move argument checking/manipulation into the front of the function. by Johnny Chen · 13 years ago
  30. 61d44fa Clearify some comment. by Johnny Chen · 13 years ago
  31. 39fb5c2 Cleanup docstring and remove dead code. by Johnny Chen · 13 years ago
  32. 42b7ff9 Add some more test cases for command completion: by Johnny Chen · 13 years ago
  33. 4fda467 Modify redo.py script so that if sessin_dir is left unspecified, it uses the heuristic by Johnny Chen · 13 years ago
  34. f872775 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 13 years ago
  35. ad635c8 Dump the raw bytes and the disassembled instruction before calling self.assertTrue() instead of after, by Johnny Chen · 13 years ago
  36. c8bba45 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 13 years ago
  37. 47397c7 Add comment. by Johnny Chen · 13 years ago
  38. 5b6e565 A little bit of cleanup to make the code more understandable. by Johnny Chen · 13 years ago
  39. fbcad68 o CommandObjectSettingsSet.cpp: by Johnny Chen · 13 years ago
  40. a1b0ce1 rdar://problem/10712130 by Johnny Chen · 13 years ago
  41. b46346b Add comment regarding TestHelloWorld.py's use of a dictionary to specify/overwrite the EXE name. by Johnny Chen · 13 years ago
  42. 5034a14 Modify the test cases so that each uses a unique executable name for the debugger to attach/launch. by Johnny Chen · 13 years ago
  43. 781452a Add a test case where 'settings set frame-format' supplies a format string containing, among other things, a single backtick character. by Johnny Chen · 13 years ago
  44. e9eae81 Add a '-X excluded-dir' option to the test driver to exclude a directory from consideration during test discovery. For example: by Johnny Chen · 13 years ago
  45. 3cab941 Fix the test properly now that SBValue::GetValueAsUnsigned works for bitfields. by Jim Ingham · 13 years ago
  46. ce9cf4e Add usage example of specifying the full path to the compiler used while building the debuggees for running the test suite. by Johnny Chen · 13 years ago
  47. a2a9f79 Add usage example from test/functionalities/archives/Makefile. by Johnny Chen · 13 years ago
  48. 5d235d5 Add some description for this test directory. by Johnny Chen · 13 years ago
  49. 111e18b Modify a couple of Makefiles to use clang instead of gcc, since gcc is being deprecated. by Johnny Chen · 13 years ago
  50. 62f0b37 rdar://problem/10680957 Need a test case that tests DWARF with .o in .a files by Johnny Chen · 13 years ago
  51. 7c20b0a rdar://problem/10492827 by Johnny Chen · 13 years ago
  52. 26697b8 Add more usage examples. by Johnny Chen · 13 years ago
  53. 157fd95 Add usage examples of recently added functionality. by Johnny Chen · 13 years ago
  54. c21e523 Add comment for build_and_run_with_source_atoms_expr() and remove redundant #include from basic_type.cpp. by Johnny Chen · 13 years ago
  55. 649383a Add documentation for the generic functions build_and_run() and build_and_run_expr() called from by Johnny Chen · 13 years ago
  56. 8563081 Refactor the test/types directory to reduce some stupid reduant code. by Johnny Chen · 13 years ago
  57. 159c7cc Add a CFLAGS_EXTRAS make variable to be able to pass things (like '-DTEST_BLOCK_CAPTURED_VARS') to the compile phase. by Johnny Chen · 13 years ago
  58. fcf74f1 Update makefile rules to support C++ files in shared libraries and fix how by Greg Clayton · 13 years ago
  59. 99323d8 Fix comment. by Johnny Chen · 13 years ago
  60. a6b7e32 Patch from Enrico Granata that moves SBData related functions into the SBData by Greg Clayton · 13 years ago
  61. 9f074f0 http://llvm.org/bugs/show_bug.cgi?id=11619 by Johnny Chen · 13 years ago
  62. c613496 http://llvm.org/bugs/show_bug.cgi?id=11618 by Johnny Chen · 13 years ago
  63. aa9d267 Fixed a problem in our local Clang's method for by Sean Callanan · 13 years ago
  64. 1716ad7 <rdar://problem/10546739> by Greg Clayton · 13 years ago
  65. a4b43ab rdar://problem/10216227 by Johnny Chen · 13 years ago
  66. 43504ce Added a bunch more structure return tests. by Jim Ingham · 13 years ago
  67. 869e296 Decorate the two test cases in TestReturnValue.py as i386 only expectedFailure, aka @expectedFailurei386. by Johnny Chen · 13 years ago
  68. ec95492 Indentation. by Johnny Chen · 13 years ago
  69. 68687f5 Patches for running some of the Linux tests from Dawn, thanks! by Johnny Chen · 13 years ago
  70. 016ef88 Improve the x86_64 return value decoder to handle most structure returns. by Jim Ingham · 13 years ago
  71. daa6efe The "desired result type" code in the expression by Sean Callanan · 13 years ago
  72. 15bb3cf Fix wrong test method name. by Johnny Chen · 13 years ago
  73. 46052eb Properly name the test class as well as the test methods. by Johnny Chen · 13 years ago
  74. 04bb583 Properly name the test class as well as the test methods. by Johnny Chen · 13 years ago
  75. 9fd2e38 Work in progress for: by Johnny Chen · 13 years ago
  76. 5a4bbce Work in progress for: by Johnny Chen · 13 years ago
  77. 8eb4f1e Add fuzz call to SBStringList.AppendString(None). LLDB should not crash. by Johnny Chen · 13 years ago
  78. 4278bbe Work in progress for: by Johnny Chen · 13 years ago
  79. 3424871 Add test_frame_api_boundary_condition() test case to exercise a bunch of boundary condition inputs. by Johnny Chen · 13 years ago
  80. 287e28b Add a test sequence which passes None to lldb.SBFileSpec(). LLDB should not crash. by Johnny Chen · 13 years ago
  81. 5feb642 Tes passing None to SetErrorString() and SetErrorStringWithFormat(). by Johnny Chen · 13 years ago
  82. b6ca2e1 Work in progress for: by Johnny Chen · 13 years ago
  83. c8918e5 Add a fuzz call for SBCommunication: obj.connect(None). by Johnny Chen · 13 years ago
  84. c82670a Work in progress for: by Johnny Chen · 13 years ago
  85. bab8cc9 Work in progress for: by Johnny Chen · 13 years ago
  86. 87b8c4c Work in progress for: by Johnny Chen · 13 years ago
  87. 0f71d19 Added some strength to the checks that prevent by Sean Callanan · 13 years ago
  88. 65f4fb0 Fix Python docstring for SBThread.GetStopDescription(). by Johnny Chen · 13 years ago
  89. 4bdca6f Make the objc-dynamic-value test a little trickier (still passes) and test the GetDynamicValue API. by Jim Ingham · 13 years ago
  90. dfafa14 http://llvm.org/bugs/show_bug.cgi?id=11588 by Johnny Chen · 13 years ago
  91. 0539a80 Updated Clang to take an enhancement to the way by Sean Callanan · 13 years ago
  92. 9633cc6 Simplify the setup leading to the testing of ReadMemory(), ReadCStringFromMemory(), and ReadUnsignedFromMemory(). by Johnny Chen · 13 years ago
  93. 126fcc3 Add a test sequence of SBProcess.ReadCStringFromMemory() with (char *)my_char_ptr as the address to read from. by Johnny Chen · 13 years ago
  94. 6f6dd0a Add test scenario for newly added SBProcess APIs: ReadCStringFromMemory() and ReadUnsignedFromMemory(). by Johnny Chen · 13 years ago
  95. 607d2ed Add fuzz call for newly added method SBTarget.GetInstructions(). by Johnny Chen · 13 years ago
  96. 0841386 Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc of SBProcess.ReadCStringFromMemory(). by Johnny Chen · 13 years ago
  97. c2e97f3 Move disassemble-raw-data dir to reside under test/python_api where they belong. by Johnny Chen · 13 years ago
  98. 943485c http://llvm.org/bugs/show_bug.cgi?id=11579 by Johnny Chen · 13 years ago
  99. ef1f690 I have added a function to SBTarget that allows by Sean Callanan · 13 years ago
  100. 2fcf412 http://llvm.org/bugs/show_bug.cgi?id=11569 by Johnny Chen · 13 years ago