summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/UnwindAssembly
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-032-19/+257
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-233-7/+7
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-104-12/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-132-18/+18
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* 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-196-24/+18
* Simplify Boolean expressionsJonas Devlieghere2018-12-152-22/+14
* Remove header grouping comments.Jonas Devlieghere2018-11-112-8/+0
* [x86] Fix issues with a realigned stack in MSVC compiled applicationsAleksandr Urakov2018-10-303-74/+249
* Fix typos.Bruce Mitchener2018-10-041-1/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Move dumping code out of RegisterValue classPavel Labath2018-07-241-2/+3
* Typo fixes.Bruce Mitchener2018-05-291-3/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-303-120/+95
* Move ArchSpec to the Utility modulePavel Labath2017-11-133-5/+4
* The x86 instruction unwinder can be asked to disassemble non-instruction Jason Molenda2017-07-082-9/+13
* [UnwindAssembly/x86] Add support for "lea imm(%ebp), %esp" patternPavel Labath2017-06-292-0/+34
* Rename Error -> Status.Zachary Turner2017-05-122-7/+7
* PluginUnwindAssemblyX86: add missing linkage to MCDisasmMichal Gorny2017-03-251-0/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-1/+3
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* x86AssemblyInspectionEngine::AugmentUnwindPlanFromCallSite could accessJason Molenda2017-03-021-4/+5
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Fix another build issue with shared libraries on LinuxChris Bieneman2017-02-101-2/+0
* Fix another build issue with shared libraries on LinuxChris Bieneman2017-02-101-0/+2
* Fix build issue with shared libraries reported via emailChris Bieneman2017-02-101-0/+1
* Revert r294580 , it didn't fix the shared buildIsmail Donmez2017-02-091-1/+0
* Fix shared library buildIsmail Donmez2017-02-091-0/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-023-4/+4
* [CMake] [4/4] Update a batch of pluginsChris Bieneman2017-01-312-2/+15
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-9/+8
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-8/+7
* Add a first unit test for the arm64 instruction profiled unwindJason Molenda2016-10-112-13/+48
* Finish adding the individual instruction tests to the x86 unwinderJason Molenda2016-10-042-2/+51
* Add support for some extended push instructions in i386/x86_64 likeJason Molenda2016-10-012-30/+75
* Re-commit the changes from r282565 that I had to back out because of Jason Molenda2016-09-295-1197/+1364
* Reverting r282565.Jason Molenda2016-09-285-1369/+1197
* Refactor the x86 UnwindAssembly class into a separate class calledJason Molenda2016-09-285-1197/+1369
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-064-2126/+1891
* Now that there are no cycles that cause leaks in the disassembler/instruction...Greg Clayton2016-06-071-3/+0
* Stack unwinding emulation: handle adjustment of FPTamas Berghammer2016-02-191-1/+16
OpenPOWER on IntegriCloud