summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api
Commit message (Expand)AuthorAgeFilesLines
...
* Remove duplicated new file contentEd Maste2014-10-243-93/+0
* Fix a problem where an SBType was advertising its static type class even thou...Enrico Granata2014-10-232-0/+37
* Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner2014-10-225-0/+335
* Fixed python API event test cases.Greg Clayton2014-10-171-39/+46
* Fixed stdio redirection within LLDB to "do the right thing" in all cases.Greg Clayton2014-10-142-30/+226
* Limit test to DarwinEd Maste2014-10-021-0/+1
* Extend the member function discovery APIs to also support Objective-C as well...Enrico Granata2014-09-193-2/+30
* Change SBType.GetMemberFunctionAtIndex() to return an object describing the m...Enrico Granata2014-09-151-9/+12
* Add logic to LLDB to figure out the types of member functions of C++ classes....Enrico Granata2014-09-123-0/+114
* Get test executables compiling on Windows.Zachary Turner2014-08-138-61/+91
* Don't hand compute mydir, do it using "TestBase.compute_mydir(__file__)".Greg Clayton2014-08-011-1/+1
* Add decorator for FreeBSD test failure - malloc() breakpoint issueEd Maste2014-08-011-0/+1
* Fixes a number of issue related to test portability on Windows.Zachary Turner2014-07-182-2/+0
* Marked TestTargetAPI.test_launch_new_process_and_redirect_stdout_with_* as XF...Todd Fiala2014-07-091-0/+2
* If a breakpoint gets deleted, any SBBreakpoints representing thatJim Ingham2014-07-023-0/+84
* Part 2 of SBUnitSignals check-in.Todd Fiala2014-06-233-0/+74
* Add support for inspecting enum members.Todd Fiala2014-06-022-1/+11
* I removed SetCallback from the Python API's since it wasn't actually useful, ...Jim Ingham2014-04-031-1/+2
* Fix malloc thread step-out test on FreeBSDEd Maste2014-03-071-1/+9
* Enabled TestSetWatchlocation.py on Linux.Todd Fiala2014-02-281-1/+0
* FreeBSD hardware watchpoint implementationEd Maste2014-02-196-6/+0
* <rdar://problem/15960553>Enrico Granata2014-02-183-0/+85
* Merging the iohandler branch back into main. Greg Clayton2014-01-276-86/+0
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-1326-40/+40
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-1036-36/+36
* test: Update decorators for FreeBSD failures with threaded inferior supportEd Maste2013-12-091-1/+0
* test: Add annotation for FreeBSD failures w/ threaded inferiorsEd Maste2013-12-091-0/+1
* Removing expected failure decorator for a test that's passing.Andrew Kaylor2013-10-301-1/+0
* Mark 32/64-bit tests as expected fail after root causing and referencing bugz...Matt Kopec2013-09-262-1/+6
* Changed fuzz tests to not print their values (we only need to test if access ...Richard Mitton2013-09-2513-18/+18
* Update Linux bug tracker link in TestPrintStackTracesDaniel Malea2013-09-171-1/+1
* Re-enable TestRegisters and TestTargetWatchAddress on LinuxDaniel Malea2013-09-051-1/+0
* Attach by name tests now pass on FreeBSDEd Maste2013-08-301-1/+0
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-263-5/+5
* Set an extra debug flag when testing with ICC so that it generates the correc...Matt Kopec2013-07-311-0/+4
* Assorted test suite fixes as a result of GCC 4.8 validation effortsDaniel Malea2013-07-301-0/+7
* tests: Mark expected FreeBSD failures due to pr16699Ed Maste2013-07-251-0/+1
* tests: Mark expected FreeBSD failures due to pr16706Ed Maste2013-07-256-0/+6
* tests: Mark expected FreeBSD failures due to pr16696Ed Maste2013-07-241-0/+1
* test_iter_registers is expected to fail on FreeBSDEd Maste2013-07-241-0/+1
* <rdar://problem/14194128>Enrico Granata2013-06-183-0/+140
* Disabling another watchpoint test with intermittent failure.Matt Kopec2013-05-301-0/+1
* Disabling watchpoint test with intermittent failure.Andrew Kaylor2013-05-291-0/+1
* Removing expected fail from another test that is now passing.Andrew Kaylor2013-05-291-1/+0
* Removing expected failures for watchpoint tests which are now passing.Andrew Kaylor2013-05-291-1/+0
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-157-7/+7
* Re-enable tests disabled due to llvm.org/pr14541Daniel Malea2013-05-151-1/+0
* Add watchpoint support for Linux on 64-bit host.Matt Kopec2013-05-074-4/+0
* skip randomly failing test to avoid buildbot noiseDaniel Malea2013-04-261-1/+1
* Avoid hang in attach-by-name test caseDaniel Malea2013-04-011-1/+1
OpenPOWER on IntegriCloud