summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the unwinding plan augmentation from x86 assemblyPavel Labath2019-10-101-0/+91
* Add support for mid-function epilogues on x86 that end in a non-local jump.Jason Molenda2019-06-031-0/+122
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-2/+3
* Fix x86 return pattern detectionRaphael Isemann2019-02-101-0/+170
* [x64] Process the B field of the REX prefix correctly for the PUSH and POPAleksandr Urakov2019-02-061-0/+54
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [x86] Fix issues with a realigned stack in MSVC compiled applicationsAleksandr Urakov2018-10-301-3/+62
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-311-2/+2
* The x86 instruction unwinder can be asked to disassemble non-instruction Jason Molenda2017-07-081-0/+25
* [UnwindAssembly/x86] Add support for "lea imm(%ebp), %esp" patternPavel Labath2017-06-291-0/+78
* unittests: Specify types in a bunch of unittest EXPECT'sJustin Bogner2016-10-171-81/+81
* Add a simple frameless function test case to the arm64 unwind unit testsJason Molenda2016-10-121-9/+8
* Add i386/x86_64 tests of the eh_frame augmentation code in the x86Jason Molenda2016-10-051-5/+208
* Finish adding the individual instruction tests to the x86 unwinderJason Molenda2016-10-041-6/+670
* Add unit tests for specific instruction patterns that the x86Jason Molenda2016-10-011-0/+519
* Add support for some extended push instructions in i386/x86_64 likeJason Molenda2016-10-011-18/+312
* Add unit tests for simple frameless i386 and x86_64 functionJason Molenda2016-09-301-3/+222
* Switch to using TEST_EQ, TEST_FALSE where appropriate.Jason Molenda2016-09-291-43/+44
* Add a unit test for an x86_64 assembly inspection of Jason Molenda2016-09-291-18/+177
* Re-commit the changes from r282565 that I had to back out because of Jason Molenda2016-09-291-0/+281
* Reverting r282565.Jason Molenda2016-09-281-281/+0
* Refactor the x86 UnwindAssembly class into a separate class calledJason Molenda2016-09-281-0/+281
OpenPOWER on IntegriCloud