summaryrefslogtreecommitdiff
path: root/src/target/armv4_5.c
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: memory utils aren't ARM7/ARM9 dependentDavid Brownell2009-11-151-0/+170
* target: remove unused "bitfield" infrastructureDavid Brownell2009-11-131-20/+14
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-13/+13
* reg_t -> struct regZachary T Welch2009-11-131-9/+9
* armv4_5_common_t -> struct armZachary T Welch2009-11-131-2/+2
* arm_instruction_t -> struct arm_instructionZachary T Welch2009-11-131-1/+1
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-2/+2
* bitfield_desc_t -> struct bitfield_descZachary T Welch2009-11-131-1/+1
* armv4_5_core_reg_t -> struct armv4_5_core_regZachary T Welch2009-11-131-4/+4
* armv4_5_algorithm_t -> struct armv4_5_algorithmZachary T Welch2009-11-131-1/+1
* reg_param_t -> struct reg_paramZachary T Welch2009-11-131-2/+2
* mem_param_t -> struct mem_paramZachary T Welch2009-11-131-2/+2
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-5/+3
* ARM: other code uses the new inheritance/nesting schemeDavid Brownell2009-11-051-9/+9
* Improve armv4_5 command argument parsing.Zachary T Welch2009-11-051-2/+2
* David Brownell <david-b@pacbell.net> oharboe2009-09-091-4/+17
* David Brownell <david-b@pacbell.net> Tweak disassembly commands:oharboe2009-08-251-16/+39
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-3/+3
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '[|]' whitespacezwelch2009-06-231-1/+1
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-3/+3
* - Fixes '!=' whitespacezwelch2009-06-231-3/+3
* C99 printf() -Werror fixesduane2009-06-211-6/+10
* Transform 'u32' to 'uint32_t' in src/target/arm*zwelch2009-06-181-9/+9
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-1/+1
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-3/+3
* David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch2009-05-211-1/+1
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-111-12/+1
* David Brownell <david-b@pacbell.net> whitespace fixes.oharboe2009-05-101-10/+10
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-1/+1
* Slight improvement in run_algorithm register restore.mlu2009-04-031-4/+9
* Fix handling of thumb disassembly in armv4_5 disassemble. Courtesy of Adam D...kc8apf2009-01-191-5/+19
* - remove target specific variant and use target->variant memberntfreak2008-12-131-2/+0
* more robust error reporting for DCCoharboe2008-10-161-0/+3
* Laurentiu Cocanu - add error handlingoharboe2008-10-141-8/+30
* Fix problems with DCC downloads routine crashing silently.oharboe2008-10-121-19/+35
* Fixes SEGFAULT when setting registers from GDB.oharboe2008-10-071-0/+3
* GDB alive fixes for verify_imageoharboe2008-10-031-76/+79
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-0/+3
* duan ellis target tcl work in progressoharboe2008-08-241-1/+1
* fix BUG: keep_alive() error messagesoharboe2008-08-201-21/+9
* added some alive_sleep()'soharboe2008-08-191-2/+2
* fixed not halted error messagesoharboe2008-08-171-0/+1
* Fix crash when mode number fetched from the target is invalid.oharboe2008-05-191-0/+9
* fix mode output when illegal arm mode is detected. Now prints illegal mode fo...oharboe2008-05-191-2/+5
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-071-36/+0