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
/
arm11.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-03
ARM DPM: share debug reason logic
David Brownell
1
-17
/
+7
2009-12-03
ARM11: use shared DSCR bit names
David Brownell
1
-20
/
+22
2009-12-03
change #include "time_support.h" to <helper/time_support.h>
Zachary T Welch
1
-1
/
+1
2009-12-02
ARM11: don't expose DSCR
David Brownell
1
-171
/
+7
2009-12-02
ARM11: store a clean copy of DSCR
David Brownell
1
-59
/
+41
2009-12-02
ARM11: don't expose WDTR
David Brownell
1
-13
/
+7
2009-12-02
ARM11: don't expose RDTR
David Brownell
1
-14
/
+7
2009-12-02
ARM11: streamline debug entry
David Brownell
1
-25
/
+20
2009-12-02
ARM11: remove arm11->target
David Brownell
1
-9
/
+9
2009-12-02
ARM DPM: tweak initialization
David Brownell
1
-4
/
+2
2009-12-01
ARM: core DPM support for watchpoints
David Brownell
1
-27
/
+8
2009-12-01
ARM11: remove previous mcr()/mrc() methods
David Brownell
1
-75
/
+0
2009-12-01
target: "mcr" and "mrc" are ARM-specific
David Brownell
1
-3
/
+10
2009-11-27
ARM11: write_memory() avoids increment check
David Brownell
1
-9
/
+19
2009-11-24
remove target_type register_command callback
Zachary T Welch
1
-8
/
+7
2009-11-24
arm11: use register_commands()
Zachary T Welch
1
-35
/
+62
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-7
/
+7
2009-11-24
ARM11: remove old R0..R15/CPSR code
David Brownell
1
-193
/
+72
2009-11-24
ARM11: use standard run_algorithm()
David Brownell
1
-172
/
+5
2009-11-24
ARM11: use standard single step simulation
David Brownell
1
-97
/
+31
2009-11-24
ARM11: partial support for standard ARM register interfaces.
David Brownell
1
-35
/
+31
2009-11-24
ARM11: remove register "history" debug stuff
David Brownell
1
-50
/
+0
2009-11-22
ARM11: remove unused state and exports
David Brownell
1
-17
/
+18
2009-11-22
ARM11: macro cleanup
David Brownell
1
-56
/
+30
2009-11-22
ARM11: remove needless string format #ifdeffery
David Brownell
1
-6
/
+15
2009-11-22
ARM11: remove disabled register hooks
David Brownell
1
-88
/
+1
2009-11-18
add handle_command_parse_bool command helper
Zachary T Welch
1
-45
/
+10
2009-11-18
ARM: add "core_type" field to "struct arm"
David Brownell
1
-4
/
+17
2009-11-17
ARM: add is_arm_mode()
David Brownell
1
-1
/
+1
2009-11-17
ARM: only use one set of dummy FPA registers
David Brownell
1
-38
/
+3
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
1
-2
/
+2
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-3
/
+3
2009-11-17
target: simplify register get/set ops
David Brownell
1
-8
/
+6
2009-11-17
target: remove some more duplicate includes
David Brownell
1
-1
/
+0
2009-11-16
ARM11: fewer exit() calls
David Brownell
1
-4
/
+6
2009-11-16
ARM11: register (most) standard ARM commands
David Brownell
1
-0
/
+2
2009-11-16
target: less implicit inclusion of "etm.h"
David Brownell
1
-1
/
+1
2009-11-16
move ARRAY_SIZE macro to types.h
Zachary T Welch
1
-9
/
+9
2009-11-16
target: no implicit #includes of "register.h"
David Brownell
1
-0
/
+1
2009-11-16
target: don't implicitly include "algorithm.h"
David Brownell
1
-0
/
+1
2009-11-16
target: don't implicitly include "breakpoint.h"
David Brownell
1
-0
/
+1
2009-11-15
ARM11: use now-generic memory utils
David Brownell
1
-11
/
+2
2009-11-15
ARM11: fixup method table
David Brownell
1
-45
/
+43
2009-11-15
target: make "examined" flag be per-target
David Brownell
1
-6
/
+0
2009-11-13
ARM11: ETM + ETB support
David Brownell
1
-1
/
+15
2009-11-13
ARM11: revert etmr/etmw commands
David Brownell
1
-83
/
+0
2009-11-13
ARM11: switch to new "arm" base type
David Brownell
1
-32
/
+28
2009-11-13
target: remove unused "bitfield" infrastructure
David Brownell
1
-6
/
+21
2009-11-13
command_t -> struct command
Zachary T Welch
1
-1
/
+1
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-2
/
+2
[next]