1. e4b5ec0 rdar://problem/11597911 by Johnny Chen · 12 years ago
  2. 3f88349 rdar://problem/11584012 by Johnny Chen · 12 years ago
  3. bf12090 Mark the test as failing on both architectures, since LLDB won't handle the function to clang. by Filipe Cabecinhas · 12 years ago
  4. 0f95dda Make the test suite work again on Mac OS X without the LLDB_BUILD_TYPE env var by Filipe Cabecinhas · 12 years ago
  5. 61f17c0 Clean all files when executing 'make clean' by Filipe Cabecinhas · 12 years ago
  6. 57b74dd Clean renamed files on 'make clean' by Filipe Cabecinhas · 12 years ago
  7. 35f5dc7 rdar://problem/11541676 by Johnny Chen · 12 years ago
  8. dd26f36 Update the Makefile to expect the lldb package by Filipe Cabecinhas · 12 years ago
  9. e6adacf Remove all written files by Filipe Cabecinhas · 12 years ago
  10. 746323a rdar://problem/11535045 by Johnny Chen · 12 years ago
  11. e4f3cd7 rdar://problem/11533713 by Johnny Chen · 12 years ago
  12. 7c09997 rdar://problem/11457634 by Johnny Chen · 12 years ago
  13. 191343e Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge. by Johnny Chen · 12 years ago
  14. 7cbdcfb Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. by Johnny Chen · 12 years ago
  15. fc34abb Add more convenience registers to x86_64 and a simple test scenario: by Johnny Chen · 12 years ago
  16. 6b6031d Fix a typo. by Johnny Chen · 12 years ago
  17. 96bdd73 Add a test case to check that eax's content equals the lower half of rax. by Johnny Chen · 12 years ago
  18. e72b338 Fix a bug where if I just run: by Johnny Chen · 12 years ago
  19. 57e0ff4 Added support for rvalue references in debug information by Sean Callanan · 12 years ago
  20. 267b9d9 Fixed the new-syntax testcase to reflect how we print string literals. by Sean Callanan · 12 years ago
  21. 39d1af9 Fixed a nasty bug where JIT expressions didn't work by Sean Callanan · 12 years ago
  22. 6b1763b <rdar://problem/11355592> Fixing a bug where we would incorrectly try and determine a dynamic type for a variable of a pointer type that is not a valid generic type for dynamic pointers. by Enrico Granata · 12 years ago
  23. 3864f04 Add test cases where we start three worker threads, with a write watchpoint set. As soon as a watchpoint is hit in either of the worker thread, by Johnny Chen · 12 years ago
  24. dc5e877 Cleanup a custom thread-format so we don't fail TestLoadUnload when running the by Filipe Cabecinhas · 12 years ago
  25. cd1b7fc Fixed the test for the new process launch abbreviation. by Filipe Cabecinhas · 12 years ago
  26. 930f10a I have updated Clang to include support for Objective-C by Sean Callanan · 12 years ago
  27. 4bc8d16 Warn the user when several commands match the input given. Added a testcase. by Filipe Cabecinhas · 12 years ago
  28. e39170b Update the comments for lldbtest module. The test driver is the only way to run the test suite. by Johnny Chen · 12 years ago
  29. 47dcd1e Make the script more friendly when running under python debugger. by Johnny Chen · 12 years ago
  30. 8aa684d The redo.py script can take no argument where it uses heuristics to find the latest session directory. by Johnny Chen · 12 years ago
  31. 8492371 Cleanup after functionalities/alias/TestAliases.py by Filipe Cabecinhas · 12 years ago
  32. 7461e23 Fix Makefile to pass the correct -arch flag to the toolchains. by Johnny Chen · 12 years ago
  33. f3e5da2 Add i386-only expectedFailure decorators for current ToT. by Johnny Chen · 12 years ago
  34. a695aa2 Fixing a bug where the summary for certain NSStrings was being returned as empty in spite of the string actually having a content by Enrico Granata · 12 years ago
  35. d82bc6d Found one more place where the OkayToDiscard needs to be consulted. by Jim Ingham · 12 years ago
  36. 22cf41b Make issue_11588/Test11588 work with a recent swig that converts ints to PyLongObjects by Filipe Cabecinhas · 12 years ago
  37. 038fa8e If the ObjC Step Through Trampoline plan causes a target crash, properly propagate the error back to by Jim Ingham · 12 years ago
  38. 6884bdd Option processing fix: should match '-F' exactly, instead. by Johnny Chen · 12 years ago
  39. 1b8de0a Make redo.py more error-proof by Filipe Cabecinhas · 12 years ago
  40. 07baf83 <rdar://problem/11338654> Fixing a bug where having a summary for a bitfield without a format specified would in certain cases crash LLDB - This has also led to refactoring the by-type accessors for the data formatter subsystem. These now belong in our internal layer, and are just invoked by the public API stratum by Enrico Granata · 12 years ago
  41. b170aee <rdar://problem/11358639> by Greg Clayton · 12 years ago
  42. 6092371 Fix the problem that 'help breakpoint set' is printing a lot of redundant lines. by Johnny Chen · 12 years ago
  43. cf0bc6d Add an -F option to the redo.py script to selectively re-run only those failed sessions whose filenames contain the component(s) by Johnny Chen · 12 years ago
  44. 6a04353 Adding a new 'type category disable *' feature that disables all categories - This is intended as a quick kill switch for data formatters for cases where the user wants as little extra processing as possible to be done on their target, or to override major data formatters bug, should they occur by Enrico Granata · 12 years ago
  45. ce035a0 Automatically enabling the Cocoa formatter categories for command-line LLDB. Previously, the categories were filled in but disabled by default. Tweaking test cases appropriately to keep working and do the right thing by Enrico Granata · 12 years ago
  46. 70fa461 Renaming to rid of the '++' in the test file name and simplify the Makefile. by Johnny Chen · 12 years ago
  47. 89f099b Removed a binary that I accidentally committed. by Sean Callanan · 12 years ago
  48. 49749a7 Recognize Objective-C classes with runtime class by Sean Callanan · 12 years ago
  49. 4e651b1 Maked LLDB into a package so we can import things without poluting the global namespace. by Greg Clayton · 12 years ago
  50. 20c1307 Made it safe to re-import a Python module, allowing by Sean Callanan · 12 years ago
  51. c315bdc Fixing a bunch of i386 testsuite failures by Enrico Granata · 12 years ago
  52. 2a45d0e Make the test case more robust in terms of remote testsuite execution. by Johnny Chen · 12 years ago
  53. 800bd70 Forgo the selector test on i386, where we can't by Sean Callanan · 12 years ago
  54. 0eba719 Create an NSAutoreleasePool correctly in a test by Sean Callanan · 12 years ago
  55. 1463b65 Add a suffix rule for compiling objc++ files and a sample directory under test/lang/objcxx. by Johnny Chen · 12 years ago
  56. 3bc7e5e Add a '-R' option, which is similar to '-r', except that the relocated directory, if exists, will be removed entirely by Johnny Chen · 12 years ago
  57. d67dc54 Fixing the test case so that it runs correctly on i386 as well as on x86_64 by Enrico Granata · 12 years ago
  58. 79bdadd Removing the @expectedFailurei386 decorator from test cases that now work as a result of the latest changes to Value.cpp by Enrico Granata · 12 years ago
  59. 67898a0 Test file renaming. by Johnny Chen · 12 years ago
  60. 1ced142 Remove the expectedFailure decorator as the bug has been fixed. by Johnny Chen · 12 years ago
  61. e787c7e Make sure the "synchronous breakpoint callbacks" get called before the thread plan logic gets invoked, and if they by Jim Ingham · 12 years ago
  62. 80b4de8 Tests decorated with @benchmarks_test do not participate in the remote-macosx test suite run. by Johnny Chen · 12 years ago
  63. be45227 LLDB test suite should also output the config info string along with the stack trace. by Johnny Chen · 12 years ago
  64. e6d88a8 Simplify the progress bar display when neither "-v" nor "-t" is passed to the test driver. by Johnny Chen · 12 years ago
  65. fb3c775 The session file name should be tagged with (architecture, compiler) in addition by Johnny Chen · 12 years ago
  66. ac4583a Not a test failure for i386; instead, the test case should be modified to not over-expect type fields for the synthetic childs. by Johnny Chen · 12 years ago
  67. 67130e4 Add expected failure decorators for test cases which are failing for i386 architecture. by Johnny Chen · 12 years ago
  68. ac97a6b Add the capability of supplying the pre/post-flight functions to the test suite such that by Johnny Chen · 12 years ago
  69. 4fd809c First step to make the test suite runnable for remote platforms. by Johnny Chen · 12 years ago
  70. 2a29bd5 Ditto 'requires modern objc runtime' for TestRealDefinition.py -- fix test suite errors for i386. by Johnny Chen · 12 years ago
  71. f999a77 Ditto 'requires modern objc runtime' for TestObjCProperty.py -- fix test suite errors for i386. by Johnny Chen · 12 years ago
  72. 77fa1b7 Fix some test suite errors. TestForwardDecl.py errors were due to bad Makefile.rules, while TestHiddenIvars.py errors due to features only available in modern objc runtime. by Johnny Chen · 12 years ago
  73. bb4800e Make the default architectures to run as both 64 and 32-bit. by Johnny Chen · 12 years ago
  74. 5aa97e0 Changed some tabs to spaces to make Python like this file. by Sean Callanan · 12 years ago
  75. 5b616ec The final batch of adding @dsym_test/@dwarf_test decorators. by Johnny Chen · 12 years ago
  76. 21b1984 Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. by Johnny Chen · 12 years ago
  77. a3ed7d8 Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with by Johnny Chen · 12 years ago
  78. a894fe7 Added a new Host class: ReadWriteLock by Greg Clayton · 12 years ago
  79. 8ad21a8 Adding a new --python-function (-F) option to breakpoint command add. The option allows the user to specify a Python function name instead of a Python oneliner or interactive script input as a breakpoint command by Enrico Granata · 12 years ago
  80. 0cef6ba Add a Test case to make sure that __apple_types section does get produced by dsymutil. by Johnny Chen · 12 years ago
  81. 4eb1453 Add some more debug prints and retrieve the debug subsections from the DWARF section. by Johnny Chen · 12 years ago
  82. a96b789 Add testcase that verifies that __apple_types is a valid section in a .o file generated by clang. by Johnny Chen · 12 years ago
  83. 3418bfe Disabling blocks support because of rdar://problem/11024417 - This is hopefully just a temporary countermeasure by Enrico Granata · 13 years ago
  84. 80731ec Fixing an issue where Unicode characters in an NSString were printed as escape sequences by the summary provider shipping with LLDB - Added relevant test case code. Bonus points for identifying the source of the quotes :-) by Enrico Granata · 13 years ago
  85. bd58715 Fixing an issue where saying 'po foo' made both the summary and the description for foo come out. If one is po'ing something they most probably only care about the description - We will not omit the summary by Enrico Granata · 13 years ago
  86. 6781217 adding a summary for Objective-C type 'Class' by Enrico Granata · 13 years ago
  87. dba1de8 Synthetic values are now automatically enabled and active by default. SBValue is set up to always wrap a synthetic value when one is available. by Enrico Granata · 13 years ago
  88. dc0a38c <rdar://problem/11113279> by Greg Clayton · 13 years ago
  89. 60c1006 Fix method name for output. by Eric Christopher · 13 years ago
  90. d44c9d3 Adding a new API call IsTypeComplete() to SBType. This call is meant to check if the type has been previously completed or not (which is mostly interesting from a performance point of view) by Enrico Granata · 13 years ago
  91. f2cb7f2 Removing cascading through inheritance chains for data formatters by Enrico Granata · 13 years ago
  92. c811f9f Check in main.c modified for testing hardware watchpoints on arm architectures. by Johnny Chen · 13 years ago
  93. 1abe4c0 Add a '-E' option to the test driver for the purpose of specifying some extra CFLAGS by Johnny Chen · 13 years ago
  94. cf09f88 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 13 years ago
  95. 1dbf2a8 Export the APIs submitted by Dawn to the Python bindings. Add a simple test case for the SBModule.compile_unit_iter() API. by Johnny Chen · 13 years ago
  96. e1219bf Fix a bug in getRunOptions() where there was no space between the arch spec and the compiler spec. by Johnny Chen · 13 years ago
  97. dbe2c82 Add a test case to go with <rdar://problem/11052829> and svn check-in r152809. by Johnny Chen · 13 years ago
  98. c8dc8db Add test case associated with: by Johnny Chen · 13 years ago
  99. 76fa7cf Remove a debug statement. by Johnny Chen · 13 years ago
  100. 7b9aacf Changed several of the Cocoa formatters to match the output style that Xcode uses internally to provide summaries by Enrico Granata · 13 years ago