summaryrefslogtreecommitdiff
path: root/src/target/oocd_trace.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixes '+' whitespacezwelch2009-06-231-8/+8
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-11/+11
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-10/+10
* Remove trailing whitespace from oocd_trace source file.zwelch2009-05-301-52/+52
* David Brownell <david-b@pacbell.net>:zwelch2009-05-301-0/+5
* Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch2009-05-121-5/+0
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-12/+1
* David Brownell david-b at pacbell.net fix warningsoharboe2009-05-071-2/+2
* Add static keywords to core target source file data and functions.zwelch2009-04-301-11/+13
* Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE definesoharboe2009-04-271-0/+2
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-2/+3
* - remove target specific variant and use target->variant memberntfreak2008-12-131-13/+13
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-9/+9
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-3/+3
* - calculate cycles since last executed instruction when cycle-accurate tracin...drath2007-07-311-0/+429