1. 126b344 <rdar://problem/11755446> Making sure to provide summaries for one more NSString subclass by Enrico Granata · 12 years ago
  2. dee13ce Continue the cleanup started on r158737 by Filipe Cabecinhas · 12 years ago
  3. a9e2887 Test suite cleanup: use Python API to remove files as part of cleanup instead of running OS commands. by Johnny Chen · 12 years ago
  4. d1e0829 rdar://problem/11649610 lldb confused by single quote in executable path by Johnny Chen · 12 years ago
  5. 2ed5c75 Add a test case for r158222. by Johnny Chen · 12 years ago
  6. 3fcc91a Fixed TestCompletion, broken by r158173 by Filipe Cabecinhas · 12 years ago
  7. e4b5ec0 rdar://problem/11597911 by Johnny Chen · 12 years ago
  8. 3f88349 rdar://problem/11584012 by Johnny Chen · 12 years ago
  9. bf12090 Mark the test as failing on both architectures, since LLDB won't handle the function to clang. by Filipe Cabecinhas · 12 years ago
  10. 0f95dda Make the test suite work again on Mac OS X without the LLDB_BUILD_TYPE env var by Filipe Cabecinhas · 12 years ago
  11. 61f17c0 Clean all files when executing 'make clean' by Filipe Cabecinhas · 12 years ago
  12. 57b74dd Clean renamed files on 'make clean' by Filipe Cabecinhas · 12 years ago
  13. 35f5dc7 rdar://problem/11541676 by Johnny Chen · 12 years ago
  14. dd26f36 Update the Makefile to expect the lldb package by Filipe Cabecinhas · 12 years ago
  15. e6adacf Remove all written files by Filipe Cabecinhas · 12 years ago
  16. 746323a rdar://problem/11535045 by Johnny Chen · 12 years ago
  17. e4f3cd7 rdar://problem/11533713 by Johnny Chen · 12 years ago
  18. 7c09997 rdar://problem/11457634 by Johnny Chen · 12 years ago
  19. 191343e Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through the Python scripting bridge. by Johnny Chen · 12 years ago
  20. 7cbdcfb Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. by Johnny Chen · 12 years ago
  21. fc34abb Add more convenience registers to x86_64 and a simple test scenario: by Johnny Chen · 12 years ago
  22. 6b6031d Fix a typo. by Johnny Chen · 12 years ago
  23. 96bdd73 Add a test case to check that eax's content equals the lower half of rax. by Johnny Chen · 12 years ago
  24. e72b338 Fix a bug where if I just run: by Johnny Chen · 12 years ago
  25. 57e0ff4 Added support for rvalue references in debug information by Sean Callanan · 12 years ago
  26. 267b9d9 Fixed the new-syntax testcase to reflect how we print string literals. by Sean Callanan · 12 years ago
  27. 39d1af9 Fixed a nasty bug where JIT expressions didn't work by Sean Callanan · 12 years ago
  28. 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
  29. 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
  30. dc5e877 Cleanup a custom thread-format so we don't fail TestLoadUnload when running the by Filipe Cabecinhas · 12 years ago
  31. cd1b7fc Fixed the test for the new process launch abbreviation. by Filipe Cabecinhas · 12 years ago
  32. 930f10a I have updated Clang to include support for Objective-C by Sean Callanan · 12 years ago
  33. 4bc8d16 Warn the user when several commands match the input given. Added a testcase. by Filipe Cabecinhas · 12 years ago
  34. 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
  35. 47dcd1e Make the script more friendly when running under python debugger. by Johnny Chen · 12 years ago
  36. 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
  37. 8492371 Cleanup after functionalities/alias/TestAliases.py by Filipe Cabecinhas · 12 years ago
  38. 7461e23 Fix Makefile to pass the correct -arch flag to the toolchains. by Johnny Chen · 13 years ago
  39. f3e5da2 Add i386-only expectedFailure decorators for current ToT. by Johnny Chen · 13 years ago
  40. 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 · 13 years ago
  41. d82bc6d Found one more place where the OkayToDiscard needs to be consulted. by Jim Ingham · 13 years ago
  42. 22cf41b Make issue_11588/Test11588 work with a recent swig that converts ints to PyLongObjects by Filipe Cabecinhas · 13 years ago
  43. 038fa8e If the ObjC Step Through Trampoline plan causes a target crash, properly propagate the error back to by Jim Ingham · 13 years ago
  44. 6884bdd Option processing fix: should match '-F' exactly, instead. by Johnny Chen · 13 years ago
  45. 1b8de0a Make redo.py more error-proof by Filipe Cabecinhas · 13 years ago
  46. 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 · 13 years ago
  47. b170aee <rdar://problem/11358639> by Greg Clayton · 13 years ago
  48. 6092371 Fix the problem that 'help breakpoint set' is printing a lot of redundant lines. by Johnny Chen · 13 years ago
  49. 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 · 13 years ago
  50. 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 · 13 years ago
  51. 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 · 13 years ago
  52. 70fa461 Renaming to rid of the '++' in the test file name and simplify the Makefile. by Johnny Chen · 13 years ago
  53. 89f099b Removed a binary that I accidentally committed. by Sean Callanan · 13 years ago
  54. 49749a7 Recognize Objective-C classes with runtime class by Sean Callanan · 13 years ago
  55. 4e651b1 Maked LLDB into a package so we can import things without poluting the global namespace. by Greg Clayton · 13 years ago
  56. 20c1307 Made it safe to re-import a Python module, allowing by Sean Callanan · 13 years ago
  57. c315bdc Fixing a bunch of i386 testsuite failures by Enrico Granata · 13 years ago
  58. 2a45d0e Make the test case more robust in terms of remote testsuite execution. by Johnny Chen · 13 years ago
  59. 800bd70 Forgo the selector test on i386, where we can't by Sean Callanan · 13 years ago
  60. 0eba719 Create an NSAutoreleasePool correctly in a test by Sean Callanan · 13 years ago
  61. 1463b65 Add a suffix rule for compiling objc++ files and a sample directory under test/lang/objcxx. by Johnny Chen · 13 years ago
  62. 3bc7e5e Add a '-R' option, which is similar to '-r', except that the relocated directory, if exists, will be removed entirely by Johnny Chen · 13 years ago
  63. d67dc54 Fixing the test case so that it runs correctly on i386 as well as on x86_64 by Enrico Granata · 13 years ago
  64. 79bdadd Removing the @expectedFailurei386 decorator from test cases that now work as a result of the latest changes to Value.cpp by Enrico Granata · 13 years ago
  65. 67898a0 Test file renaming. by Johnny Chen · 13 years ago
  66. 1ced142 Remove the expectedFailure decorator as the bug has been fixed. by Johnny Chen · 13 years ago
  67. e787c7e Make sure the "synchronous breakpoint callbacks" get called before the thread plan logic gets invoked, and if they by Jim Ingham · 13 years ago
  68. 80b4de8 Tests decorated with @benchmarks_test do not participate in the remote-macosx test suite run. by Johnny Chen · 13 years ago
  69. be45227 LLDB test suite should also output the config info string along with the stack trace. by Johnny Chen · 13 years ago
  70. e6d88a8 Simplify the progress bar display when neither "-v" nor "-t" is passed to the test driver. by Johnny Chen · 13 years ago
  71. fb3c775 The session file name should be tagged with (architecture, compiler) in addition by Johnny Chen · 13 years ago
  72. 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 · 13 years ago
  73. 67130e4 Add expected failure decorators for test cases which are failing for i386 architecture. by Johnny Chen · 13 years ago
  74. ac97a6b Add the capability of supplying the pre/post-flight functions to the test suite such that by Johnny Chen · 13 years ago
  75. 4fd809c First step to make the test suite runnable for remote platforms. by Johnny Chen · 13 years ago
  76. 2a29bd5 Ditto 'requires modern objc runtime' for TestRealDefinition.py -- fix test suite errors for i386. by Johnny Chen · 13 years ago
  77. f999a77 Ditto 'requires modern objc runtime' for TestObjCProperty.py -- fix test suite errors for i386. by Johnny Chen · 13 years ago
  78. 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 · 13 years ago
  79. bb4800e Make the default architectures to run as both 64 and 32-bit. by Johnny Chen · 13 years ago
  80. 5aa97e0 Changed some tabs to spaces to make Python like this file. by Sean Callanan · 13 years ago
  81. 5b616ec The final batch of adding @dsym_test/@dwarf_test decorators. by Johnny Chen · 13 years ago
  82. 21b1984 Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. by Johnny Chen · 13 years ago
  83. a3ed7d8 Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with by Johnny Chen · 13 years ago
  84. a894fe7 Added a new Host class: ReadWriteLock by Greg Clayton · 13 years ago
  85. 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 · 13 years ago
  86. 0cef6ba Add a Test case to make sure that __apple_types section does get produced by dsymutil. by Johnny Chen · 13 years ago
  87. 4eb1453 Add some more debug prints and retrieve the debug subsections from the DWARF section. by Johnny Chen · 13 years ago
  88. a96b789 Add testcase that verifies that __apple_types is a valid section in a .o file generated by clang. by Johnny Chen · 13 years ago
  89. 3418bfe Disabling blocks support because of rdar://problem/11024417 - This is hopefully just a temporary countermeasure by Enrico Granata · 13 years ago
  90. 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
  91. 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
  92. 6781217 adding a summary for Objective-C type 'Class' by Enrico Granata · 13 years ago
  93. 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
  94. dc0a38c <rdar://problem/11113279> by Greg Clayton · 13 years ago
  95. 60c1006 Fix method name for output. by Eric Christopher · 13 years ago
  96. 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
  97. f2cb7f2 Removing cascading through inheritance chains for data formatters by Enrico Granata · 13 years ago
  98. c811f9f Check in main.c modified for testing hardware watchpoints on arm architectures. by Johnny Chen · 13 years ago
  99. 1abe4c0 Add a '-E' option to the test driver for the purpose of specifying some extra CFLAGS by Johnny Chen · 13 years ago
  100. cf09f88 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 13 years ago