summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/register/TestRegisters.py
Commit message (Expand)AuthorAgeFilesLines
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-281-357/+0
* Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner2015-10-271-1/+1
* Add from __future__ import print_function everywhere.Zachary Turner2015-10-231-3/+5
* Update every test to import `lldb_shared`.Zachary Turner2015-10-221-7/+2
* X86: Change FTAG register size in FXSAVE structureAbhishek Aggarwal2015-10-121-10/+17
* Merge dwarf and dsym testsTamas Berghammer2015-09-301-7/+7
* Re-enable some skipped tests on FreeBSDEd Maste2015-09-251-4/+0
* Reverting r247000 since it's causing TestRegisters.test_fp_special_purpose_re...Oleksiy Vyalov2015-09-081-5/+7
* Bug 24733: TestRegisters.py for Clang inferiorsAbhishek Aggarwal2015-09-081-7/+5
* XFAIL test_fp_special_purpose_register_read on android i386Tamas Berghammer2015-09-071-0/+1
* Skip RegisterCommandsTestCase.test_fp_register_write on Android i386Pavel Labath2015-09-071-0/+1
* Fixup TestRegisters after r246955Pavel Labath2015-09-071-0/+1
* Bug 24457 - X87 FPU Special Purpose RegistersAbhishek Aggarwal2015-09-071-0/+70
* Reversed r238363, because the message is inconsistentSean Callanan2015-07-011-2/+2
* [TestBase.runCmd] Better error message when runCmd fails.Siva Chandra2015-05-271-2/+2
* Check the host platform to determine logging channel to test in TestRegisters.pyRobert Flack2015-05-131-3/+5
* Bug 23051 - Fix zombie processes after lldb-server testsIlia K2015-04-151-1/+0
* Skip a few tests on OS X according to the bug 23181Ilia K2015-04-131-0/+1
* Many many test failures after some recent changes. The problem is lldbtest.ge...Greg Clayton2015-04-021-1/+1
* Update sys.platform switched behavior in tests to use self.getPlatform (remot...Robert Flack2015-04-011-3/+3
* Fix RegisterCommandsTestCase and HelloWorldTestCase tests which hang on OS X ...Ilia K2015-03-261-0/+4
* Fix TestRegisters on remote target.Chaoren Lin2015-02-161-6/+1
* Treat 'amd64' as 'x86_64' as done for other testsEd Maste2014-02-191-2/+3
* Correctly set the working directory when launching processes for both local a...Greg Clayton2013-12-131-1/+1
* test: Skip failure on FreeBSD from test infrastructure issueEd Maste2013-12-121-0/+1
* Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton2013-12-101-1/+1
* test: Skip register test hanging on FreeBSD buildbotEd Maste2013-12-101-0/+1
* test: FreeBSD calls the 64-bit x86 platform amd64Ed Maste2013-12-101-9/+10
* test: Fix match string to work with st0 or stmm0Ed Maste2013-12-101-1/+1
* Use 0x00... as the magic constant to write in st0. That should be reliably 0 ...Enrico Granata2013-11-011-2/+2
* Fix this test to work with either st0 or stmm0Enrico Granata2013-10-311-6/+10
* Re-enable test_convenience_registers_16bit_with_process_attach test for Linux.Michael Sartain2013-10-091-1/+0
* Clean up RegisterContextPOSIX i386 code.Michael Sartain2013-10-091-6/+6
* Enable register log for FreeBSD testsEd Maste2013-09-091-0/+4
* Re-enable TestRegisters and TestTargetWatchAddress on LinuxDaniel Malea2013-09-051-1/+0
* Fixed DataExtractor to correctly display Intel extended doubles.Richard Mitton2013-08-191-0/+4
* Change TestRegisters.py attach case to attach to a.out and enable that test caseAndrew Kaylor2013-07-091-4/+3
* Update TestRegisters for running on Linux (filed llvm.org/pr16301)Daniel Malea2013-06-121-3/+10
* Updating convenience register attach testAndrew Kaylor2013-06-071-9/+22
* Modifies the log directory to ensure that the log file will be found on tear-...Ashok Thirumurthi2013-05-171-3/+3
* Clean up linux test decorators and add links to known bugsDaniel Malea2013-05-151-1/+1
* Avoid $rax for 32-bit inferiors to fix a failing i386 test on the darwin buil...Ashok Thirumurthi2013-05-141-4/+6
* Prevent convenience registers from being included in "read register" as they ...Ashok Thirumurthi2013-05-131-6/+7
* Fixed expression evaluation with convenience registers.Ashok Thirumurthi2013-05-131-0/+6
* Fixed "log enable linux registers" and added a test.Ashok Thirumurthi2013-05-091-1/+24
* <rdar://problem/13788579>Greg Clayton2013-05-021-12/+18
* Refactored convenience register tests to provide some coverage on Linux that ...Ashok Thirumurthi2013-05-011-11/+13
* Adds 64-bit POSIX support for AVXAshok Thirumurthi2013-04-251-2/+15
* Added 64-bit POSIX support to write floating-point vector registers.Ashok Thirumurthi2013-04-231-1/+18
* Added 64-bit POSIX support to write general-purpose floating-point registers.Ashok Thirumurthi2013-04-231-1/+55
OpenPOWER on IntegriCloud