index
:
riscv-tools/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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-24
target/cortex_a: examination should be done every time it's asked for
Paul Fertser
1
-3
/
+3
2015-04-24
target: try to reexamine even when polling fails
Paul Fertser
1
-6
/
+4
2015-04-16
Fix several format specifiers errors exposed by arm-none-eabi
Paul Fertser
3
-6
/
+6
2015-04-14
target/arm_adi_v5, cortex_m: retry ahbap_debugport_init few times in case of ...
Paul Fertser
2
-51
/
+68
2015-04-14
target/cortex_a: emit a clear error message when dbgbase can't be detected
Paul Fertser
1
-1
/
+4
2015-04-14
jtag/adi_v5_jtag: fix infinite recursion in jtagdp_transaction_endcheck()
Paul Fertser
1
-3
/
+2
2015-04-14
Cortex-A: Don't flush the data/unified cache if MMU is off
Uwe Kleine-König
1
-7
/
+7
2015-04-02
target/target.c: fixed rp check bug in asynchronous flash write algorithm.
DmitryShpak
1
-1
/
+1
2015-03-25
target/adi_v5_swd, cortex_m: properly handle more cases requiring reconnect
Paul Fertser
2
-22
/
+36
2015-03-25
drivers/cmsis-dap: port to common SWD framework
Paul Fertser
2
-326
/
+0
2015-03-25
armv7m_trace, stlink: provide APIs to capture trace with an adapter
Paul Fertser
2
-5
/
+52
2015-03-25
armv7m: add generic trace support (TPIU, ITM, etc.)
Paul Fertser
10
-8
/
+419
2015-03-09
server, target, cortex_m: add deinit_target to the API to free resources
Paul Fertser
6
-0
/
+49
2015-03-09
target/target: call event handlers around examine when polling resumes
Paul Fertser
1
-14
/
+10
2015-03-09
target/cortex_m: do not leak memory on reexamination
Paul Fertser
3
-0
/
+33
2015-03-09
target: fix timer callbacks processing
Paul Fertser
2
-26
/
+35
2015-03-09
arm11: initialise DPM and register cache before reading DSCR for the first time
Paul Fertser
1
-6
/
+6
2015-03-09
openrisc: add profiling function
Franck Jullien
1
-0
/
+50
2015-03-09
armv7m: do not access FPU registers when not present
Paul Fertser
3
-4
/
+16
2015-03-09
armv7m: add FPU registers support
Paul Fertser
8
-45
/
+137
2015-03-09
target/arm_disassembler: add exception related disassembly
pierre Kuo
2
-5
/
+39
2015-03-09
target/cortex_a: remove dead assignment
Paul Fertser
1
-1
/
+0
2015-03-09
server: tcl_notifications command
Austin Morton
2
-1
/
+105
2015-02-22
Remove long-deprecated "target count" and "target number" commands.
Robert P. J. Day
1
-64
/
+0
2015-02-22
cortex_m: Add Cortex-M0 identification to ROM-table display.
Uwe Bonnes
1
-0
/
+12
2015-02-22
Cortex A: fix extra memory read and non-word sizes
Christopher Head
1
-238
/
+658
2015-02-11
target/profiling: Use the correct method to access registers
Andreas Fritiofson
1
-1
/
+1
2015-02-11
xscale: Use the correct method to access registers
Andreas Fritiofson
1
-2
/
+2
2015-02-11
hla_target: Use the correct method to access registers
Andreas Fritiofson
1
-1
/
+1
2015-02-11
cortex_m: Use the correct method to access registers
Andreas Fritiofson
1
-4
/
+10
2015-02-11
nds32: Use the correct method to access registers
Andreas Fritiofson
2
-27
/
+32
2015-02-11
mips32: add gdb target description support
Antony Pavlov
2
-77
/
+167
2015-02-11
mips32: use 'unsigned int' for CPU register indices
Antony Pavlov
2
-16
/
+15
2015-02-11
armv7a: fix interpretation of MMU table
Daniel Glöckner
1
-29
/
+17
2015-02-11
cortex_a: Add Cortex-A5 identification
Olivier Schonken
3
-0
/
+10
2015-02-11
target/image: fix undefined behaviour when loading with GDB
Paul Fertser
1
-0
/
+1
2015-02-11
target: write gmon.out according to target endianness
Jose de Sousa
1
-17
/
+15
2015-01-30
armv4_5: Continue the change from uint32_t to uint8_t[4] for regs
Andreas Fritiofson
2
-3
/
+3
2015-01-30
Use (uint8_t *) for buf_(set|get)_u(32|64) instead of (void *)
Paul Fertser
4
-6
/
+6
2015-01-28
ARMv7-A: remove useless switch construct
Uwe Kleine-König
1
-15
/
+11
2015-01-10
cortex_a: Add support for A7 MPCore
Alexander Stein
2
-0
/
+14
2015-01-10
cortex_a: Add support for A15 MPCore
Kamal Dasu
5
-19
/
+183
2015-01-09
avoid segfaulting when attempting to set an unavailable type of breackpoint
Salvador Arroyo
1
-3
/
+12
2015-01-09
Mac/PPC: Fix build.
Jens Bauer
1
-1
/
+1
2015-01-09
swd: handle various failure conditions
Paul Fertser
2
-26
/
+48
2015-01-09
target: improve robustness of polling and reexamination
Paul Fertser
1
-1
/
+7
2014-11-24
or1k: remove address of the Free Software Foundation
Antony Pavlov
8
-40
/
+0
2014-11-24
mips32: fix typos
Antony Pavlov
2
-2
/
+2
2014-11-03
arm_adi_v5: added two CoreSight peripheral IDs
Peter Lawrence
1
-0
/
+8
2014-10-06
target: constify structures
Spencer Oliver
16
-27
/
+27
[next]