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
/
server
/
gdb_server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-19
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
1
-6
/
+6
2009-03-18
Hiroshi Ito <ito@mlb.co.jp> typos
oharboe
1
-1
/
+1
2009-02-18
Holger Schurig <hs4233@mail.mn-solutions.de> fix warnings
oharboe
1
-1
/
+1
2009-01-01
- add gdb pipe support to native win32 (--pipe option)
ntfreak
1
-1
/
+1
2008-12-16
allow setting/reading gdb_port at any time
oharboe
1
-6
/
+6
2008-12-15
- add ability for openocd to communicate to gdb using pipes (stdin/stdout).
ntfreak
1
-24
/
+46
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
1
-4
/
+1
2008-11-20
- fix issue with gdb_target_to_reg missing second byte
ntfreak
1
-1
/
+1
2008-11-18
big endian fix for GDB. Probably fixes a memory corruption(not reported) as w...
oharboe
1
-26
/
+57
2008-11-10
minor cleanup
oharboe
1
-1
/
+1
2008-11-05
fix telnet async messages. retired telnet_async command - no user serviceable...
oharboe
1
-0
/
+6
2008-10-24
gdb_report_data_abort now ignores all target read errors, including address s...
oharboe
1
-1
/
+1
2008-10-22
produce syntax error
oharboe
1
-8
/
+4
2008-10-22
Laurentiu Cocanu - more help text
oharboe
1
-13
/
+24
2008-10-14
- remove build warnings
ntfreak
1
-2
/
+5
2008-10-14
Laurentiu Cocanu - more error handling fixes
oharboe
1
-11
/
+33
2008-10-11
Duane Ellis: addresses protocol problems with GDB.
oharboe
1
-6
/
+35
2008-10-06
Centralize error handling for buggy register handling
oharboe
1
-10
/
+1
2008-09-24
fix noise in gdb console when single stepping. Remove printing of log before ...
oharboe
1
-1
/
+1
2008-09-24
fixed false positives for keep_alive() not being invoked.
oharboe
1
-47
/
+51
2008-09-20
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
1
-9
/
+3
2008-09-01
Duane Ellis: "target as an [tcl] object" feature.
oharboe
1
-16
/
+24
2008-08-26
do not check checksums in noack case
oharboe
1
-104
/
+124
2008-08-24
duan ellis target tcl work in progress
oharboe
1
-8
/
+12
2008-08-23
- clear any existing breakpoints/watchpoints when restarting in gdb extended ...
ntfreak
1
-0
/
+2
2008-08-22
- add support for new gdb QStartNoAckMode, which disables sending of ack's be...
ntfreak
1
-8
/
+30
2008-08-14
typo spotted by spen. gdb_breakpoint_override not tested yet.
oharboe
1
-1
/
+1
2008-08-13
added global gdb breakpoint override configuration command
oharboe
1
-0
/
+48
2008-08-13
Clear all dangling breakpoints upon GDB connection.
oharboe
1
-0
/
+7
2008-08-13
return halted signal if step/continue fails
oharboe
1
-38
/
+57
2008-08-05
Duane Ellis: fix warnings
oharboe
1
-1
/
+1
2008-07-25
added yours sincerely for files where I feel that I've made non-trivial contr...
oharboe
1
-0
/
+3
2008-07-24
wait 500ms for target to halt upon connect.
oharboe
1
-0
/
+7
2008-07-23
- comment about dummy ack '+' char from gdb
ntfreak
1
-3
/
+2
2008-07-23
fix <memory> is missing upon gdb connect warning when no flash is defined for...
oharboe
1
-2
/
+2
2008-07-21
restart is a per-target action
oharboe
1
-1
/
+1
2008-07-21
Allows config scripts to override handling of 'R'(restart) GDB packet.
oharboe
1
-2
/
+1
2008-07-21
- jtag_khz/speed are now single parameter only. These are used
oharboe
1
-2
/
+4
2008-07-08
- fix pre_resume script not being called
ntfreak
1
-0
/
+2
2008-07-06
src/helper/configuration.h
oharboe
1
-17
/
+3
2008-05-07
This matters for embedded devices, but is probably not observably better for ...
oharboe
1
-1
/
+4
2008-05-06
Edgar Grimberg found tiny memory leak
oharboe
1
-0
/
+3
2008-04-23
regions outside flash are now read/write nocache by default. GDB 6.8 would ma...
oharboe
1
-4
/
+59
2008-04-18
Enabled auto erase, gdb memory map and gdb flash programming by default.
oharboe
1
-2
/
+4
2008-04-13
More robust handling of unknown target state for step/continue packet.
oharboe
1
-6
/
+18
2008-04-11
Reset wip. Just adding hooks. This is just to reduce the size of the actual c...
oharboe
1
-5
/
+5
2008-04-07
Spen fixed various issues w.r.t. setting up the sockets for optimal performance.
oharboe
1
-4
/
+0
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
1
-67
/
+67
2008-03-22
- gdb server was incorrectly sending null terminator on qXfer:features:read: ...
ntfreak
1
-1
/
+1
2008-03-13
- adds two speeds to jtag_speed. reset and post reset speed. Default
oharboe
1
-2
/
+2
[next]