summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] [ARM] Use r11 as frame pointer on Windows on ARMMartin Storsjö2019-11-291-2/+6
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-191-0/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-7/+7
* Fix UNPREDICTABLE check in EmulateInstructionARM::EmulateADDRegShiftRaphael Isemann2019-04-271-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-40/+0
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-6/+6
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-67/+25
* Remove comments after header includes.Jonas Devlieghere2018-11-111-2/+1
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-0/+1
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-3/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-311/+249
* Move ArchSpec to the Utility modulePavel Labath2017-11-131-1/+1
* Fix various warnings. NFCZachary Turner2017-03-021-352/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-0/+909
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-11225/+11532
* Delete Host/windows/win32.hZachary Turner2016-08-091-0/+1
* Fix ARM instruction emulation tests on big-endian systemsUlrich Weigand2016-04-141-3/+3
* Consolidate the knowledge of what arm cores are always executingJason Molenda2016-04-051-10/+10
* Fix handling of the arm IT instruction in the unwinderTamas Berghammer2016-02-101-20/+18
* Fix single stepping over the IT instructionTamas Berghammer2016-02-021-5/+16
* Fix emulation of the thumb str instructionTamas Berghammer2015-12-211-2/+10
* Fix the emulation of arm strd instructionTamas Berghammer2015-12-181-2/+5
* Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda2015-11-051-1/+2
* Make use of lldv::Triple::isAndroidTamas Berghammer2015-10-141-1/+1
* Fix assertion failure caused by r245546Tamas Berghammer2015-08-211-2/+1
* Improve instruction emulation based stack unwindingTamas Berghammer2015-08-201-4/+7
* Fix read/write context in EmulateInstructionARM strd/ldrdTamas Berghammer2015-07-291-4/+17
* Remove non-utf-8 characters from EmulateInstructionARMTamas Berghammer2015-07-291-142/+142
* Improve conditional opcode handling in emulation based unwindingTamas Berghammer2015-07-171-45/+22
* Improve instruction emulation based stack unwinding on ARMTamas Berghammer2015-06-241-111/+203
* Fix write register context in EmulateInstructionARM::EmulateMOVRdRmTamas Berghammer2015-05-281-1/+4
* Fix write register context in EmulateInstructionARM::EmulateADDRdSPImmTamas Berghammer2015-05-281-2/+5
* Fix write register context in EmulateInstructionARM::EmulateMOVRdRmTamas Berghammer2015-05-271-3/+3
* Fix encoding of BX instrucion in EmulateInstructionARMTamas Berghammer2015-05-181-1/+1
* Fix arm instruction emulation of add (imm) and sub (imm)Tamas Berghammer2015-05-131-35/+48
* Fix thumb condition extraction in ARM instrcution emulatorTamas Berghammer2015-05-111-2/+2
* Fix condition detection in EmulateInstructionARMTamas Berghammer2015-04-241-2/+1
* Fix order of b and blx instrction in EmulateInstructionARMTamas Berghammer2015-04-241-2/+2
* Fix write register context for arm "add<c> <Rd>, sp, #imm"Tamas Berghammer2015-04-241-1/+5
* Update cpsr register in BLX instruction emulationTamas Berghammer2015-04-231-0/+7
* UnwindPlan::Row refactor -- add support for CFA set by a DWARF expressionPavel Labath2015-02-231-1/+1
* Add #if 0 around unreachable block of code to suppress warnings.Jason Molenda2014-10-171-0/+2
* Replace uint32_t by lldb::RegisterKing in register context API.Jean-Daniel Dupas2014-07-021-3/+5
* lldb: remove adhoc implementation of array_sizeofSaleem Abdulrasool2014-06-271-2/+3
* Fix a few typos.Bruce Mitchener2014-06-271-9/+9
* Update the checks in EmulateInstructionARM::GetFramePointerRegisterNumber Jason Molenda2014-01-061-12/+40
* Handle endianness in the Opcode classEd Maste2013-12-091-6/+6
OpenPOWER on IntegriCloud