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