summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the unwinding plan augmentation from x86 assemblyPavel Labath2019-10-101-16/+15
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+1
* Fix -Wsign-compare by explicit cast after r362557Fangrui Song2019-06-051-1/+1
* Call abs to avoid signed/unsigned comparison warning.Jason Molenda2019-06-041-1/+1
* [lldb] Fix out-of-bounds read after c3ea7c66fec021867e005ad1b02f3c7e80feaa85James Y Knight2019-06-041-1/+1
* Add support for mid-function epilogues on x86 that end in a non-local jump.Jason Molenda2019-06-031-19/+245
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-1/+3
* Fix x86 return pattern detectionRaphael Isemann2019-02-101-2/+2
* [x64] Process the B field of the REX prefix correctly for the PUSH and POPAleksandr Urakov2019-02-061-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-19/+11
* [x86] Fix issues with a realigned stack in MSVC compiled applicationsAleksandr Urakov2018-10-301-73/+241
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-70/+56
* The x86 instruction unwinder can be asked to disassemble non-instruction Jason Molenda2017-07-081-8/+12
* [UnwindAssembly/x86] Add support for "lea imm(%ebp), %esp" patternPavel Labath2017-06-291-0/+33
* x86AssemblyInspectionEngine::AugmentUnwindPlanFromCallSite could accessJason Molenda2017-03-021-4/+5
* Finish adding the individual instruction tests to the x86 unwinderJason Molenda2016-10-041-2/+49
* Add support for some extended push instructions in i386/x86_64 likeJason Molenda2016-10-011-30/+74
* Re-commit the changes from r282565 that I had to back out because of Jason Molenda2016-09-291-0/+1112
* Reverting r282565.Jason Molenda2016-09-281-1117/+0
* Refactor the x86 UnwindAssembly class into a separate class calledJason Molenda2016-09-281-0/+1117
OpenPOWER on IntegriCloud