summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/sbdata/TestSBData.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-348/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Convert `long` to `int`, and portably detect all integral types.Zachary Turner2015-10-261-2/+2
* Port the python api decorator to use test categoriesPavel Labath2015-10-261-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-11/+13
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+2
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-29/+16
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-1/+1
* [Python] Allow PyLong values in integer lists (when converting to C lists)Siva Chandra2015-07-011-18/+44
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-1/+1
* Replace sys.platform skips in tests with @skip decorators which check against...Robert Flack2015-03-301-1/+1
* Now that AddressOf() does sane things with const results, this check is wrong...Enrico Granata2014-12-151-4/+0
* Fixes a number of issue related to test portability on Windows.Zachary Turner2014-07-181-1/+0
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-1/+1
* Fix TestSBData.py test case (tested fix Linux/Mac)Daniel Malea2013-02-141-58/+86
* Fix all the test case breakages caused by folks writing tests all over the pl...Jim Ingham2012-09-221-4/+2
* Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.Johnny Chen2012-04-061-0/+2
* added a new formatter for CF(Mutable)BitVectorEnrico Granata2012-03-031-15/+30
* Print out the frame only if self.TraceOn() is True.Johnny Chen2012-02-061-1/+2
* Convert all python objects in our API to use overload the __str__ methodGreg Clayton2012-02-041-3/+4
* 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
* http://llvm.org/bugs/show_bug.cgi?id=11579Johnny Chen2011-12-151-0/+5
* Fix wrong test method name.Johnny Chen2011-09-151-1/+1
* Test should print to stdout only if self.TraceOn() is True.Johnny Chen2011-09-061-10/+20
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-0/+204
OpenPOWER on IntegriCloud