summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/UnwindAssembly
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
* Fix 'warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wdangli...Alexandre Ganea2019-05-281-10/+20
* 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-193-12/+9
* [x86] Fix issues with a realigned stack in MSVC compiled applicationsAleksandr Urakov2018-10-301-3/+62
* [LLDB] Initial version of PPC64 InstEmulationPavel Labath2018-02-276-17/+293
* Fix memory leaks in TestArm64InstEmulationRaphael Isemann2018-01-221-10/+10
* Move ArchSpec to the Utility modulePavel Labath2017-11-132-2/+2
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-312-7/+7
* 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
* [CMake] Update unit tests with accurate dependenciesChris Bieneman2017-02-012-1/+20
* [lldb] Don't build unit tests for unsupported targetsVedant Kumar2016-11-082-2/+7
* Fix a bug where the EmulateInstructionARM64 handling of STP/LDP instructionsJason Molenda2016-11-011-53/+215
* unittests: Specify types in a bunch of unittest EXPECT'sJustin Bogner2016-10-172-98/+98
* Add an arm64 unit test where the function saves x20 in theJason Molenda2016-10-121-1/+101
* Add a simple frameless function test case to the arm64 unwind unit testsJason Molenda2016-10-122-11/+107
* Fix Arm64InstEmulation tests for windowsPavel Labath2016-10-111-15/+4
* Add a second, more complicated, arm64 example program toJason Molenda2016-10-111-11/+169
* Add a first unit test for the arm64 instruction profiled unwindJason Molenda2016-10-113-0/+168
* 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-293-0/+285
* Reverting r282565.Jason Molenda2016-09-283-285/+0
* Refactor the x86 UnwindAssembly class into a separate class calledJason Molenda2016-09-283-0/+285
OpenPOWER on IntegriCloud