1. bda984a Fixed a typo in the test case. Updated comment. by Johnny Chen · 13 years ago
  2. 55a2d5a Add "watch set" command as a more general interface in conjunction with "frame var -w". by Johnny Chen · 13 years ago
  3. 758442a Move argument checking/manipulation into the front of the function. by Johnny Chen · 13 years ago
  4. 61d44fa Clearify some comment. by Johnny Chen · 13 years ago
  5. 39fb5c2 Cleanup docstring and remove dead code. by Johnny Chen · 13 years ago
  6. 42b7ff9 Add some more test cases for command completion: by Johnny Chen · 13 years ago
  7. 4fda467 Modify redo.py script so that if sessin_dir is left unspecified, it uses the heuristic by Johnny Chen · 13 years ago
  8. f872775 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 13 years ago
  9. ad635c8 Dump the raw bytes and the disassembled instruction before calling self.assertTrue() instead of after, by Johnny Chen · 13 years ago
  10. c8bba45 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 13 years ago
  11. 47397c7 Add comment. by Johnny Chen · 13 years ago
  12. 5b6e565 A little bit of cleanup to make the code more understandable. by Johnny Chen · 13 years ago
  13. fbcad68 o CommandObjectSettingsSet.cpp: by Johnny Chen · 13 years ago
  14. a1b0ce1 rdar://problem/10712130 by Johnny Chen · 13 years ago
  15. b46346b Add comment regarding TestHelloWorld.py's use of a dictionary to specify/overwrite the EXE name. by Johnny Chen · 13 years ago
  16. 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
  17. 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
  18. 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
  19. 3cab941 Fix the test properly now that SBValue::GetValueAsUnsigned works for bitfields. by Jim Ingham · 13 years ago
  20. 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
  21. a2a9f79 Add usage example from test/functionalities/archives/Makefile. by Johnny Chen · 13 years ago
  22. 5d235d5 Add some description for this test directory. by Johnny Chen · 13 years ago
  23. 111e18b Modify a couple of Makefiles to use clang instead of gcc, since gcc is being deprecated. by Johnny Chen · 13 years ago
  24. 62f0b37 rdar://problem/10680957 Need a test case that tests DWARF with .o in .a files by Johnny Chen · 13 years ago
  25. 7c20b0a rdar://problem/10492827 by Johnny Chen · 13 years ago
  26. 26697b8 Add more usage examples. by Johnny Chen · 13 years ago
  27. 157fd95 Add usage examples of recently added functionality. by Johnny Chen · 13 years ago
  28. 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
  29. 649383a Add documentation for the generic functions build_and_run() and build_and_run_expr() called from by Johnny Chen · 13 years ago
  30. 8563081 Refactor the test/types directory to reduce some stupid reduant code. by Johnny Chen · 13 years ago
  31. 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
  32. fcf74f1 Update makefile rules to support C++ files in shared libraries and fix how by Greg Clayton · 13 years ago
  33. 99323d8 Fix comment. by Johnny Chen · 13 years ago
  34. a6b7e32 Patch from Enrico Granata that moves SBData related functions into the SBData by Greg Clayton · 13 years ago
  35. 9f074f0 http://llvm.org/bugs/show_bug.cgi?id=11619 by Johnny Chen · 13 years ago
  36. c613496 http://llvm.org/bugs/show_bug.cgi?id=11618 by Johnny Chen · 13 years ago
  37. aa9d267 Fixed a problem in our local Clang's method for by Sean Callanan · 13 years ago
  38. 1716ad7 <rdar://problem/10546739> by Greg Clayton · 13 years ago
  39. a4b43ab rdar://problem/10216227 by Johnny Chen · 13 years ago
  40. 43504ce Added a bunch more structure return tests. by Jim Ingham · 13 years ago
  41. 869e296 Decorate the two test cases in TestReturnValue.py as i386 only expectedFailure, aka @expectedFailurei386. by Johnny Chen · 13 years ago
  42. ec95492 Indentation. by Johnny Chen · 13 years ago
  43. 68687f5 Patches for running some of the Linux tests from Dawn, thanks! by Johnny Chen · 13 years ago
  44. 016ef88 Improve the x86_64 return value decoder to handle most structure returns. by Jim Ingham · 13 years ago
  45. daa6efe The "desired result type" code in the expression by Sean Callanan · 13 years ago
  46. 15bb3cf Fix wrong test method name. by Johnny Chen · 13 years ago
  47. 46052eb Properly name the test class as well as the test methods. by Johnny Chen · 13 years ago
  48. 04bb583 Properly name the test class as well as the test methods. by Johnny Chen · 13 years ago
  49. 9fd2e38 Work in progress for: by Johnny Chen · 13 years ago
  50. 5a4bbce Work in progress for: by Johnny Chen · 13 years ago
  51. 8eb4f1e Add fuzz call to SBStringList.AppendString(None). LLDB should not crash. by Johnny Chen · 13 years ago
  52. 4278bbe Work in progress for: by Johnny Chen · 13 years ago
  53. 3424871 Add test_frame_api_boundary_condition() test case to exercise a bunch of boundary condition inputs. by Johnny Chen · 13 years ago
  54. 287e28b Add a test sequence which passes None to lldb.SBFileSpec(). LLDB should not crash. by Johnny Chen · 13 years ago
  55. 5feb642 Tes passing None to SetErrorString() and SetErrorStringWithFormat(). by Johnny Chen · 13 years ago
  56. b6ca2e1 Work in progress for: by Johnny Chen · 13 years ago
  57. c8918e5 Add a fuzz call for SBCommunication: obj.connect(None). by Johnny Chen · 13 years ago
  58. c82670a Work in progress for: by Johnny Chen · 13 years ago
  59. bab8cc9 Work in progress for: by Johnny Chen · 13 years ago
  60. 87b8c4c Work in progress for: by Johnny Chen · 13 years ago
  61. 0f71d19 Added some strength to the checks that prevent by Sean Callanan · 13 years ago
  62. 65f4fb0 Fix Python docstring for SBThread.GetStopDescription(). by Johnny Chen · 13 years ago
  63. 4bdca6f Make the objc-dynamic-value test a little trickier (still passes) and test the GetDynamicValue API. by Jim Ingham · 13 years ago
  64. dfafa14 http://llvm.org/bugs/show_bug.cgi?id=11588 by Johnny Chen · 13 years ago
  65. 0539a80 Updated Clang to take an enhancement to the way by Sean Callanan · 13 years ago
  66. 9633cc6 Simplify the setup leading to the testing of ReadMemory(), ReadCStringFromMemory(), and ReadUnsignedFromMemory(). by Johnny Chen · 13 years ago
  67. 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
  68. 6f6dd0a Add test scenario for newly added SBProcess APIs: ReadCStringFromMemory() and ReadUnsignedFromMemory(). by Johnny Chen · 13 years ago
  69. 607d2ed Add fuzz call for newly added method SBTarget.GetInstructions(). by Johnny Chen · 13 years ago
  70. 0841386 Add fuzz calls for newly added SBProcess methods. Fix a typo in the audodoc of SBProcess.ReadCStringFromMemory(). by Johnny Chen · 13 years ago
  71. c2e97f3 Move disassemble-raw-data dir to reside under test/python_api where they belong. by Johnny Chen · 13 years ago
  72. 943485c http://llvm.org/bugs/show_bug.cgi?id=11579 by Johnny Chen · 13 years ago
  73. ef1f690 I have added a function to SBTarget that allows by Sean Callanan · 13 years ago
  74. 2fcf412 http://llvm.org/bugs/show_bug.cgi?id=11569 by Johnny Chen · 13 years ago
  75. cd186e5 http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType crashes when passed None by Johnny Chen · 13 years ago
  76. b91423b Print out the breakpoint description only if self.TraceOn() is True. by Johnny Chen · 13 years ago
  77. 33bc865 Add a pthreads testcase to make sure the two-step of running and expression, by Jim Ingham · 13 years ago
  78. d0f67e2 Rename some test methods, with no functionality change. by Johnny Chen · 13 years ago
  79. d538f13 Commenting out the two @expectedFailureClang decorators as the tests have been passing for a while by Johnny Chen · 13 years ago
  80. 931449e rdar://problem/10227672 by Johnny Chen · 13 years ago
  81. c6e328a Move some print stmts to the test method, where they get printed only if the test is qualified to run by Johnny Chen · 13 years ago
  82. d7fc5b8 <rdar://problem/10559329> by Greg Clayton · 13 years ago
  83. 9a530a6 We now have a test case for stopping within a module in a place where the by Greg Clayton · 13 years ago
  84. b2027ec If the expression parser is unable to complete a TagDecl by Sean Callanan · 13 years ago
  85. 1b42575 Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's. by Jim Ingham · 13 years ago
  86. 4fdf795 Added the ability to dereference an Objective-C object by Sean Callanan · 13 years ago
  87. 514970a Get the bit-field offset & size for ObjC ivars that are bitfields. by Jim Ingham · 13 years ago
  88. 64b4f19 Modified the script to have the flexibility of specifying the gdb executable path by Johnny Chen · 13 years ago
  89. de32b45 Added a code for a test to find the real Objective C class definition. I by Greg Clayton · 13 years ago
  90. dfa0cdb Let's also record the compiler version used for compiling the inferior into the session info by Johnny Chen · 13 years ago
  91. fa21ffd rdar://problem/10501020 by Johnny Chen · 13 years ago
  92. 673f3db Added support to the Objective-C language runtime by Sean Callanan · 13 years ago
  93. 02dfe4a Add processing of '-help' option. by Johnny Chen · 13 years ago
  94. dd54979 rdar://problem/9211445 by Johnny Chen · 13 years ago
  95. da44411 Add bench entries. by Johnny Chen · 13 years ago
  96. 23038b6 SBProcess.PutSTDIN() needs to be properly typemapped when swigging, by Johnny Chen · 13 years ago
  97. 0e6df36 Fixed an issue where we might cause our test suite to exit if we end up by Greg Clayton · 13 years ago
  98. 4c6a752 Redirect the stderr output into a file so as to not pollute the terminal. by Johnny Chen · 13 years ago
  99. 1941fda Do not print debug messages if self.TraceON() is False. by Johnny Chen · 13 years ago
  100. 0896719 Add a simple progress bar when neither '-v' nor '-t' is specified. by Johnny Chen · 13 years ago