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
/
armv7a.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-03
ARMv7-A: tweak arch_state()
David Brownell
1
-10
/
+4
2009-12-03
change #include "replacements.h" to <helper/replacements.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "command.h" to <helper/command.h>
Zachary T Welch
1
-1
/
+1
2009-12-03
change #include "binarybuffer.h" to <helper/binarybuffer.h>
Zachary T Welch
1
-1
/
+1
2009-12-02
ARMv7a/Cortex-A8: report watchpoint trigger insn
David Brownell
1
-0
/
+3
2009-12-01
ARMv7-A: stop using CP15 ops
David Brownell
1
-5
/
+36
2009-11-24
remove target_type register_command callback
Zachary T Welch
1
-5
/
+1
2009-11-24
armv7a: use register_commands()
Zachary T Welch
1
-27
/
+48
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-6
/
+6
2009-11-22
ARM: remove 'armv4_5_common_s' migration #define
David Brownell
1
-1
/
+1
2009-11-22
ARM: simplify CPSR handling
David Brownell
1
-2
/
+1
2009-11-19
ARMv7-A: use standard ARM core states
David Brownell
1
-6
/
+1
2009-11-19
ARMv7-A: use standard ARM core_mode symbols
David Brownell
1
-1
/
+1
2009-11-18
ARM: simplify ARMv7-A register handling
David Brownell
1
-103
/
+5
2009-11-17
ARM: add arm_mode_name()
David Brownell
1
-11
/
+1
2009-11-17
ARM: only use one set of dummy FPA registers
David Brownell
1
-15
/
+0
2009-11-17
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
1
-6
/
+6
2009-11-17
command_handler: change 'args' to CMD_ARGV
Zachary T Welch
1
-1
/
+1
2009-11-17
command_handler: change to 'argc' to CMD_ARGC
Zachary T Welch
1
-1
/
+1
2009-11-17
target: simplify register get/set ops
David Brownell
1
-1
/
+0
2009-11-16
ARMv7-A: no exit() calls
David Brownell
1
-3
/
+3
2009-11-16
ARMv7A: use standard disassembler
David Brownell
1
-83
/
+0
2009-11-16
#include "target.h" less wildly
David Brownell
1
-1
/
+0
2009-11-16
target: less implicit inclusion of "command.h"
David Brownell
1
-1
/
+0
2009-11-13
target: remove unused "bitfield" infrastructure
David Brownell
1
-21
/
+10
2009-11-13
command_t -> struct command
Zachary T Welch
1
-2
/
+2
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-1
/
+1
2009-11-13
target_t -> struct target
Zachary T Welch
1
-8
/
+8
2009-11-13
reg_t -> struct reg
Zachary T Welch
1
-1
/
+1
2009-11-13
arm_instruction_t -> struct arm_instruction
Zachary T Welch
1
-1
/
+1
2009-11-13
bitfield_desc_t -> struct bitfield_desc
Zachary T Welch
1
-1
/
+1
2009-11-13
armv7a_core_reg_t -> struct armv7a_core_reg
Zachary T Welch
1
-1
/
+1
2009-11-13
armv7a_common_t -> struct armv7a_common
Zachary T Welch
1
-7
/
+7
2009-11-13
swjdp_common_t -> struct swjdp_common
Zachary T Welch
1
-5
/
+5
2009-11-13
arm_adi,armv7[am]: use COMMAND_HELPER for helpers
Zachary T Welch
1
-4
/
+4
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-13
/
+6
2009-11-05
Cortex-A8: use the new inheritance/nesting scheme
David Brownell
1
-18
/
+10
2009-11-05
Improve armv7a command argument parsing.
Zachary T Welch
1
-5
/
+12
2009-10-13
Cleanup: nuke trailling whitespaces
Yauheni Kaliuta
1
-3
/
+3
2009-10-01
ARMv7A: Report fault status registers when in Abort state
mlu
1
-0
/
+23
2009-09-15
Updated mode string list.
mlu
1
-2
/
+2
2009-09-08
Report correct core instruction state for ARMv/A targets
mlu
1
-1
/
+1
2009-09-08
David Brownell <david-b@pacbell.net>
oharboe
1
-0
/
+86
2009-08-25
- fix build warnings
ntfreak
1
-1
/
+1
2009-08-25
David Brownell Subset of Cortex-A8 support from Magnus: create an armv7a file
oharboe
1
-0
/
+301