summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Utility/ARMDefines.h
Commit message (Expand)AuthorAgeFilesLines
* typedef enum -> enumFangrui Song2019-05-141-2/+2
* ARMDefines.h: fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=OFF buildsFangrui Song2019-05-141-2/+3
* Fix file names in file headers. NFCFangrui Song2019-05-131-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-103/+149
* Make sure files include what they use (part 1/N)Pavel Labath2016-08-101-0/+3
* Handle thumb IT instructions correctly all the time.Greg Clayton2014-12-091-1/+33
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* Remove asserts that will crash LLDB. These should be changed to returnGreg Clayton2011-06-021-1/+2
* Added a way to resolve an load address from a target:Greg Clayton2011-05-181-1/+2
* Changed the emulate instruction function to take emulate options whichGreg Clayton2011-04-261-0/+9
* Renamed macro definition of CPSR_C to be CPSR_C_POS to avoid confusions and s...Johnny Chen2011-02-231-22/+22
* Add emulation methods for LSL (immediate), LSL (register), LSR (immediate), a...Johnny Chen2011-02-161-2/+10
* Add a generic EmulateMovRdRm() method and modify/add entries to the g_thumb_o...Johnny Chen2011-02-101-11/+24
* Add some comments and a little utility to convert ARM conditions to strings.Johnny Chen2011-02-041-16/+38
* Move #define's out of ARMUtils.h and into a newly created file ARMDefines.h.Johnny Chen2011-01-261-0/+56
OpenPOWER on IntegriCloud