summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
Commit message (Expand)AuthorAgeFilesLines
...
* Mark TestChangeValueAPI.py as expected fail with gcc as it still reproduces.Matt Kopec2013-03-191-0/+1
* Fixed incorrect python that was trying to validate that we got a valid lldb.S...Greg Clayton2013-03-1910-20/+20
* Rework TestChangedValueAPI.py to account for gcc setting multiple breakpoints.Matt Kopec2013-03-152-3/+16
* Minor test runner improvemenstDaniel Malea2013-02-192-1/+4
* Fix misuse of python subprocess module (caused "leaking" processes and garbli...Daniel Malea2013-02-151-10/+6
* Linux test case cleanup:Daniel Malea2013-02-151-1/+0
* Fix TestSBData.py test case (tested fix Linux/Mac)Daniel Malea2013-02-141-58/+86
* Update test scripts and Makefiles to allow testing with GCC:Daniel Malea2013-01-254-4/+4
* Marking test cases with @expectedFailureLinux as per recently opened bugsDaniel Malea2013-01-243-1/+2
* This patch removes the SymbolFileSymtab support Sean Callanan2012-12-191-1/+1
* Test suite cleanup for Linux: mark test cases expected to fail due to open bu...Daniel Malea2012-12-191-0/+1
* Marking test_lldb_iter_frame in TestLLDBIterator.py as expectedFailureLinux (...Andrew Kaylor2012-12-131-0/+1
* Marking TestPrintStackTraces.py as expectedFailureLinux (due to lack of multi...Andrew Kaylor2012-12-121-0/+1
* Remove decorator to skip event testsDaniel Malea2012-11-231-2/+0
* Update test status on LinuxDaniel Malea2012-11-237-0/+7
* Temporarily skip tests known to hang on LinuxDaniel Malea2012-11-191-0/+2
* Patch from Dan Malea daniel.malea@gmail.com to add some requiredJason Molenda2012-11-084-0/+7
* Fixing the test case for rdar://12481949 to do the right thing with our new r...Enrico Granata2012-10-241-2/+4
* <rdar://problem/12481949> Fixing SBValue.GetValueAsSigned() to do the right t...Enrico Granata2012-10-243-0/+89
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-222-12/+5
* Initial commit of a new testsuite feature: test categories.Enrico Granata2012-09-211-0/+1
* Added SBDebugger's log callbacks to Python-landFilipe Cabecinhas2012-08-251-6/+7
* Added a test for the Python part of SBInputReader callbacks.Filipe Cabecinhas2012-08-223-0/+57
* Added a typemap and wrappers for SBInputReader callbacksFilipe Cabecinhas2012-08-221-1/+4
* Fix a crash (_wrap_SBDebugger_SetInputFileHandle -> PyString_AsString) runnin...Johnny Chen2012-08-201-1/+4
* A baton isn't needed to dispatch input.Filipe Cabecinhas2012-08-201-1/+1
* rdar://problem/11584012Johnny Chen2012-06-049-10/+68
* Clean renamed files on 'make clean'Filipe Cabecinhas2012-05-301-0/+3
* Add SBProcess::GetNumSupportedHardwareWatchpoints() API and export it through...Johnny Chen2012-05-232-0/+26
* <rdar://problem/11358639>Greg Clayton2012-05-082-2/+2
* Fixing the test case so that it runs correctly on i386 as well as on x86_64Enrico Granata2012-04-242-4/+6
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-0624-3/+79
* Added a new Host class: ReadWriteLockGreg Clayton2012-04-052-1/+4
* Synthetic values are now automatically enabled and active by default. SBValue...Enrico Granata2012-03-273-1/+85
* Export the APIs submitted by Dawn to the Python bindings. Add a simple test ...Johnny Chen2012-03-164-1/+39
* Add test case associated with:Johnny Chen2012-03-152-2/+66
* rdar://problem/10976649Johnny Chen2012-03-051-0/+62
* added a new formatter for CF(Mutable)BitVectorEnrico Granata2012-03-031-15/+30
* Adding formatters for several useful Objective-C/Cocoa data types. The new ca...Enrico Granata2012-02-171-0/+15
* adding a new test case for the SB formatters APIEnrico Granata2012-02-154-0/+327
* Print out the frame only if self.TraceOn() is True.Johnny Chen2012-02-061-1/+2
* Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton2012-02-064-7/+7
* Convert all python objects in our API to use overload the __str__ methodGreg Clayton2012-02-043-9/+10
* Added fuzz testing for when we call API calls with an invalid object.Greg Clayton2012-01-313-1/+33
* Dump the raw bytes and the disassembled instruction before calling self.asser...Johnny Chen2012-01-231-3/+3
* Add comment regarding TestHelloWorld.py's use of a dictionary to specify/over...Johnny Chen2012-01-181-0/+1
* Modify the test cases so that each uses a unique executable name for the debu...Johnny Chen2012-01-181-8/+15
* rdar://problem/10492827Johnny Chen2012-01-122-3/+5
* Patch from Enrico Granata that moves SBData related functions into the SBDataGreg Clayton2012-01-071-6/+43
* http://llvm.org/bugs/show_bug.cgi?id=11619Johnny Chen2012-01-061-0/+42
OpenPOWER on IntegriCloud