summaryrefslogtreecommitdiff
path: root/src/target/etm.c
Commit message (Expand)AuthorAgeFilesLines
* target: create/use register_cache_invalidate()David Brownell2009-11-191-1/+1
* use COMMAND_PARSE_ENABLE macro where appropriateZachary T Welch2009-11-181-16/+5
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-97/+97
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-31/+31
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-8/+8
* target: simplify register get/set opsDavid Brownell2009-11-171-8/+5
* fileio: improve API typesZachary T Welch2009-11-161-1/+1
* target: less implicit inclusion of "etm.h"David Brownell2009-11-161-0/+1
* move ARRAY_SIZE macro to types.hZachary T Welch2009-11-161-2/+0
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+1
* ETM: simplify ETM initialization code pathsDavid Brownell2009-11-131-8/+8
* command_t -> struct commandZachary T Welch2009-11-131-1/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-4/+4
* target_t -> struct targetZachary T Welch2009-11-131-13/+13
* reg_t -> struct regZachary T Welch2009-11-131-21/+21
* image_t -> struct imageZachary T Welch2009-11-131-1/+1
* etm_context_t -> struct etm_contextZachary T Welch2009-11-131-20/+20
* etb_t -> struct etbZachary T Welch2009-11-131-1/+1
* arm_instruction_t -> struct arm_instructionZachary T Welch2009-11-131-2/+2
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-4/+4
* etmv1_trace_data_t -> struct etmv1_trace_dataZachary T Welch2009-11-131-1/+1
* etm_capture_driver_t -> struct etm_capture_driverZachary T Welch2009-11-131-3/+3
* etm_reg_t -> struct etm_regZachary T Welch2009-11-131-6/+6
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-2/+2
* scan_field_t -> struct scan_fieldZachary T Welch2009-11-131-2/+2
* fileio_t -> struct fileioZachary T Welch2009-11-131-2/+2
* use CALL_COMMAND_HANDLER instead of direct callsZachary T Welch2009-11-131-1/+1
* use COMMAND_HELPER for command helper functionsZachary T Welch2009-11-131-4/+3
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-22/+11
* ETM: start support for ETMv2+David Brownell2009-11-121-22/+120
* ETM: remove old mid-level ETM handleDavid Brownell2009-11-111-2/+1
* ETM: use new toplevel ETM handleDavid Brownell2009-11-111-58/+50
* ARM: start generalized base typeDavid Brownell2009-11-111-14/+3
* ETM cleanupDavid Brownell2009-11-111-93/+109
* ARM: other code uses the new inheritance/nesting schemeDavid Brownell2009-11-051-2/+1
* Improve ETM tracemode update command.Zachary T Welch2009-11-051-88/+84
* Improve etm command argument parsing.Zachary T Welch2009-11-051-4/+9
* ETM: rename registers, doc tweaksDavid Brownell2009-10-221-47/+54
* printf format warning fixesDavid Brownell2009-10-101-10/+10
* Minor ETB and ETM bugfixes and doc updatesdbrownell2009-10-021-7/+36
* ETM: fix build issue on MinGW.dbrownell2009-09-291-20/+21
* When setting up an ETM, cache its ETM_CONFIG register. Thendbrownell2009-09-231-51/+176
* Start cleaning up ETM register handling. On one ARM926 ETM+ETBdbrownell2009-09-231-160/+160
* Initial ETM cleanups. Most of these are cosmetic:dbrownell2009-09-231-53/+94
* Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe2009-08-241-0/+12
* - Fixes '[|]' whitespacezwelch2009-06-231-2/+2
* - Fixes '=' whitespacezwelch2009-06-231-4/+4
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-25/+27
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-21/+21