index
:
riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
oocd_trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-24
remove register_commands from etm_capture_driver
Zachary T Welch
1
-16
/
+11
2009-11-24
oocd_trace: use register_commands()
Zachary T Welch
1
-10
/
+32
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-4
/
+4
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
1
-13
/
+13
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
1
-1
/
+1
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-1
/
+1
2009-11-13
command_t -> struct command
Zachary T Welch
1
-1
/
+1
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-2
/
+2
2009-11-13
target_t -> struct target
Zachary T Welch
1
-3
/
+3
2009-11-13
etm_context_t -> struct etm_context
Zachary T Welch
1
-5
/
+5
2009-11-13
oocd_trace_t -> struct oocd_trace
Zachary T Welch
1
-13
/
+13
2009-11-13
etmv1_trace_data_t -> struct etmv1_trace_data
Zachary T Welch
1
-1
/
+1
2009-11-13
etm_capture_driver_t -> struct etm_capture_driver
Zachary T Welch
1
-1
/
+1
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-3
/
+3
2009-11-11
ETM: remove old mid-level ETM handle
David Brownell
1
-1
/
+1
2009-11-11
ETM: update port drivers
David Brownell
1
-30
/
+29
2009-06-23
- Fixes '+' whitespace
zwelch
1
-8
/
+8
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
1
-1
/
+1
2009-06-18
Transform 'u32' to 'uint32_t' in src/target
zwelch
1
-11
/
+11
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
1
-10
/
+10
2009-05-30
Remove trailing whitespace from oocd_trace source file.
zwelch
1
-52
/
+52
2009-05-30
David Brownell <david-b@pacbell.net>:
zwelch
1
-0
/
+5
2009-05-12
Define _GNU_SOURCE in config.h, remove definitions from source files.
zwelch
1
-5
/
+0
2009-05-11
Audit and eliminate redundant #include directives in other target files.
zwelch
1
-12
/
+1
2009-05-07
David Brownell david-b at pacbell.net fix warnings
oharboe
1
-2
/
+2
2009-04-30
Add static keywords to core target source file data and functions.
zwelch
1
-11
/
+13
2009-04-27
Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE defines
oharboe
1
-0
/
+2
2009-04-19
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
1
-2
/
+3
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
1
-13
/
+13
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
1
-9
/
+9
2007-08-10
- renamed M5960 USB JTAG to "flyswatter"
drath
1
-3
/
+3
2007-07-31
- calculate cycles since last executed instruction when cycle-accurate tracin...
drath
1
-0
/
+429