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.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-03
change #include "types.h" to <helper/types.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "jim.h" to <helper/jim.h>
Zachary T Welch
1
-1
/
+1
2009-11-30
do not extern 'interp' from command.c
Zachary T Welch
1
-1
/
+0
2009-11-30
target: avoid using interp global variable
Zachary T Welch
1
-0
/
+1
2009-11-28
target: remove unused TARGET_EVENT_OLD_* symbols
David Brownell
1
-2
/
+0
2009-11-27
target: groundwork for "reset-assert" event
David Brownell
1
-1
/
+4
2009-11-25
target: create and use target_name()
David Brownell
1
-0
/
+6
2009-11-25
target: target_get_name() --> target_type_name()
David Brownell
1
-2
/
+3
2009-11-16
move container_of to types.h
Zachary T Welch
1
-13
/
+0
2009-11-16
target: less implicit inclusion of "command.h"
David Brownell
1
-3
/
+3
2009-11-16
target: don't implicitly include "algorithm.h"
David Brownell
1
-1
/
+2
2009-11-16
target: don't implicitly include "breakpoint.h"
David Brownell
1
-1
/
+2
2009-11-15
target: make "examined" flag be per-target
David Brownell
1
-8
/
+24
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-6
/
+6
2009-11-13
target_t -> struct target
Zachary T Welch
1
-56
/
+54
2009-11-13
reg_t -> struct reg
Zachary T Welch
1
-2
/
+2
2009-11-13
target_type_t -> struct target_type
Zachary T Welch
1
-5
/
+2
2009-11-13
trace_t -> struct trace
Zachary T Welch
1
-2
/
+2
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
-6
/
+3
2009-11-13
debug_msg_receiver_t -> struct debug_msg_receiver
Zachary T Welch
1
-1
/
+1
2009-11-13
target_timer_callback_t -> struct target_timer_callback
Zachary T Welch
1
-4
/
+4
2009-11-13
target_event_callback_t -> struct target_event_callback
Zachary T Welch
1
-4
/
+4
2009-11-13
working_area_t -> struct working_area
Zachary T Welch
1
-8
/
+8
2009-11-13
reg_cache_t -> struct reg_cache
Zachary T Welch
1
-1
/
+1
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
-1
/
+1
2009-11-13
mem_param_t -> struct mem_param
Zachary T Welch
1
-1
/
+1
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
1
-1
/
+1
2009-11-09
target.h: remove extern keyword and wrap
Zachary T Welch
1
-53
/
+72
2009-11-05
target: provide container_of()
David Brownell
1
-0
/
+15
2009-11-03
target: require working area for physical/virtual addresses to be specified
Øyvind Harboe
1
-3
/
+5
2009-10-23
mcr/mrc interface work. Implemented for arm926ejs and arm720t. mcr/mrc comman...
Øyvind Harboe
1
-1
/
+1
2009-10-21
Defined target_write_memory() to be able to handle implementing breakpoints f...
Øyvind Harboe
1
-0
/
+24
2009-10-12
If halt times out, stop GDB. Allows e.g. manual reset via monitor commands.
Øyvind Harboe
1
-0
/
+2
2009-10-08
Stop GDB when polling fails, srst assert or powerdropout is detected
Øyvind Harboe
1
-2
/
+8
2009-09-21
Remove annoying end-of-line whitespace from most src/*
dbrownell
1
-1
/
+1
2009-08-30
David Brownell <david-b@pacbell.net> start phasing out integers as target IDs
oharboe
1
-2
/
+1
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
1
-1
/
+1
2009-06-28
Refactor code, create target_state_name()
duane
1
-1
/
+9
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
1
-2
/
+2
2009-06-23
Remove whitespace that occurs after '('.
zwelch
1
-3
/
+3
2009-06-23
- Fixes '=' whitespace
zwelch
1
-1
/
+1
2009-06-18
Transform 'u32' to 'uint32_t' in src/target
zwelch
1
-27
/
+27
2009-06-18
Transform 'u16' to 'uint16_t'
zwelch
1
-4
/
+4
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
1
-14
/
+14
2009-06-03
Improve in-source documentation that was causing Doxygen warnings.
zwelch
1
-3
/
+3
2009-05-31
Final step in isolating target_type_s structure:
zwelch
1
-157
/
+1
2009-05-31
First step in hiding target_type_s from public interface:
zwelch
1
-2
/
+7
2009-05-31
Add target_examine_one wrapper:
zwelch
1
-0
/
+6
[next]