index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
test
/
functionalities
/
register
/
TestRegisters.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
1
-357
/
+0
*
Rename `lldb_shared` to `use_lldb_suite`.
Zachary Turner
2015-10-27
1
-1
/
+1
*
Add from __future__ import print_function everywhere.
Zachary Turner
2015-10-23
1
-3
/
+5
*
Update every test to import `lldb_shared`.
Zachary Turner
2015-10-22
1
-7
/
+2
*
X86: Change FTAG register size in FXSAVE structure
Abhishek Aggarwal
2015-10-12
1
-10
/
+17
*
Merge dwarf and dsym tests
Tamas Berghammer
2015-09-30
1
-7
/
+7
*
Re-enable some skipped tests on FreeBSD
Ed Maste
2015-09-25
1
-4
/
+0
*
Reverting r247000 since it's causing TestRegisters.test_fp_special_purpose_re...
Oleksiy Vyalov
2015-09-08
1
-5
/
+7
*
Bug 24733: TestRegisters.py for Clang inferiors
Abhishek Aggarwal
2015-09-08
1
-7
/
+5
*
XFAIL test_fp_special_purpose_register_read on android i386
Tamas Berghammer
2015-09-07
1
-0
/
+1
*
Skip RegisterCommandsTestCase.test_fp_register_write on Android i386
Pavel Labath
2015-09-07
1
-0
/
+1
*
Fixup TestRegisters after r246955
Pavel Labath
2015-09-07
1
-0
/
+1
*
Bug 24457 - X87 FPU Special Purpose Registers
Abhishek Aggarwal
2015-09-07
1
-0
/
+70
*
Reversed r238363, because the message is inconsistent
Sean Callanan
2015-07-01
1
-2
/
+2
*
[TestBase.runCmd] Better error message when runCmd fails.
Siva Chandra
2015-05-27
1
-2
/
+2
*
Check the host platform to determine logging channel to test in TestRegisters.py
Robert Flack
2015-05-13
1
-3
/
+5
*
Bug 23051 - Fix zombie processes after lldb-server tests
Ilia K
2015-04-15
1
-1
/
+0
*
Skip a few tests on OS X according to the bug 23181
Ilia K
2015-04-13
1
-0
/
+1
*
Many many test failures after some recent changes. The problem is lldbtest.ge...
Greg Clayton
2015-04-02
1
-1
/
+1
*
Update sys.platform switched behavior in tests to use self.getPlatform (remot...
Robert Flack
2015-04-01
1
-3
/
+3
*
Fix RegisterCommandsTestCase and HelloWorldTestCase tests which hang on OS X ...
Ilia K
2015-03-26
1
-0
/
+4
*
Fix TestRegisters on remote target.
Chaoren Lin
2015-02-16
1
-6
/
+1
*
Treat 'amd64' as 'x86_64' as done for other tests
Ed Maste
2014-02-19
1
-2
/
+3
*
Correctly set the working directory when launching processes for both local a...
Greg Clayton
2013-12-13
1
-1
/
+1
*
test: Skip failure on FreeBSD from test infrastructure issue
Ed Maste
2013-12-12
1
-0
/
+1
*
Massive test suite cleanup to stop everyone from manually having to compute "...
Greg Clayton
2013-12-10
1
-1
/
+1
*
test: Skip register test hanging on FreeBSD buildbot
Ed Maste
2013-12-10
1
-0
/
+1
*
test: FreeBSD calls the 64-bit x86 platform amd64
Ed Maste
2013-12-10
1
-9
/
+10
*
test: Fix match string to work with st0 or stmm0
Ed Maste
2013-12-10
1
-1
/
+1
*
Use 0x00... as the magic constant to write in st0. That should be reliably 0 ...
Enrico Granata
2013-11-01
1
-2
/
+2
*
Fix this test to work with either st0 or stmm0
Enrico Granata
2013-10-31
1
-6
/
+10
*
Re-enable test_convenience_registers_16bit_with_process_attach test for Linux.
Michael Sartain
2013-10-09
1
-1
/
+0
*
Clean up RegisterContextPOSIX i386 code.
Michael Sartain
2013-10-09
1
-6
/
+6
*
Enable register log for FreeBSD tests
Ed Maste
2013-09-09
1
-0
/
+4
*
Re-enable TestRegisters and TestTargetWatchAddress on Linux
Daniel Malea
2013-09-05
1
-1
/
+0
*
Fixed DataExtractor to correctly display Intel extended doubles.
Richard Mitton
2013-08-19
1
-0
/
+4
*
Change TestRegisters.py attach case to attach to a.out and enable that test case
Andrew Kaylor
2013-07-09
1
-4
/
+3
*
Update TestRegisters for running on Linux (filed llvm.org/pr16301)
Daniel Malea
2013-06-12
1
-3
/
+10
*
Updating convenience register attach test
Andrew Kaylor
2013-06-07
1
-9
/
+22
*
Modifies the log directory to ensure that the log file will be found on tear-...
Ashok Thirumurthi
2013-05-17
1
-3
/
+3
*
Clean up linux test decorators and add links to known bugs
Daniel Malea
2013-05-15
1
-1
/
+1
*
Avoid $rax for 32-bit inferiors to fix a failing i386 test on the darwin buil...
Ashok Thirumurthi
2013-05-14
1
-4
/
+6
*
Prevent convenience registers from being included in "read register" as they ...
Ashok Thirumurthi
2013-05-13
1
-6
/
+7
*
Fixed expression evaluation with convenience registers.
Ashok Thirumurthi
2013-05-13
1
-0
/
+6
*
Fixed "log enable linux registers" and added a test.
Ashok Thirumurthi
2013-05-09
1
-1
/
+24
*
<rdar://problem/13788579>
Greg Clayton
2013-05-02
1
-12
/
+18
*
Refactored convenience register tests to provide some coverage on Linux that ...
Ashok Thirumurthi
2013-05-01
1
-11
/
+13
*
Adds 64-bit POSIX support for AVX
Ashok Thirumurthi
2013-04-25
1
-2
/
+15
*
Added 64-bit POSIX support to write floating-point vector registers.
Ashok Thirumurthi
2013-04-23
1
-1
/
+18
*
Added 64-bit POSIX support to write general-purpose floating-point registers.
Ashok Thirumurthi
2013-04-23
1
-1
/
+55
[next]