summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/UnwindAssembly
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix handling of the arm IT instruction in the unwinderTamas Berghammer2016-02-101-38/+70
* Remove autoconf support from source directories.Eugene Zelenko2016-01-282-28/+0
* Add support for the LEAVE x86 instruction to AssemblyParse_x86.Jason Molenda2016-01-081-7/+38
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-212-76/+75
* Silence some -Wunused-but-set-variable with gcc 5.2.0Saleem Abdulrasool2015-10-181-10/+2
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-032-4/+0
* Fix assertion failure caused by r245546Tamas Berghammer2015-08-211-9/+24
* Improve instruction emulation based stack unwindingTamas Berghammer2015-08-201-2/+11
* Improve conditional opcode handling in emulation based unwindingTamas Berghammer2015-07-171-8/+12
* [Makefiles] Align library names with CMake buildKeno Fischer2015-07-141-3/+3
* Ignore "push/pop {sp}" in emulation based unwindingTamas Berghammer2015-06-301-3/+8
* Add branch emulation to aarch64 instruction emulatorTamas Berghammer2015-06-261-0/+10
* Improve instruction emulation based stack unwinding on ARMTamas Berghammer2015-06-242-177/+59
* Add support for 'leal' instruction to UnwindAssembly-x86Tamas Berghammer2015-03-251-1/+58
* Initial Assembly profiler for mips64Bhushan D. Attarde2015-03-181-1/+29
* Don't #include ClangPersistentVariables.h from Process.hZachary Turner2015-03-031-0/+1
* Reduce header footprint of Target.hZachary Turner2015-03-031-0/+1
* UnwindPlan::Row refactor -- add support for CFA set by a DWARF expressionPavel Labath2015-02-232-42/+44
OpenPOWER on IntegriCloud