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-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
2009-11-13
fileio_t -> struct fileio
Zachary T Welch
1
-1
/
+1
2009-11-13
add CMD_NAME macro for command handlers
Zachary T Welch
1
-3
/
+3
2009-11-13
use CALL_COMMAND_HANDLER instead of direct calls
Zachary T Welch
1
-5
/
+5
2009-11-13
use COMMAND_HELPER for command helper functions
Zachary T Welch
1
-5
/
+4
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-25
/
+23
2009-11-11
add const keyword to some APIs
Zachary T Welch
1
-1
/
+1
2009-11-10
target: MMU-aware init for memory read/write
David Brownell
1
-23
/
+42
2009-11-10
Target: minor cleanup
David Brownell
1
-9
/
+21
2009-11-10
Target: fix bad error messages
David Brownell
1
-7
/
+10
2009-11-09
target.c: remove useless declarations
Zachary T Welch
1
-103
/
+127
2009-11-09
Revert "target: add target->type->has_mmu fn"
David Brownell
1
-33
/
+5
2009-11-09
finish removing deprecated/obsolete commands
David Brownell
1
-4
/
+4
2009-11-09
Overhaul time support API
Zachary T Welch
1
-53
/
+30
2009-11-06
target: don't swap MMU/no-MMU work areas
David Brownell
1
-16
/
+17
2009-11-05
Improve target.c command argument parsing.
Zachary T Welch
1
-88
/
+36
2009-11-05
target: fix ordering of arguments to mcr and mrc commands
Øyvind Harboe
1
-7
/
+7
2009-11-05
target: check args to mrc/mcr.
Øyvind Harboe
1
-0
/
+24
2009-11-05
target: Only register mrc mcr commands when one of the targets support them.
Øyvind Harboe
1
-3
/
+11
2009-11-05
watchpoint_add() cleanup
David Brownell
1
-1
/
+2
2009-11-05
target: add target->type->has_mmu fn.
Øyvind Harboe
1
-5
/
+33
2009-11-05
Make default implementation of mdw/mmw phys return error 'not implemented'
Øyvind Harboe
1
-2
/
+14
[next]