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
2009-10-09
Stop debug session if halt fails
Øyvind Harboe
1
-1
/
+6
2009-10-08
Stop GDB when polling fails, srst assert or powerdropout is detected
Øyvind Harboe
1
-1
/
+1
2009-09-24
When attaching GDB to OpenOCD, the target state is no longer affected.
oharboe
1
-28
/
+64
2009-09-21
Remove annoying end-of-line whitespace from most src/*
dbrownell
1
-1
/
+1
2009-08-30
David Brownell <david-b@pacbell.net> start phasing out integers as target IDs
oharboe
1
-4
/
+12
2009-07-27
Fix NPE in GDB_EVENT_END as logforwarding was not disabled early enough
oharboe
1
-1
/
+7
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
1
-1
/
+1
2009-07-08
typo in comment
oharboe
1
-2
/
+2
2009-06-28
A bit more log detail about connections comming and going
duane
1
-0
/
+8
2009-06-25
- fix issue when using gdb_port cmd
ntfreak
1
-3
/
+1
2009-06-23
- Replace '){' with ') {'.
zwelch
1
-6
/
+6
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
1
-20
/
+20
2009-06-23
Remove whitespace that occurs after '('.
zwelch
1
-15
/
+15
2009-06-23
- Fixes '[<>]' whitespace
zwelch
1
-11
/
+11
2009-06-23
- Fixes '+' whitespace
zwelch
1
-13
/
+13
2009-06-23
- Fixes '=' whitespace
zwelch
1
-26
/
+26
2009-06-23
- Fixes '==' whitespace
zwelch
1
-7
/
+7
2009-06-23
- Fixes '<<' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Fixes '&&' whitespace
zwelch
1
-3
/
+3
2009-06-23
- Fixes '[+]=' whitespace
zwelch
1
-1
/
+1
2009-06-23
- Fixes '!=' whitespace
zwelch
1
-7
/
+7
2009-06-23
- Replace 'for(' with 'for ('.
zwelch
1
-1
/
+1
2009-06-23
- Replace 'switch(' with 'switch ('.
zwelch
1
-3
/
+3
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
1
-11
/
+11
2009-06-21
C99 printf() -Werror fixes
duane
1
-7
/
+7
2009-06-18
Finish transforming 'u32' to 'uint32_t'.
zwelch
1
-21
/
+21
2009-06-18
Transform 'u8' to 'uint8_t'
zwelch
1
-11
/
+11
2009-06-13
David Brownell <david-b@pacbell.net>:
zwelch
1
-3
/
+3
2009-05-31
Add target_get_name wrapper:
zwelch
1
-2
/
+5
2009-05-31
Add target_step wrapper:
zwelch
1
-1
/
+2
2009-05-31
Add target_get_gdb_reg_list wrapper:
zwelch
1
-4
/
+4
2009-05-27
Author: Nicolas Pitre <nico@cam.org>
kc8apf
1
-0
/
+9
2009-05-24
David Brownell <david-b@pacbell.net>:
zwelch
1
-7
/
+5
2009-05-11
Audit and eliminate redundant #include directives from src/server.
zwelch
1
-14
/
+4
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
[next]