aboutsummaryrefslogtreecommitdiff
path: root/src/target/trace.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-05target: avoid checking for non NULL pointer to free itAntonio Borneo1-6/+4
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo1-5/+5
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-36/+22
2012-01-04command: print BUG warning when usage is missingMathias K1-0/+1
2010-01-07target misc: help/usage updatesDavid Brownell1-6/+6
2010-01-02streamline and document helptext mode displaysDavid Brownell1-1/+1
2009-12-03change #include "log.h" to <helper/log.h>Zachary T Welch1-1/+1
2009-11-24trace: use register_commands()Zachary T Welch1-10/+29
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-3/+3
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-7/+7
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-4/+4
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-2/+2
2009-11-13command_t -> struct commandZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-3/+3
2009-11-13trace_t -> struct traceZachary T Welch1-3/+3
2009-11-13trace_point_t -> struct trace_pointZachary T Welch1-1/+1
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-2/+2
2009-11-05Improve trace command argument parsing.Zachary T Welch1-2/+4
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-15/+15
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-21C99 printf() -Werror fixesduane1-7/+7
2009-06-18Cast 64-bit trace hit_counter to long long; fixes format warning.zwelch1-1/+1
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-7/+7
2009-06-05remove unused include file: inttypes.hoharboe1-2/+0
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-4/+0
2009-04-30Add static keywords to core target source file data and functions.zwelch1-2/+2
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-5/+5
2009-03-18Hiroshi Ito <ito@mlb.co.jp> fix division by 0oharboe1-1/+5
2008-10-07Frederik Kriewitz <frederik at kriewitz.eu> Segmentation fault fix.oharboe1-0/+3
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-1/+1
2008-01-20- added patch "remove error handler as planned"mifi1-1/+1
2007-12-18- added patch for new flash functionality like:mifi1-1/+1
2007-08-14- reworked presto.c to allow use of either FTD2XX or libftdi (libftdi not fun...drath1-5/+104
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-0/+69