index
:
riscv-tools/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
/
register.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-05
RISC-V Freertos support (#582)
Tim Newsome
1
-0
/
+3
2020-12-05
target/register: use an array of uint8_t for register's value
Antonio Borneo
1
-1
/
+1
2020-11-15
target, register: allow a register hidden from gdb and 'reg' cmd
Tomas Vanek
1
-0
/
+2
2019-08-28
gdb_server, rtos: Fine-grained RTOS register access
Tim Newsome
1
-0
/
+2
2018-03-27
tdesc: bitfields may carry a type
Matthias Welwarsky
1
-0
/
+3
2017-10-18
Document `struct reg` fields.
Tim Newsome
1
-0
/
+15
2016-05-24
Make #include guard naming consistent
Marc Schink
1
-3
/
+3
2016-05-24
Remove FSF address from GPL notices
Marc Schink
1
-3
/
+1
2015-03-09
target/cortex_m: do not leak memory on reexamination
Paul Fertser
1
-0
/
+1
2013-09-21
gdb: add default description reg types
Spencer Oliver
1
-0
/
+2
2013-08-07
gdb_server: support gdb target description
Hsiangkai Wang
1
-0
/
+93
2013-06-05
update files to correct FSF address
Spencer Oliver
1
-1
/
+1
2012-02-06
build: cleanup src/target directory
Spencer Oliver
1
-8
/
+6
2010-12-29
warnings: use more 'const' for char *
Øyvind Harboe
1
-2
/
+2
2009-11-22
target: make register flags "bool"
David Brownell
1
-2
/
+2
2009-11-19
target: create/use register_cache_invalidate()
David Brownell
1
-1
/
+2
2009-11-17
target: simplify register get/set ops
David Brownell
1
-7
/
+1
2009-11-16
target: no implicit #includes of "register.h"
David Brownell
1
-2
/
+0
2009-11-13
target: remove unused "bitfield" infrastructure
David Brownell
1
-8
/
+0
2009-11-13
target_t -> struct target
Zachary T Welch
1
-1
/
+1
2009-11-13
reg_t -> struct reg
Zachary T Welch
1
-9
/
+9
2009-11-13
reg_arch_type_t -> struct reg_arch_type
Zachary T Welch
1
-4
/
+4
2009-11-13
reg_cache_t -> struct reg_cache
Zachary T Welch
1
-5
/
+5
2009-11-13
bitfield_desc_t -> struct bitfield_desc
Zachary T Welch
1
-3
/
+3
2009-11-11
add const keyword to some APIs
Zachary T Welch
1
-1
/
+2
2009-11-09
src/target: remove 'extern' and wrap headers
Zachary T Welch
1
-5
/
+8
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
1
-1
/
+1
2009-06-18
Transform 'u32' to 'uint32_t' in src/target
zwelch
1
-1
/
+1
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
1
-2
/
+2
2009-05-11
Audit and eliminate redundant #include directives in other target files.
zwelch
1
-1
/
+0
2009-05-06
Change reg_s value field from u8 * to void *; it must always be cast.
zwelch
1
-1
/
+1
2009-04-19
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
1
-1
/
+1
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
1
-1
/
+0
2008-10-07
Fixes SEGFAULT when setting registers from GDB.
oharboe
1
-0
/
+4
2006-09-28
- str9x flash support (Thanks to Spencer Oliver)
drath
1
-2
/
+2
2006-06-02
- prepare OpenOCD for branching, created ./trunk/
drath
1
-0
/
+69