summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Utility/ARMDefines.h
AgeCommit message (Expand)Author
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-05-14typedef enum -> enumFangrui Song
2019-05-14ARMDefines.h: fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=OFF buildsFangrui Song
2019-05-13Fix file names in file headers. NFCFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-10Make sure files include what they use (part 1/N)Pavel Labath
2014-12-09Handle thumb IT instructions correctly all the time.Greg Clayton
2014-07-08Fix typos.Bruce Mitchener
2011-06-02Remove asserts that will crash LLDB. These should be changed to returnGreg Clayton
2011-05-18Added a way to resolve an load address from a target:Greg Clayton
2011-04-26Changed the emulate instruction function to take emulate options whichGreg Clayton
2011-02-23Renamed macro definition of CPSR_C to be CPSR_C_POS to avoid confusions and s...Johnny Chen
2011-02-16Add emulation methods for LSL (immediate), LSL (register), LSR (immediate), a...Johnny Chen
2011-02-10Add a generic EmulateMovRdRm() method and modify/add entries to the g_thumb_o...Johnny Chen
2011-02-04Add some comments and a little utility to convert ARM conditions to strings.Johnny Chen
2011-01-26Move #define's out of ARMUtils.h and into a newly created file ARMDefines.h.Johnny Chen