summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/exec
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-021-2/+0
* Fix `skipIfSanitized` decorator on macOSJonas Devlieghere2019-08-011-2/+2
* [lldb] [test] Mark three new tests XFAIL on NetBSDMichal Gorny2019-07-291-0/+2
* LLGS: fix tracking execve on linuxPavel Labath2019-07-252-73/+13
* [testsuite] Remove unused seven module imports.Jonas Devlieghere2019-01-281-10/+0
* Disable a few tests on the green dragon sanitzier bot.Adrian Prantl2018-12-201-0/+2
* Add extra diagnostics to testAdrian Prantl2018-11-101-0/+4
* Fix whitespace in the python test suite.Raphael Isemann2018-07-271-1/+1
* Fix TestExec after r334783Frederic Riss2018-06-151-8/+1
* Change TestExec.py from creating an i386+x86_64 fat binaryJason Molenda2018-06-155-90/+87
* [dotest] Clean up test folder clean-upPavel Labath2018-03-161-1/+0
* [dotest] make debug info variant accessible in setUp()Pavel Labath2018-02-051-1/+1
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-301-6/+6
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-191-2/+2
* Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase.Jim Ingham2018-01-121-3/+1
* Cut and paste error - I wasn't actually running both tests...Jim Ingham2018-01-091-1/+1
* Temporarily XFAIL test/functionalities/exec while investiagting bot breakage.Adrian Prantl2017-12-191-0/+2
* These tests don't depend on debug info format.Jim Ingham2017-12-071-0/+2
* Add target.process.stop-on-exec setting, and obey it.Jim Ingham2017-12-051-12/+32
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-251-0/+6
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-251-6/+0
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-221-0/+6
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-211-6/+0
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-211-0/+6
* xfail TestExec.py on macOS i386Todd Fiala2016-10-061-0/+1
* Add the ability for the task port to change when a process execs.Greg Clayton2016-09-281-1/+0
* xfail TestExec.py on macOSTodd Fiala2016-09-271-0/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-25/+40
* When calling TypeSystemMap::Clear, objects being destroyed in the process of Jim Ingham2016-02-121-17/+16
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-041-2/+3
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-031-1/+1
* Python 3 - Don't use `commands` module anymore.Zachary Turner2015-11-031-2/+2
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-031-4/+4
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-283-0/+184
OpenPOWER on IntegriCloud