summaryrefslogtreecommitdiff
path: root/src/target/etm_dummy.c
Commit message (Expand)AuthorAgeFilesLines
* ARM ETM/ETB/trace: help/usage updatesDavid Brownell2010-01-071-2/+2
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-1/+1
* remove register_commands from etm_capture_driverZachary T Welch2009-11-241-6/+1
* etm_dummy: use register_commands()Zachary T Welch2009-11-241-7/+20
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-2/+2
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-1/+1
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-3/+3
* 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-1/+1
* etm_context_t -> struct etm_contextZachary T Welch2009-11-131-5/+5
* etm_capture_driver_t -> struct etm_capture_driverZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-1/+1
* ETM: remove old mid-level ETM handleDavid Brownell2009-11-111-1/+1
* ETM: update port driversDavid Brownell2009-11-111-6/+6
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-2/+2
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-12/+1
* Add static keywords to core target source file data and functions.zwelch2009-04-301-7/+7
* error checking - no reported errors, but catched a couple of exit()'s and con...oharboe2008-11-191-8/+9
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-2/+2
* - added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...drath2007-07-151-0/+116