summaryrefslogtreecommitdiff
path: root/lldb/test/functionalities/register
AgeCommit message (Expand)Author
2015-10-28Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner
2015-10-27Rename `lldb_shared` to `use_lldb_suite`.Zachary Turner
2015-10-23Add from __future__ import print_function everywhere.Zachary Turner
2015-10-22Update every test to import `lldb_shared`.Zachary Turner
2015-10-12X86: Change FTAG register size in FXSAVE structureAbhishek Aggarwal
2015-09-30Merge dwarf and dsym testsTamas Berghammer
2015-09-25Re-enable some skipped tests on FreeBSDEd Maste
2015-09-08Reverting r247000 since it's causing TestRegisters.test_fp_special_purpose_re...Oleksiy Vyalov
2015-09-08Bug 24733: TestRegisters.py for Clang inferiorsAbhishek Aggarwal
2015-09-07XFAIL test_fp_special_purpose_register_read on android i386Tamas Berghammer
2015-09-07Skip RegisterCommandsTestCase.test_fp_register_write on Android i386Pavel Labath
2015-09-07Fixup TestRegisters after r246955Pavel Labath
2015-09-07Bug 24457 - X87 FPU Special Purpose RegistersAbhishek Aggarwal
2015-08-25Fix a bunch of portability issues in test executables.Zachary Turner
2015-07-01Reversed r238363, because the message is inconsistentSean Callanan
2015-05-27[TestBase.runCmd] Better error message when runCmd fails.Siva Chandra
2015-05-13Check the host platform to determine logging channel to test in TestRegisters.pyRobert Flack
2015-04-15Bug 23051 - Fix zombie processes after lldb-server testsIlia K
2015-04-13Skip a few tests on OS X according to the bug 23181Ilia K
2015-04-02Many many test failures after some recent changes. The problem is lldbtest.ge...Greg Clayton
2015-04-01Update sys.platform switched behavior in tests to use self.getPlatform (remot...Robert Flack
2015-03-26Fix RegisterCommandsTestCase and HelloWorldTestCase tests which hang on OS X ...Ilia K
2015-02-16Fix TestRegisters on remote target.Chaoren Lin
2014-10-26Fix up TestRegisters for Linux ptracer lock-down.Todd Fiala
2014-02-19Treat 'amd64' as 'x86_64' as done for other testsEd Maste
2013-12-13Correctly set the working directory when launching processes for both local a...Greg Clayton
2013-12-12test: Skip failure on FreeBSD from test infrastructure issueEd Maste
2013-12-10Massive test suite cleanup to stop everyone from manually having to compute "...Greg Clayton
2013-12-10test: Skip register test hanging on FreeBSD buildbotEd Maste
2013-12-10test: FreeBSD calls the 64-bit x86 platform amd64Ed Maste
2013-12-10test: Fix match string to work with st0 or stmm0Ed Maste
2013-11-01Use 0x00... as the magic constant to write in st0. That should be reliably 0 ...Enrico Granata
2013-10-31Fix this test to work with either st0 or stmm0Enrico Granata
2013-10-09Re-enable test_convenience_registers_16bit_with_process_attach test for Linux.Michael Sartain
2013-10-09Clean up RegisterContextPOSIX i386 code.Michael Sartain
2013-09-09Enable register log for FreeBSD testsEd Maste
2013-09-05Re-enable TestRegisters and TestTargetWatchAddress on LinuxDaniel Malea
2013-08-19Fixed DataExtractor to correctly display Intel extended doubles.Richard Mitton
2013-07-09Change TestRegisters.py attach case to attach to a.out and enable that test caseAndrew Kaylor
2013-06-12Update TestRegisters for running on Linux (filed llvm.org/pr16301)Daniel Malea
2013-06-07Updating convenience register attach testAndrew Kaylor
2013-05-17Modifies the log directory to ensure that the log file will be found on tear-...Ashok Thirumurthi
2013-05-15Clean up linux test decorators and add links to known bugsDaniel Malea
2013-05-14Avoid $rax for 32-bit inferiors to fix a failing i386 test on the darwin buil...Ashok Thirumurthi
2013-05-13Prevent convenience registers from being included in "read register" as they ...Ashok Thirumurthi
2013-05-13Fixed expression evaluation with convenience registers.Ashok Thirumurthi
2013-05-09Fixed "log enable linux registers" and added a test.Ashok Thirumurthi
2013-05-02<rdar://problem/13788579>Greg Clayton
2013-05-01Refactored convenience register tests to provide some coverage on Linux that ...Ashok Thirumurthi
2013-04-25Adds 64-bit POSIX support for AVXAshok Thirumurthi