summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/register
Commit message (Expand)AuthorAgeFilesLines
* [Python] Python 2 and Python 3 disagree on `/`.Davide Italiano2019-01-311-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-195-20/+15
* Un-XFail TestYMMRegister on linuxPavel Labath2018-12-181-1/+0
* Fix whitespace in the python test suite.Raphael Isemann2018-07-271-1/+1
* [lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...Stella Stamenova2018-07-022-2/+3
* [lit, windows] Disable a number of tests that are failing on WindowsStella Stamenova2018-06-071-0/+8
* [test] Skip a test when using an out-of-tree debugserverVedant Kumar2018-03-081-0/+1
* Upstreaming avx512 register support in debugserver. These changesJason Molenda2018-03-063-19/+223
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-301-1/+1
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-194-7/+7
* Fix floating point register write on new x86 linux kernelsPavel Labath2017-11-281-7/+11
* Add support for running the lldb testsuite against an apple watchJason Molenda2017-09-271-4/+4
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-251-2/+33
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-251-33/+2
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-221-2/+33
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-211-33/+2
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-211-2/+33
* Process: fix FXSAVE on x86Saleem Abdulrasool2017-08-231-1/+1
* Don't attempt to use mpx registers on unsupported platformsFrancis Ricci2017-05-032-0/+10
* Mark TestYMMRegister as no_debug_info_testPavel Labath2017-03-011-0/+1
* Switch "posix" to the new log channel registration mechanismPavel Labath2017-02-231-11/+5
* Test for YMMRegisters.Ravitheja Addepally2016-11-033-0/+149
* Add bound violation handling for Intel(R) Memory Protection Extensions (Intel...Valentina Giusti2016-10-063-0/+104
* Improve test for Intel(R) MPX registers.Valentina Giusti2016-10-062-25/+8
* Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-087-4/+172
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-74/+141
* Revert "Intel(R) Memory Protection Extensions (Intel(R) MPX) support."Dimitar Vlahovski2016-09-067-156/+4
* Intel(R) Memory Protection Extensions (Intel(R) MPX) support.Valentina Giusti2016-09-057-4/+156
* Remove the skipUnlessArch decorator.Zachary Turner2016-02-091-7/+7
* Move the rest of the tests over to using the new decorator module.Zachary Turner2016-02-041-1/+2
* Centralize the handling of attach permissions on linux in testsPavel Labath2016-01-111-16/+1
* Add NetBSD in platform specific logging of the specified category in Register...Kamil Rytarowski2015-12-071-0/+3
* Fix TestRegisters.py on armTamas Berghammer2015-11-261-1/+1
* Make some of the tests in TestRegisters.py arm compatibleTamas Berghammer2015-11-262-117/+101
* Teach LLDB how to directly launch processes on the iOS simulatorEnrico Granata2015-11-051-0/+7
* Remove `use_lldb_suite` from the package, and don't import it anymore.Zachary Turner2015-11-031-1/+1
* Tighten up sys.path, and use absolute imports everywhere.Zachary Turner2015-11-031-2/+2
* Move lldb/test to lldb/packages/Python/lldbsuite/test.Zachary Turner2015-10-284-0/+455
OpenPOWER on IntegriCloud