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
/
etm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
1
-14
/
+14
2009-06-04
Rename jtag_add_end_state to jtag_set_end_state since "add" implies that
oharboe
1
-2
/
+2
2009-06-04
Introduce jtag_get_end_state() fn to clarify code a bit.
oharboe
1
-3
/
+3
2009-06-04
remove TAP_INVALID as argument to jtag_add_xxx() fn's
oharboe
1
-3
/
+3
2009-05-30
David Brownell <david-b@pacbell.net>:
zwelch
1
-3
/
+5
2009-05-21
David Brownell <david-b@pacbell.net>: This patch adds annotations to
zwelch
1
-1
/
+1
2009-05-18
Consolidate target selection code into single get_target() that handles both ...
kc8apf
1
-3
/
+2
2009-05-11
fix jtag_add_dr_scan() usage a bit... avoid lots of malloc()'s.
oharboe
1
-10
/
+6
2009-05-11
switch to jtag_add_dr_scan_check() - USB performance fix
oharboe
1
-3
/
+9
2009-05-11
Audit and eliminate redundant #include directives in other target files.
zwelch
1
-16
/
+2
2009-05-08
whitespace fixes
oharboe
1
-17
/
+6
2009-05-08
in_handler in_check_mask and in_check_value now removed from field. Last big ...
oharboe
1
-6
/
+6
2009-05-08
retire jtag_set_check_value
oharboe
1
-26
/
+15
2009-05-06
remove unecessary setting of deprecated fields to NULL
oharboe
1
-18
/
+18
2009-05-06
retire out_mask - not used anywhere
oharboe
1
-6
/
+6
2009-05-04
Mariano Alvira <mar@devl.org> fixes warnings
oharboe
1
-3
/
+3
2009-04-30
Add static keywords to core target source file data and functions.
zwelch
1
-23
/
+25
2009-04-29
Remove redundant declarations to allow building with -Wredundant-decls.
zwelch
1
-6
/
+0
2009-04-19
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
1
-4
/
+4
2009-04-18
The following patches was applied:
mifi
1
-4
/
+4
2008-12-13
Change tap_state naming to be consistent with SVF documentation.
kc8apf
1
-2
/
+2
2008-11-30
jtag newtap change & huge manual update
duane
1
-6
/
+6
2008-10-15
Laurentiu Cocanu - memory read/write and exit() error path fixes
oharboe
1
-7
/
+11
2008-10-14
fixed a few crashes in syntax handling
oharboe
1
-237
/
+235
2008-05-20
Edgar Grimberg fixes some memory handling issues and
oharboe
1
-0
/
+8
2008-04-13
- Set up ICE registers after TRST
oharboe
1
-20
/
+33
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
1
-19
/
+19
2008-03-07
Michael Bruck: fixed warnings
oharboe
1
-0
/
+5
2008-02-29
- image.c and fileio.c now uses logging to propagate error strings.
oharboe
1
-3
/
+3
2008-02-25
- convert all files to unix line-ending
drath
1
-1863
/
+1863
2008-02-25
From Michael Bruck
oharboe
1
-1863
/
+1863
2008-01-07
- added gdb flash fixes patch
mifi
1
-2
/
+1
2007-12-18
- added patch for new flash functionality like:
mifi
1
-0
/
+2
2007-12-16
- fixed ETM configuration register decoding
drath
1
-2
/
+2
2007-08-16
- update jtag_speed setting when changing it during runtime with a FT2232 bas...
drath
1
-5
/
+35
2007-07-31
- cleaned up cycle counting in ETM analysis
drath
1
-11
/
+8
2007-07-31
- calculate cycles since last executed instruction when cycle-accurate tracin...
drath
1
-8
/
+161
2007-07-15
- added support for Asix Presto JTAG interface (thanks to Pavel Chromy and As...
drath
1
-5
/
+29
2007-06-28
- fixed endianness helper macros (thanks to obilix and wiml for finding and f...
drath
1
-3
/
+7
2007-06-21
- added support for Intel/Marvel PXA27x (XScale) targets
drath
1
-0
/
+8
2007-06-15
- added support for pseudo image type "mem", currently only used for etm anal...
drath
1
-11
/
+11
2007-06-14
- added manpage for OpenOCD (thanks to Uwe Hermann)
drath
1
-28
/
+578
2007-05-29
- split fileio handling into fileio part and image handling
drath
1
-1
/
+685
2007-04-25
- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...
drath
1
-7
/
+7
2006-09-28
- str9x flash support (Thanks to Spencer Oliver)
drath
1
-2
/
+3
2006-07-17
- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...
drath
1
-409
/
+411
2006-06-02
- prepare OpenOCD for branching, created ./trunk/
drath
1
-0
/
+409
[prev]