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
/
target.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-02
fix 'target init' command registration
Zachary T Welch
1
-6
/
+6
2009-12-02
target: factor init to 'target init'
Zachary T Welch
1
-0
/
+23
2009-12-02
target: factor target_init() into pieces
Zachary T Welch
1
-69
/
+84
2009-12-01
target: "mcr" and "mrc" are ARM-specific
David Brownell
1
-199
/
+0
2009-11-30
do not extern 'interp' from command.c
Zachary T Welch
1
-4
/
+7
2009-11-30
target: avoid using interp global variable
Zachary T Welch
1
-9
/
+10
2009-11-28
explode tcl_target_func into many handlers
Zachary T Welch
1
-387
/
+521
2009-11-28
split jim_target into multiple handlers
Zachary T Welch
1
-109
/
+137
2009-11-28
target: uplevel add_{break,watch}point() error checks
David Brownell
1
-0
/
+8
2009-11-27
target: groundwork for "reset-assert" event
David Brownell
1
-2
/
+17
2009-11-25
target: create and use target_name()
David Brownell
1
-16
/
+19
2009-11-25
target: target_get_name() --> target_type_name()
David Brownell
1
-7
/
+11
2009-11-25
add 'testee' target type
Zachary T Welch
1
-0
/
+2
2009-11-24
add jim_handler to command_registration
Zachary T Welch
1
-23
/
+45
2009-11-24
remove target_type register_command callback
Zachary T Welch
1
-5
/
+7
2009-11-24
target: use register_commands()
Zachary T Welch
1
-104
/
+201
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-27
/
+27
2009-11-22
target: reduce stack usage
Øyvind Harboe
1
-6
/
+20
2009-11-19
target: create/use register_cache_invalidate()
David Brownell
1
-4
/
+4
2009-11-18
use COMMAND_PARSE_ON_OFF where appropriate
Zachary T Welch
1
-14
/
+5
2009-11-18
fix regression in md/mw commands
Zachary T Welch
1
-4
/
+2
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
1
-65
/
+65
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
1
-58
/
+58
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-44
/
+44
2009-11-17
target: simplify register get/set ops
David Brownell
1
-4
/
+2
2009-11-16
fileio: improve API types
Zachary T Welch
1
-5
/
+5
2009-11-16
struct fileio: improve member types
Zachary T Welch
1
-1
/
+1
2009-11-16
rename CEIL as DIV_ROUND_UP
Zachary T Welch
1
-1
/
+1
2009-11-16
target: don't implicitly include "breakpoint.h"
David Brownell
1
-0
/
+1
2009-11-15
target: make "examined" flag be per-target
David Brownell
1
-13
/
+6
2009-11-14
Fix for md* commands, similar to mw*.
Krzysztof Dziuba
1
-1
/
+2
2009-11-14
Invalid command syntax errors with MWW.
Dean Glazeski
1
-1
/
+2
2009-11-14
compile with cygwin (32-bit)
Ferdinand Postema
1
-7
/
+9
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-14
/
+14
2009-11-13
target_t -> struct target
Zachary T Welch
1
-113
/
+113
2009-11-13
reg_t -> struct reg
Zachary T Welch
1
-3
/
+3
2009-11-13
target_type_t -> struct target_type
Zachary T Welch
1
-20
/
+20
2009-11-13
image_t -> struct image
Zachary T Welch
1
-4
/
+4
2009-11-13
trace_t -> struct trace
Zachary T Welch
1
-1
/
+1
2009-11-13
breakpoint_t -> struct breakpoint
Zachary T Welch
1
-3
/
+3
2009-11-13
target_event_action_t -> struct target_event_action
Zachary T Welch
1
-3
/
+3
2009-11-13
target_timer_callback_t -> struct target_timer_callback
Zachary T Welch
1
-10
/
+10
2009-11-13
target_event_callback_t -> struct target_event_callback
Zachary T Welch
1
-8
/
+8
2009-11-13
working_area_t -> struct working_area
Zachary T Welch
1
-9
/
+9
2009-11-13
reg_arch_type_t -> struct reg_arch_type
Zachary T Welch
1
-2
/
+2
2009-11-13
reg_cache_t -> struct reg_cache
Zachary T Welch
1
-2
/
+2
2009-11-13
watchpoint_t -> struct watchpoint
Zachary T Welch
1
-3
/
+3
2009-11-13
reg_param_t -> struct reg_param
Zachary T Welch
1
-2
/
+2
2009-11-13
mem_param_t -> struct mem_param
Zachary T Welch
1
-2
/
+2
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
1
-1
/
+1
[next]