aboutsummaryrefslogtreecommitdiff
path: root/src/target/oocd_trace.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-11/+11
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-10/+10
2009-05-30Remove trailing whitespace from oocd_trace source file.zwelch1-52/+52
2009-05-30David Brownell <david-b@pacbell.net>:zwelch1-0/+5
2009-05-12Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch1-5/+0
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-12/+1
2009-05-07David Brownell david-b at pacbell.net fix warningsoharboe1-2/+2
2009-04-30Add static keywords to core target source file data and functions.zwelch1-11/+13
2009-04-27Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE definesoharboe1-0/+2
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe1-2/+3
2008-12-13- remove target specific variant and use target->variant memberntfreak1-13/+13
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-9/+9
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-3/+3
2007-07-31- calculate cycles since last executed instruction when cycle-accurate tracin...drath1-0/+429