summaryrefslogtreecommitdiff
path: root/source/Plugins/UnwindAssembly
AgeCommit message (Expand)Author
2019-10-10Fix the unwinding plan augmentation from x86 assemblyPavel Labath
2019-07-19Support Linux signal return trampolines in frame initializationJoseph Tremoulet
2019-06-05Fix -Wsign-compare by explicit cast after r362557Fangrui Song
2019-06-04Call abs to avoid signed/unsigned comparison warning.Jason Molenda
2019-06-04[lldb] Fix out-of-bounds read after c3ea7c66fec021867e005ad1b02f3c7e80feaa85James Y Knight
2019-06-03Add support for mid-function epilogues on x86 that end in a non-local jump.Jason Molenda
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere
2019-02-10Fix x86 return pattern detectionRaphael Isemann
2019-02-06[x64] Process the B field of the REX prefix correctly for the PUSH and POPAleksandr Urakov
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-10-30[x86] Fix issues with a realigned stack in MSVC compiled applicationsAleksandr Urakov
2018-10-04Fix typos.Bruce Mitchener
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-24Move dumping code out of RegisterValue classPavel Labath
2018-05-29Typo fixes.Bruce Mitchener
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-13Move ArchSpec to the Utility modulePavel Labath
2017-07-08The x86 instruction unwinder can be asked to disassemble non-instruction Jason Molenda
2017-06-29[UnwindAssembly/x86] Add support for "lea imm(%ebp), %esp" patternPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-25PluginUnwindAssemblyX86: add missing linkage to MCDisasmMichal Gorny
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Isolate Target-specific functionality of DataExtractor.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-03-02x86AssemblyInspectionEngine::AugmentUnwindPlanFromCallSite could accessJason Molenda
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2017-02-10Fix another build issue with shared libraries on LinuxChris Bieneman
2017-02-10Fix another build issue with shared libraries on LinuxChris Bieneman
2017-02-10Fix build issue with shared libraries reported via emailChris Bieneman
2017-02-09Revert r294580 , it didn't fix the shared buildIsmail Donmez
2017-02-09Fix shared library buildIsmail Donmez
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-31[CMake] [4/4] Update a batch of pluginsChris Bieneman
2017-01-06Make lldb -Werror clean for -Wstring-conversionDavid Blaikie
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-10-11Add a first unit test for the arm64 instruction profiled unwindJason Molenda
2016-10-04Finish adding the individual instruction tests to the x86 unwinderJason Molenda
2016-10-01Add support for some extended push instructions in i386/x86_64 likeJason Molenda
2016-09-29Re-commit the changes from r282565 that I had to back out because of Jason Molenda
2016-09-28Reverting r282565.Jason Molenda
2016-09-28Refactor the x86 UnwindAssembly class into a separate class calledJason Molenda
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-06-07Now that there are no cycles that cause leaks in the disassembler/instruction...Greg Clayton
2016-02-19Stack unwinding emulation: handle adjustment of FPTamas Berghammer