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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-25
server.c: fix clang warning
Liviu Ionescu
1
-1
/
+1
2017-08-07
When gdb_port is 0, don't increment it.
gdb_next_port
Tim Newsome
2
-2
/
+9
2017-07-25
Print out which port OpenOCD is listening on.
print_port
Tim Newsome
1
-0
/
+6
2017-06-15
Accept 64-bit addresses in CRC requests.
Tim Newsome
1
-1
/
+1
2017-06-13
Merge branch 'remotes/openocd/master' into riscv64
Tim Newsome
5
-75
/
+244
2017-04-26
Add 64-bit and multihart support
Palmer Dabbelt
2
-1
/
+17
2017-04-25
server/telnet: Remove exit() call
Marc Schink
1
-1
/
+1
2017-04-25
server/server: Remove all exit() calls
Marc Schink
2
-22
/
+49
2017-02-10
riscv: Add register name to message when they do not exist.
Megan Wachs
1
-4
/
+4
2017-02-10
server: Allow 64 address to be send over GBD server
David Ung
1
-13
/
+13
2017-02-10
target: Add 64-bit target address support
Dongxue Zhang
1
-4
/
+4
2017-02-05
Use the set/reg register error return code when registers don't exist.
Megan Wachs
1
-6
/
+31
2017-01-15
helper,rtos,server: Restore missing warning flags
Andreas Fritiofson
1
-1
/
+1
2016-12-08
Convert to non-recursive make
Andreas Fritiofson
1
-18
/
+14
2016-12-08
helper: Code cleanup for hexify()
Marc Schink
2
-3
/
+4
2016-12-08
gdb_server: support qXfer:threads:read packet
Steven Stallion
1
-1
/
+124
2016-10-30
Perform small writes before sending OK.
Tim Newsome
1
-10
/
+27
2016-10-17
helper: Make unhexify() robust on invalid data
Marc Schink
1
-2
/
+2
2016-10-17
gdb server: Add back support to disable the gdb server via the gdb_port config
Sandeep Mistry
1
-1
/
+6
2016-08-14
gdb_server: support disabling server
Peter A. Bigot
1
-0
/
+5
2016-07-17
server: support binding to arbitrary interfaces
Steven Stallion
1
-2
/
+44
2016-05-24
Make #include guard naming consistent
Marc Schink
4
-12
/
+12
2016-05-24
Remove FSF address from GPL notices
Marc Schink
9
-27
/
+9
2016-05-04
server/telnet: Check malloc() return values
Marc Schink
1
-2
/
+16
2016-02-29
helper/fileio: Remove nested struct
Marc Schink
1
-3
/
+3
2015-09-30
tcl_server: Support line buffers up to 4M (v3)
Philipp Wagner
1
-8
/
+43
2015-09-28
server: remove connection limit from tcl and telnet servers
Austin Morton
4
-5
/
+10
2015-09-05
server: tcl_trace command
Austin Morton
1
-2
/
+56
2015-08-06
gdb_server: Add check for malloc fail
Evan Hunter
1
-0
/
+3
2015-05-17
server: avoid the tcl server crashing when there is no target
Austin Morton
1
-1
/
+1
2015-04-14
Tcl exception codes cleanup, shutdown command amendments
Paul Fertser
1
-2
/
+10
2015-03-09
server, target, cortex_m: add deinit_target to the API to free resources
Paul Fertser
1
-0
/
+1
2015-03-09
server: tcl_notifications command
Austin Morton
1
-3
/
+85
2015-03-09
Added system signal handling to Linux version
Mateusz Manowiecki
2
-4
/
+23
2015-02-22
gdb_server: ignore stray + in ACK mode
Matej Kupljen
1
-1
/
+1
2015-02-11
server: shutdown command should lead to exit without evaluating the rest
Paul Fertser
1
-1
/
+1
2014-09-29
gdb_server: Include current RTOS thread in signal packets
Jon Burgess
1
-4
/
+12
2014-06-22
openrisc: add support for JTAG Serial Port
Franck Jullien
1
-2
/
+29
2014-05-31
server: fix confusing wording for incoming tcp connections
Paul Fertser
1
-1
/
+1
2014-03-17
gdb_server: do not copy feature names for tdesc generation
Paul Fertser
1
-12
/
+4
2014-03-07
gdb_server: Fix segfault in (and rewrite) decode_xfer_read
Andreas Fritiofson
1
-30
/
+18
2014-03-04
gdbserver: fix duplicate declaration
Spencer Oliver
1
-1
/
+0
2014-03-04
gdb_server: fix memory leaks in users of get_reg_features_list()
Christian Eggers
1
-13
/
+25
2014-03-04
Constify received GDB packet
Christian Eggers
1
-26
/
+26
2014-03-04
gdb_server: Don't modify "buf" argument in decode_xfer_read()
Christian Eggers
1
-8
/
+21
2014-03-04
Remove unneeded zero termination of received packet
Christian Eggers
1
-3
/
+2
2014-02-06
gdb_server: Fix confusing warning when entering noack mode
Anton Kolesov
1
-5
/
+15
2014-02-04
server/gdb_server: fix uninitialised variable warning
Paul Fertser
1
-1
/
+1
2014-01-20
gdb_server: check for invalid read memory requests
Paul Fertser
1
-0
/
+6
2014-01-15
Conform to C99 integer types format specifiers
Hsiangkai Wang
1
-16
/
+16
[next]