summaryrefslogtreecommitdiff
path: root/src/target/trace.c
Commit message (Expand)AuthorAgeFilesLines
* target misc: help/usage updatesDavid Brownell2010-01-071-6/+6
* streamline and document helptext mode displaysDavid Brownell2010-01-021-1/+1
* change #include "log.h" to <helper/log.h>Zachary T Welch2009-12-031-1/+1
* trace: use register_commands()Zachary T Welch2009-11-241-10/+29
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-3/+3
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-7/+7
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-4/+4
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-2/+2
* 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-3/+3
* trace_t -> struct traceZachary T Welch2009-11-131-3/+3
* trace_point_t -> struct trace_pointZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-2/+2
* Improve trace command argument parsing.Zachary T Welch2009-11-051-2/+4
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-15/+15
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* C99 printf() -Werror fixesduane2009-06-211-7/+7
* Cast 64-bit trace hit_counter to long long; fixes format warning.zwelch2009-06-181-1/+1
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-7/+7
* remove unused include file: inttypes.hoharboe2009-06-051-2/+0
* David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch2009-05-211-1/+1
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-4/+0
* Add static keywords to core target source file data and functions.zwelch2009-04-301-2/+2
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-5/+5
* Hiroshi Ito <ito@mlb.co.jp> fix division by 0oharboe2009-03-181-1/+5
* Frederik Kriewitz <frederik at kriewitz.eu> Segmentation fault fix.oharboe2008-10-071-0/+3
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-1/+1
* - added patch "remove error handler as planned"mifi2008-01-201-1/+1
* - added patch for new flash functionality like:mifi2007-12-181-1/+1
* - reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath2007-08-141-5/+104
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-0/+69