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
/
telnet_server.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-24
server: use register_commands
Zachary T Welch
1
-12
/
+20
2009-11-24
use COMMAND_REGISTER macro
Zachary T Welch
1
-2
/
+2
2009-11-13
command_context_t -> struct command_context
Zachary T Welch
1
-3
/
+3
2009-11-13
connection_t -> struct connection
Zachary T Welch
1
-10
/
+10
2009-11-13
telnet_connection_t -> struct telnet_connection
Zachary T Welch
1
-8
/
+8
2009-11-13
telnet_service_t -> struct telnet_service
Zachary T Welch
1
-2
/
+2
2009-11-13
use CALL_COMMAND_HANDLER instead of direct calls
Zachary T Welch
1
-1
/
+1
2009-11-13
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
1
-4
/
+2
2009-11-11
log: improve log_callback_fn signature
Zachary T Welch
1
-1
/
+1
2009-11-09
server: remove useless declarations
Zachary T Welch
1
-16
/
+19
2009-11-05
Update all server port command to use new helper.
Zachary T Welch
1
-9
/
+1
2009-08-24
Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks
oharboe
1
-0
/
+1
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
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
-1
/
+1
2009-06-23
- Fixes '-=' whitespace
zwelch
1
-1
/
+1
2009-06-13
David Brownell <david-b@pacbell.net>:
zwelch
1
-3
/
+3
2009-05-24
David Brownell <david-b@pacbell.net>:
zwelch
1
-1
/
+1
2009-05-11
Audit and eliminate redundant #include directives from src/server.
zwelch
1
-13
/
+0
2008-12-17
houskeeping
oharboe
1
-1
/
+1
2008-12-15
- add ability for openocd to communicate to gdb using pipes (stdin/stdout).
ntfreak
1
-1
/
+1
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
1
-2
/
+0
2008-11-10
minor cleanup
oharboe
1
-0
/
+3
2008-11-05
fix telnet async messages. retired telnet_async command - no user serviceable...
oharboe
1
-13
/
+1
2008-10-31
Added telnet_async command to enable/disable asynchronous
oharboe
1
-1
/
+15
2008-10-22
Laurentiu Cocanu - more help text
oharboe
1
-1
/
+1
2008-09-20
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
1
-1
/
+4
2008-08-05
GDB monitor commands now also get halted state upon e.g. "reset halt".
oharboe
1
-18
/
+0
2008-07-25
added yours sincerely for files where I feel that I've made non-trivial contr...
oharboe
1
-0
/
+3
2008-07-06
- fixed build issues with win32
ntfreak
1
-8
/
+0
2008-07-06
src/helper/configuration.h
oharboe
1
-3
/
+11
2008-03-25
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
1
-6
/
+6
2008-03-11
Pavel Chromy: telnet line buffer size checking, history does not store repeat...
oharboe
1
-67
/
+87
2008-03-10
Pavel Chromy: hopefully perfection for async output and prompt/partially type...
oharboe
1
-13
/
+24
2008-03-10
prettier async output
oharboe
1
-0
/
+5
2008-03-07
Asynchronous output information from e.g. a halt is now displayed again.
oharboe
1
-4
/
+6
2008-03-07
Removed code that inserted prompt after printing asynchronous information. Cu...
oharboe
1
-13
/
+0
2008-03-05
telnet_port can now be invoked multiple times
oharboe
1
-3
/
+1
2008-02-29
formatting fixes from Pavel Chromy
oharboe
1
-3
/
+3
2008-02-29
Summary: passing of variable argument list reduced, strings sent to logging a...
oharboe
1
-20
/
+19
2008-02-28
- Added TARGET_REQ_DEBUGCHAR target_request debugmsg. This
oharboe
1
-14
/
+21
2008-02-25
- convert all files to unix line-ending
drath
1
-631
/
+631
2008-02-25
Pavel Chromy
oharboe
1
-632
/
+631
2008-02-25
- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of places
oharboe
1
-2
/
+0
2008-02-24
- fixed target->type->poll() return value
oharboe
1
-5
/
+13
2008-02-18
- reapply fix with telnet prompt while running/halting gdb
ntfreak
1
-11
/
+17
2008-02-18
- Fix problems with stuck telnet sessions. Thanks to Øyvind Harboe for this ...
drath
1
-48
/
+66
2008-02-17
- combine similar functions in telnet_server.c
ntfreak
1
-10
/
+3
2008-02-16
- fix issue with telnet prompt while gdb running
ntfreak
1
-6
/
+14
[next]