summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/exec/TestExec.py
Commit message (Expand)AuthorAgeFilesLines
* 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-281-0/+85
OpenPOWER on IntegriCloud