summaryrefslogtreecommitdiff
path: root/lldb/test/python_api
AgeCommit message (Expand)Author
2014-10-24Remove duplicated new file contentEd Maste
2014-10-23Fix a problem where an SBType was advertising its static type class even thou...Enrico Granata
2014-10-22Added functions to the C++ API, for the benefit of non-8-bit byte architectures.Matthew Gardiner
2014-10-17Fixed python API event test cases.Greg Clayton
2014-10-14Fixed stdio redirection within LLDB to "do the right thing" in all cases.Greg Clayton
2014-10-02Limit test to DarwinEd Maste
2014-09-19Extend the member function discovery APIs to also support Objective-C as well...Enrico Granata
2014-09-15Change SBType.GetMemberFunctionAtIndex() to return an object describing the m...Enrico Granata
2014-09-12Add logic to LLDB to figure out the types of member functions of C++ classes....Enrico Granata
2014-08-13Get test executables compiling on Windows.Zachary Turner
2014-08-01Don't hand compute mydir, do it using "TestBase.compute_mydir(__file__)".Greg Clayton
2014-08-01Add decorator for FreeBSD test failure - malloc() breakpoint issueEd Maste
2014-07-18Fixes a number of issue related to test portability on Windows.Zachary Turner
2014-07-09Marked TestTargetAPI.test_launch_new_process_and_redirect_stdout_with_* as XF...Todd Fiala
2014-07-02If a breakpoint gets deleted, any SBBreakpoints representing thatJim Ingham
2014-06-23Part 2 of SBUnitSignals check-in.Todd Fiala
2014-06-02Add support for inspecting enum members.Todd Fiala
2014-04-03I removed SetCallback from the Python API's since it wasn't actually useful, ...Jim Ingham
2014-03-07Fix malloc thread step-out test on FreeBSDEd Maste
2014-02-28Enabled TestSetWatchlocation.py on Linux.Todd Fiala
2014-02-19FreeBSD hardware watchpoint implementationEd Maste
2014-02-18<rdar://problem/15960553>Enrico Granata
2014-01-27Merging the iohandler branch back into main. Greg Clayton
2013-12-13Correctly set the working directory when launching processes for both local a...Greg Clayton
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-12-09test: Update decorators for FreeBSD failures with threaded inferior supportEd Maste
2013-12-09test: Add annotation for FreeBSD failures w/ threaded inferiorsEd Maste
2013-10-30Removing expected failure decorator for a test that's passing.Andrew Kaylor
2013-09-26Mark 32/64-bit tests as expected fail after root causing and referencing bugz...Matt Kopec
2013-09-25Changed fuzz tests to not print their values (we only need to test if access ...Richard Mitton
2013-09-17Update Linux bug tracker link in TestPrintStackTracesDaniel Malea
2013-09-05Re-enable TestRegisters and TestTargetWatchAddress on LinuxDaniel Malea
2013-08-30Attach by name tests now pass on FreeBSDEd Maste
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea
2013-07-31Set an extra debug flag when testing with ICC so that it generates the correc...Matt Kopec
2013-07-30Assorted test suite fixes as a result of GCC 4.8 validation effortsDaniel Malea
2013-07-25tests: Mark expected FreeBSD failures due to pr16699Ed Maste
2013-07-25tests: Mark expected FreeBSD failures due to pr16706Ed Maste
2013-07-24tests: Mark expected FreeBSD failures due to pr16696Ed Maste
2013-07-24test_iter_registers is expected to fail on FreeBSDEd Maste
2013-06-18<rdar://problem/14194128>Enrico Granata
2013-05-30Disabling another watchpoint test with intermittent failure.Matt Kopec
2013-05-29Disabling watchpoint test with intermittent failure.Andrew Kaylor
2013-05-29Removing expected fail from another test that is now passing.Andrew Kaylor
2013-05-29Removing expected failures for watchpoint tests which are now passing.Andrew Kaylor
2013-05-15Clean up linux test decorators and add links to known bugsDaniel Malea
2013-05-15Re-enable tests disabled due to llvm.org/pr14541Daniel Malea
2013-05-07Add watchpoint support for Linux on 64-bit host.Matt Kopec
2013-04-26skip randomly failing test to avoid buildbot noiseDaniel Malea
2013-04-01Avoid hang in attach-by-name test caseDaniel Malea