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
/
server
/
gdb_server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-22
gdb_server: Operate on available targets.
Tim Newsome
1
-16
/
+40
2022-11-16
Fix breackpoint_add for rtos swbp (#734)
Evgeniy Naydanov
1
-1
/
+7
2022-11-10
Improve a couple of user/debug messages. (#763)
Tim Newsome
1
-1
/
+2
2022-09-02
Remove rtos.gdb_v_packet. (#722)
Tim Newsome
1
-5
/
+0
2022-05-04
server/gdb: fix gdb remote monitor cmd on multi-target
Antonio Borneo
1
-4
/
+16
2022-05-03
Merge branch 'master' into from_upstream
Tim Newsome
1
-1
/
+42
2022-04-23
server/gdb: fix return of gdb remote monitor command
Antonio Borneo
1
-1
/
+42
2022-04-11
Merge branch 'master' into from_upstream
Tim Newsome
1
-30
/
+92
2022-04-03
gdb_server: Improve logging of GDB-remote packets
Jan Matyas
1
-14
/
+31
2022-03-19
keep-alive: drop link with log framework
Antonio Borneo
1
-1
/
+23
2022-03-19
gdb_server: simplify logic to enable/disable gdb_log_callback()
Antonio Borneo
1
-13
/
+29
2022-03-19
server: change prototype of add_service()
Antonio Borneo
1
-3
/
+10
2022-03-03
From upstream (#684)
Tim Newsome
1
-23
/
+70
2022-02-26
gdb_server: check target examined while combining reg list
Antonio Borneo
1
-0
/
+12
2022-02-26
gdb_server: fix double free
Antonio Borneo
1
-15
/
+17
2022-02-14
gdb_server: Include thread name as XML attribute
Ben McMorran
1
-2
/
+8
2022-02-14
target/smp: use a struct list_head to hold the smp targets
Antonio Borneo
1
-7
/
+4
2022-02-07
fix missing thread ID in stop reply when smp-configured hart (but not hart 0)...
Greg Savin
1
-5
/
+8
2022-01-29
Combine register lists of smp targets.
Tim Newsome
1
-2
/
+104
2021-12-28
Merge branch 'master' into from_upstream
Tim Newsome
1
-7
/
+15
2021-12-18
gdb_server: fix a comment in gdb_new_connection()
Antonio Borneo
1
-4
/
+7
2021-12-03
gdb_server: added and improved several debug prints
Jan Matyas
1
-3
/
+8
2021-10-05
Merge branch 'master' into from_upstream
Tim Newsome
1
-3
/
+5
2021-09-18
openocd: remove last NULL comparisons
Antonio Borneo
1
-3
/
+5
2021-08-31
Fix build.
Tim Newsome
1
-2
/
+2
2021-08-30
Merge branch 'master' into from_upstream
Tim Newsome
1
-59
/
+59
2021-07-24
openocd: fix Yoda conditions with checkpatch
Antonio Borneo
1
-3
/
+3
2021-07-24
openocd: remove NULL comparisons with checkpatch [1/2]
Antonio Borneo
1
-16
/
+16
2021-07-24
openocd: fix simple cases of NULL comparison
Antonio Borneo
1
-37
/
+37
2021-07-20
openocd: fix simple cases of Yoda condition
Antonio Borneo
1
-2
/
+2
2021-07-02
Add RTOS memory read/write functions.
Tim Newsome
1
-3
/
+16
2021-06-21
Get closer to mainline. (#624)
Tim Newsome
1
-1
/
+1
2021-06-11
From upstream (#620)
Tim Newsome
1
-24
/
+42
2021-06-04
gdb_server: Log both incoming and outgoing GDB packets
Jan Matyas
1
-20
/
+41
2021-05-15
server: gdb_server: Add colon for target extended-remote
Yasushi SHOJI
1
-1
/
+1
2021-04-13
Merge branch 'master' into from_upstream
Tim Newsome
1
-2
/
+2
2021-04-11
target/aarch64: Add watchpoint support
Liming Sun
1
-1
/
+1
2021-03-17
Writing registers in other threads appears to work. (#585)
Tim Newsome
1
-0
/
+1
2021-03-10
server: revert commit 7e6556b3cad8
Antonio Borneo
1
-1
/
+1
2021-03-05
RISC-V Freertos support (#582)
Tim Newsome
1
-1
/
+2
2020-12-31
Merge branch 'master' into from_upstream
Tim Newsome
1
-17
/
+17
2020-12-26
gdb_server: fix HW thread status at gdb attach
Antonio Borneo
1
-9
/
+9
2020-12-26
gdb_server: minor fix for indentation
Antonio Borneo
1
-1
/
+1
2020-11-15
target, register: allow a register hidden from gdb and 'reg' cmd
Tomas Vanek
1
-4
/
+4
2020-11-07
server: permit the add_service function to return the created service
Tarek BOCHKATI
1
-1
/
+1
2020-11-04
gdb_server: allow multiple GDB connections to selected targets
Antonio Borneo
1
-1
/
+1
2020-11-04
gdb_server: fix clang static analyzer warning
Tomas Vanek
1
-1
/
+1
2020-10-15
Merge branch 'master' into from_upstream_histogram
Tim Newsome
1
-28
/
+39
2020-10-07
Add memory sample feature (#541)
Tim Newsome
1
-2
/
+2
2020-09-05
openocd: use proper format with uint32_t
Antonio Borneo
1
-9
/
+9
[next]